aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
* Fix java_stub_template.txt when parsing runfiles with spaces in path.Gravatar pcloudy2017-09-26
* Fix end offset of expressions in Skylark parserGravatar fzaiser2017-09-26
* Improve BES retries.Gravatar buchgr2017-09-26
* Windows: Add static_link_msvcrt and related featuresGravatar Yun Peng2017-09-26
* Denittize CppModel and CppLinkActionBuilderGravatar hlopko2017-09-26
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Don't generate the mutability annotation until necessary.Gravatar shreyax2017-09-26
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* BEP: Add coverage data to test_resultGravatar Klaus Aehlig2017-09-26
* Adjust visibility of SkyframeExecutor#findArtifactConflicts.Gravatar janakr2017-09-26
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Update Bazel's android_device support to use new emulator paths.Gravatar ajmichael2017-09-26
* Update RegisteredToolchainsFunction and ToolchainUtil to check values for err...Gravatar John Cater2017-09-25
* Increase the connection timeout between the client and the server.Gravatar lberki2017-09-25
* Simplify CcLinkParams#addCcLibraryGravatar hlopko2017-09-25
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Remove unnecessary collectLinkstamp switchGravatar hlopko2017-09-25
* Fix cc_fake_binaries with linkstampingGravatar hlopko2017-09-25
* Internal changeGravatar David Ostrovsky2017-09-25
* Delete duplicated definitions for package_name() and repository_name().Gravatar laurentlb2017-09-25
* Cleanups for Skylark tracebacksGravatar brandjon2017-09-25
* Fix and improve context.args.add documentation.Gravatar tomlu2017-09-25
* Remove wasteful function.toString() call in evalArgs. Also remove functions t...Gravatar shreyax2017-09-25
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove BuildInfoFactory precomputed value.Gravatar janakr2017-09-25
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* Allow alternate GroupedList constructor to be public, but add warnings regard...Gravatar shreyax2017-09-25
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Create AndroidManifest.xml symlink if user provides a manifest not namedGravatar jingwen2017-09-25
* Contingent on a flag --experimental_objc_provider_from_linked, apple_binary a...Gravatar cparsons2017-09-25
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Internal changeGravatar tomlu2017-09-22
* Add toString() methods for Advertised and Required Providers.Gravatar Googler2017-09-22
* Add more thorough error reporting behavior for when config_setting has multip...Gravatar juliexxia2017-09-22
* Include all test output files (e.g. undeclared outputs) for non-cached test e...Gravatar Googler2017-09-22
* Track the origin of an option in the option instance, not its final value.Gravatar ccalvarin2017-09-21
* Deprecate wrapperOptions.Gravatar ccalvarin2017-09-21
* Track all option instances.Gravatar ccalvarin2017-09-21
* Cleanup of expansion option namingGravatar ccalvarin2017-09-21
* Allow config_settings to match on constraint_values to a target_platform. Thi...Gravatar juliexxia2017-09-21
* Move aspect resolution out of ConfiguredTargetFunction.Gravatar gregce2017-09-21
* Create multiple ParamsFilePreProcessors to allow parsing files using the form...Gravatar apell2017-09-21
* Add a constraint_values attribute and a target platforms attribute to the con...Gravatar juliexxia2017-09-21
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* remove long-deprecated incremental dexing flag that has no effectGravatar kmb2017-09-21