aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* 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
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Don't mention set() in depset() docstring.Gravatar Benjamin Peterson2017-12-18
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* Register builtins with RuntimeGravatar brandjon2017-12-07
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Add SkylarkSemantics#toBuilder() and #builderWithDefaults()Gravatar brandjon2017-12-06
* Flip the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2017-12-06
* Fix docs for repository_nameGravatar Rodrigo Queiro2017-12-05