aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
...
* Skylark: Make 'cfg = "data"' a noop.Gravatar gregce2018-05-25
* Migrate platform-related skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Clarify invariants for @SkylarkModule and @SkylarkCallableGravatar brandjon2018-05-24
* Migrate OutputGroupInfo to skylarkbuildapiGravatar cparsons2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Unfork SplitTransition / PatchTransition invocations.Gravatar gregce2018-05-24
* Expose FileProvider in skylarkbuildapiGravatar asteinb2018-05-24
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Make the SplitTransition, PatchTransition interfaces more compatible.Gravatar gregce2018-05-23
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Call the AbstractAction constructor that takes an action environmentGravatar ulfjack2018-05-23
* Get ConfiguredTargetAndData out of TargetCompleteEvent.Gravatar janakr2018-05-22
* Stop setting deprecated target_kind and test_size fields in TargetComplete me...Gravatar janakr2018-05-22
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Create source-only manifests remotely when possible.Gravatar felly2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Fork RuleContext.ErrorReporter to create a Skylark-friendly RuleErrorConsumerGravatar asteinb2018-05-18
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Remove RuleErrorException from RuleConfiguredTargetBuilder.build signature.Gravatar dbabkin2018-05-18
* RELNOTES: Update the skylark DefaultInfo documentation to spell out runfiles,...Gravatar Googler2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Expose RuleContext methods in ActionConstructionContextGravatar asteinb2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Passes the runfile manifest artifact into RunfilesSupplierImpl so that it canGravatar shahan2018-05-16
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Properly quote $(location ) expansion for the shellGravatar Klaus Aehlig2018-05-16
* Filtering the legacy important_outputs field in the BEP by source, middlemanGravatar ulfjack2018-05-16
* Remove redundant @SkylarkModule annotation on SkylarkActionFactory.ArgsGravatar cparsons2018-05-15
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Only use fingerprint and checksum for equality and hashCode in BuildOptions$O...Gravatar janakr2018-05-14
* Fix broken HTMLGravatar laurentlb2018-05-14
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Migrate SkylarkRuleContext (and a few dependencies) to the build APIGravatar cparsons2018-05-11
* Fix spelling error in javadoc.Gravatar dannark2018-05-11