aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* 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
* Use an immutable Attribute factory in objects that are persisted to Skyframe,...Gravatar janakr2018-03-22
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Store RuleClassType in RuleClass. Shouldn't use much more memory, and allows ...Gravatar janakr2018-03-21
* Precompute Attribute#hashCode to remove gc churn from the Object[] allocation...Gravatar nharmata2018-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
* Add more documentation for rule.outputsGravatar brandjon2018-03-20
* Make "legacy globber" threads daemon.Gravatar carmi2018-03-19
* Remove unnecessary @VisibleForTestingGravatar michajlo2018-03-15
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13