aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...Gravatar cparsons2018-03-30
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Fix incorrect int() exampleGravatar brandjon2018-03-26
* Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400.Gravatar janakr2018-03-26
* Automated rollback of commit f873447a073c8f7374e9f8a74ae42784df3f80e1.Gravatar twerth2018-03-26
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* @AutoCodec SelectorList and SkylarkFileType.Gravatar janakr2018-03-23
* @AutoCodec SkylarkComputedDefaultTemplate and dependencies.Gravatar janakr2018-03-23
* Don't bound the method and field name caches in FuncallExpression.Gravatar nharmata2018-03-23
* Bugfixes for int()Gravatar brandjon2018-03-23
* Use an immutable Attribute factory in objects that are persisted to Skyframe,...Gravatar janakr2018-03-22
* Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can spe...Gravatar cparsons2018-03-22
* RELNOTES: In int() function, do not auto-detect base if input starts with '0'.Gravatar laurentlb2018-03-22
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Introduce string.elem() method.Gravatar laurentlb2018-03-21
* Change error messaging of @SkylarkCallable invocations to match @SkylarkSigna...Gravatar cparsons2018-03-21
* Remove no-op flag 'incompatible_load_argument_is_label'.Gravatar laurentlb2018-03-21
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13
* Tag Attribute, SkylarkDefinedAspect and some other Skylark classes withGravatar mjhalupka2018-03-12
* Remove comment that is false as of a recent commit.Gravatar nharmata2018-03-12
* 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