aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Internal changeGravatar cpeyser2018-05-16
* Remove glob list from native rulesGravatar laurentlb2018-05-16
* Remove --incompatible_disable_glob_tracking flag.Gravatar laurentlb2018-05-16
* Migrate Aspect to skylarkbuildapiGravatar cparsons2018-05-15
* Allow more characters in labels.Gravatar twerth2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Set Locale to English when uppercasing strings to match EnumsGravatar Jingwen Chen2018-05-11
* Migrate almost all Skylark global modules to skylarkbuildapiGravatar cparsons2018-05-07
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* Add CommonAliasRule.Gravatar dbabkin2018-05-02
* Migrate struct and Provider to the skylark build apiGravatar cparsons2018-05-01
* 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
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Migrate annotations of SkylarkAttr to an interface class.Gravatar cparsons2018-04-30
* Ensure that all aspects which (even very indirectly) callGravatar jcater2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Handle InterruptedException thrown from @SkylarkCallable methods appropriately.Gravatar cparsons2018-04-18
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Migrate Info's skylark methods to @SkylarkCallableGravatar cparsons2018-04-10
* Remove support for the --incompatible_disallow_three_arg_vardef command line ...Gravatar lberki2018-04-10
* Delete dead codeGravatar carmi2018-04-06
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Disallow empty environment groups.Gravatar gregce2018-04-04
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Tag SkylarkImpilicitOutputsFunctionWithCallback with @AutoCodec.Gravatar mjhalupka2018-04-03
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Add AspectCodec. Can't be @AutoCodec because we don't want to serialize the f...Gravatar janakr2018-03-26
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Make a bunch more stuff serializable, especially anonymous classes and lambda...Gravatar janakr2018-03-26
* @AutoCodec some more classes needed for large Java builds.Gravatar janakr2018-03-25
* @AutoCodec SkylarkComputedDefaultTemplate and dependencies.Gravatar janakr2018-03-23
* Remove a unused parameter in PackageFactory#evaluateBuildFile().Gravatar lberki2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Remove RuleClass.Builder#depsCfg().Gravatar lberki2018-03-23