aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Change "LexicalBlock" back to "Scope".Gravatar allevato2017-10-20
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Support Python 2 and 3 in the same build.Gravatar gregce2017-10-20
* Replace Futures.dereference with the appropriate async method.Gravatar Googler2017-10-20
* bazelrc: remove experimental_ui optionsGravatar Klaus Aehlig2017-10-20
* Set the platform name in the build event stream to the CPU instead of the too...Gravatar lberki2017-10-20
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-20
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Fix src/test/shell/bazel:srcs_test to add missing srcs filegroup.Gravatar allevato2017-10-20
* Flip the default value of --experimental_toolchain_id_in_output_directory to ...Gravatar lberki2017-10-18
* Add c++-module-codegen to known action typesGravatar hlopko2017-10-18
* Internal changeGravatar twerth2017-10-18
* Add memory profiler.Gravatar tomlu2017-10-18
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Fall back on basic StringCodec if FastStringCodec isn't availableGravatar michajlo2017-10-18
* Make cc_toolchain put the files comprising the toolchain into its FileProvider.Gravatar lberki2017-10-18
* Migrate ResourceProcessorBusyBox Android actions to using SHELL_QUOTED param ...Gravatar apell2017-10-18
* PiperOrigin-RevId: 172480513Gravatar juliexxia2017-10-18
* Start process of making auto_cpu_environment_group non-experimental.Gravatar jcater2017-10-18
* Stream rest cache file uploads.Gravatar Benjamin Peterson2017-10-18
* Enable experimental UI by default.Gravatar twerth2017-10-18
* Remove the target_apple_env and the apple_host_system_env methods from ctx.fr...Gravatar lberki2017-10-18
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Relax SplitTransitionProvider interface to use AttributeMapGravatar cparsons2017-10-18
* Extend from an abstract base class to avoid duplication of utility methods in...Gravatar ruperts2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Delayed rollforward of commit 8fb311b4dced234b2f799c16c7d08148619f4087.Gravatar kush2017-10-18
* Fall back to guessing available memory on Linux machines running kernels olde...Gravatar Googler2017-10-18
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* Clean up FindModuleSpace.Gravatar Benjamin Peterson2017-10-16
* In CppToolchainInfo, use the label of the cc_toolchain instead of --crosstool...Gravatar cpeyser2017-10-16
* BuildEventStreamer: clear a pending BuildStarted event firstGravatar Klaus Aehlig2017-10-16
* BEP: explicitly report failures associated with a label as suchGravatar Klaus Aehlig2017-10-16
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Removing the USER variable from test environment, unless explicitly provided.Gravatar olaola2017-10-16
* Remove the uses_protobuf attribute from objc_proto_library.Gravatar kaipi2017-10-16
* Extract more RuleContext error-related methods into RuleErrorConsumerGravatar cparsons2017-10-16
* Properly report errors as errors.Gravatar nharmata2017-10-16
* Add callcount system for blaze developers.Gravatar tomlu2017-10-16
* Define protos for the Skylark debug server.Gravatar allevato2017-10-16
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
* Simplify ApplicationManifest by inlining createApk and simplifying the builde...Gravatar corysmith2017-10-16
* Update documentation on objc_proto_library rule, and disable the passing of d...Gravatar kaipi2017-10-16
* Don't follow globs in rbuildfiles. Globs request the FILE node for symlinks w...Gravatar shreyax2017-10-16