aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
...
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Add a null-check to Whitelist handlingGravatar cushon2018-06-29
* Automated rollback of commit 1f319fffb8a577be95e8143c21755fe55156a0cb.Gravatar cushon2018-06-28
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Remove old (dead) SkylarkSignature-binding code from some classes.Gravatar cparsons2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* PiperOrigin-RevId: 202296332Gravatar twerth2018-06-27
* PiperOrigin-RevId: 202265344Gravatar cushon2018-06-27
* Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...Gravatar cparsons2018-06-26
* Initial check-in of skydoc rewrite.Gravatar cparsons2018-06-26
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Rename the implicit attribute used to store toolchain dependencies.Gravatar jcater2018-06-21
* Create a method for initializing build API libraries using object instances i...Gravatar cparsons2018-06-21
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Skylark debugging protocol: only track paused or stepping threads.Gravatar brendandouglas2018-06-21
* Remove all uses of RuleDefinitionEnvironment#getLabel, replacing them with La...Gravatar janakr2018-06-20
* Migrate Actions provider to skylarkbuildapiGravatar cparsons2018-06-20
* Remove genrule's special handling of the "toolchains" attribute.Gravatar jcater2018-06-20
* Add Arm64 supportGravatar Arielle Albon2018-06-20
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* Make variable providers coming from the toolchains attribute shouldn't beGravatar jcater2018-06-19
* Make some Apple objects more serializable: tag constants as constant, tag lam...Gravatar janakr2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Let ConfiguredRuleClassProvider decide whether to drop the analysis cache.Gravatar mstaib2018-06-18
* Clean up uses of SkylarkList<String> and ast in toolchains parameters.Gravatar John Cater2018-06-18
* Consider runfiles symlinks when computing Runfiles.getEmptyFilenames().Gravatar Benjamin Peterson2018-06-18
* Remove topLevelConfigurationHook now that LIPO is goneGravatar gregce2018-06-15
* Remove "artifactOwnerConfiguration" now that LIPO is goneGravatar gregce2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* Move remaining BazelLibrary skylark functions to MethodLibraryGravatar cparsons2018-06-15
* Add the BuildConfigurationCollection to the AnalysisResultGravatar ulfjack2018-06-15
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Enable automatic trimming of test configuration when entering non-test rules.Gravatar mstaib2018-06-14
* Split BuildView into two classesGravatar ulfjack2018-06-14
* Allow Skylark rules to specify whether targets can add execution platform con...Gravatar John Cater2018-06-14
* When composing RuleTransitionFactories, return something that respects equality.Gravatar mstaib2018-06-13
* Fix filterTestsByTarget to filter by label instead of filtering by doingGravatar mjhalupka2018-06-13
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Add documentation on platform flags to the user manual.Gravatar jcater2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13