aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* Start refactoring elements of the Skylark Build API into their own package.Gravatar cparsons2018-04-23
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Handle InterruptedException thrown from @SkylarkCallable methods appropriately.Gravatar cparsons2018-04-18
* Refactor SyntaxTests to not rely on actions/analysis packages arbitrarilyGravatar brandjon2018-04-17
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @...Gravatar cparsons2018-04-11
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Fix typo in error message (incompatible_package_name_is_a_function).Gravatar laurentlb2018-04-11
* Remove support for the --incompatible_disallow_three_arg_vardef command line ...Gravatar lberki2018-04-10
* Fix Printer.getPrinter(boolean)Gravatar brandjon2018-04-09
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Introduces a SourceArtifact type.Gravatar shahan2018-04-05
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Migrate depset.union() and depset.to_list() to SkylarkCallableGravatar cparsons2018-04-04
* Add option to restrict format strings to %sGravatar brandjon2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Add noneable=true to several parameters of list and dict methodsGravatar cparsons2018-04-02
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* 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