aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* 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
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Do not filter debug messagesGravatar vladmos2017-11-30
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Fix SelectorList.isListType to properly consider all classes that can be assi...Gravatar jcater2017-10-27
* Clarify sanity check error messageGravatar brandjon2017-10-25
* Parser: fix incorrect end location for statement suites.Gravatar fzaiser2017-10-24
* Remove unnecessary EvalException from UserDefinedFunction contructorGravatar michajlo2017-10-24
* Optimize recursive call detectionGravatar michajlo2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Micro-optimize mutablelist concatenationGravatar michajlo2017-10-23
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Require semantics field for Environment.BuilderGravatar brandjon2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Allow ClassObjects to throw EvalExceptions.Gravatar dslomov2017-10-23
* Add useDefaultSemantics() to Enviornment.BuilderGravatar brandjon2017-10-20
* Add memory profiler.Gravatar tomlu2017-10-18
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Fix the location of load statements in Skylark.Gravatar fzaiser2017-10-10
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06