aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Add --incompatible_disable_deprecated_attr_params to disable some deprecated ...Gravatar cparsons2018-07-16
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Read a byte array instead of a certain number of bytes that are indicated by aGravatar mjhalupka2018-07-12
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* Move caching to BuildOptions instead of BuildConfigurationValue.Key.Gravatar mjhalupka2018-07-11
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Allow rules to define an implicit "$toolchains" attribute which can be used toGravatar jcater2018-07-09
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Create Bazel coverage report action.Gravatar elenairina2018-07-06
* 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