aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Carry Fileset flags over to host configuration.Gravatar felly2018-08-14
* Create new config module that is responsible for creating BuildSetting descri...Gravatar juliexxia2018-08-14
* Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847.Gravatar felly2018-08-14
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* Track Fileset in artifact expansion.Gravatar felly2018-08-13
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Improve error messaging for constraints violations.Gravatar gregce2018-08-08
* Migrate ObjcProvider to BuiltinProvider from NativeProviderGravatar cparsons2018-08-07
* Set --defer_param_files to true.Gravatar tomlu2018-08-03
* Lazily construct Preconditions failure message. Mistake from https://github.c...Gravatar janakr2018-08-02
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Make TestSummary event paths use the file system from ActionExecutionContext.Gravatar tomlu2018-08-02
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Refresh ConfigurationResolver.getConfigurationsFromExecutor documentation.Gravatar gregce2018-08-01
* Make explicit the contract of ConfiguredTarget builders returning null when t...Gravatar cparsons2018-07-30
* Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b.Gravatar cparsons2018-07-30
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* Throw a rule error when a skylark rule implementation returns multiple provid...Gravatar cparsons2018-07-27
* Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624.Gravatar janakr2018-07-27
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Keep track of tree artifact inputs in CustomCommandLine.Builder .Gravatar Googler2018-07-26
* PiperOrigin-RevId: 206181674Gravatar shahan2018-07-26
* Use the single-string arg formatter for param file format.Gravatar tomlu2018-07-25
* Remove LoadingResultGravatar ulfjack2018-07-25
* Configured targets register created source artifacts with Skyframe.Gravatar shahan2018-07-24
* Transition --defer_param_files into host options.Gravatar Googler2018-07-23
* Remove gender specific prononuns from Bazel codebaseGravatar hlopko2018-07-23
* Fix TargetCompleteEvent.referencedLocalFilesGravatar ulfjack2018-07-23
* Automated rollback of commit 64ea3cd90e1ead5ece533ee5a3cb4ee3520527fb.Gravatar Googler2018-07-20
* Remove workspace status language filter, and C++ linkstamp "VERBATIM" output ...Gravatar Googler2018-07-19
* Ensure that gathering the info for an extra action can rely on the actionGravatar Googler2018-07-19
* Introduce --strict_fileset_output which treats all output Artifacts encounter...Gravatar felly2018-07-18
* Automated rollback of commit 4d10250291a813302de64151be3b22d57e94749d.Gravatar Googler2018-07-18
* When applying an aspect to a generated file of a Fileset avoid creating the F...Gravatar lpino2018-07-18
* Expose AndroidSdkProvider to Skylark (as AndroidSdkInfo).Gravatar Googler2018-07-17
* Move platform lookup to new dedicated helper class.Gravatar John Cater2018-07-17
* 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