aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-08
* Remove all dynamic type checking overhead for struct field accesses. These ch...Gravatar nharmata2018-03-08
* Tag SkylarkType with @AutoCodec.Gravatar mjhalupka2018-03-08
* As a micro-optimization, inline the "Callstack.enabled" guard. The java-land ...Gravatar nharmata2018-03-08
* Automated rollback of commit f1013485d41efd8503f9d4f937e17d1b4bc91ed3.Gravatar nharmata2018-03-07
* Allow passing location, ast, and environment to @SkylarkCallable methodsGravatar cparsons2018-03-07
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-07
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Add a command line option to disallow vardef()s with three arguments.Gravatar lberki2018-03-06
* @AutoCodec for TypeGravatar shahan2018-03-05
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Create --incompatible_disable_objc_provider_resources to disable deprecated o...Gravatar cparsons2018-03-01
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Remove hacky cast now that Copybara is updated to use GlobalFrameGravatar nharmata2018-03-01
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Deprecate native git_repositoryGravatar Klaus Aehlig2018-03-01
* Correct docstring for skylark string.split().Gravatar Googler2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Optimize GC churn of funcall evaluation for the common-case where there are noGravatar nharmata2018-02-27
* Optimize format string parsingGravatar michajlo2018-02-27
* Optimize LValue#boundIdentifiers for common caseGravatar michajlo2018-02-26
* Optimize SkylarkNestedSet constructionGravatar michajlo2018-02-26
* Micro-optimize if-block evaluationGravatar michajlo2018-02-26
* Keep the order of select branches the same as it was in the BUILD file.Gravatar lberki2018-02-26
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Define the dict iteration orderGravatar vladmos2018-02-22
* Set default of --incompatible_disable_glob_tracking to trueGravatar laurentlb2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Remove old flags.Gravatar laurentlb2018-02-16
* Remove unused LineNumberTable.HashLine class.Gravatar laurentlb2018-02-15
* Environment guarantees determinism when retrieving its bindingsGravatar brandjon2018-02-13
* Create a basic annotation processor for validating SkylarkCallable uses at co...Gravatar cparsons2018-02-12
* Skylark: SlicingExpression: do not create new nodes for optional expressionsGravatar laurentlb2018-02-12
* Replace path implementation.Gravatar tomlu2018-02-08
* Add debugging helper to Environment.Extension to say why something's unequalGravatar brandjon2018-02-06
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-02-05
* Fix string_list_dict values to be skylark lists in all casesGravatar cparsons2018-01-31
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Improve documentation for the select functionGravatar vladmos2018-01-22
* Improve documentation for depsets.Gravatar Googler2018-01-22
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Fix forbidding of If statements in BUILD filesGravatar brandjon2018-01-17
* Codec for Location.Gravatar shahan2018-01-16
* Fix value collision in builtins registryGravatar brandjon2018-01-16