aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Gracefully fail when there are duplicate jars in 'jars' attribute of 'java_im...Gravatar Irina Iancu2016-11-23
* Declare order constraint in BEPGravatar Klaus Aehlig2016-11-23
* Alias proto_library's produce a descriptor set that contains all srcs of its ...Gravatar Carmi Grushko2016-11-23
* Remove weird restriction on '|' operator from SkylarkNestedSets.Gravatar Dmitry Lomov2016-11-23
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-22
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Minor refactoring in SkylarkUtilsGravatar Laurent Le Brun2016-11-22
* Rollback of commit 7f8e0456efe58711aae98c95c6a9dfb57824b9c2.Gravatar Dmitry Lomov2016-11-22
* Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner.Gravatar Ulf Adams2016-11-22
* Allow labels like @foo//:foo to be shortened @fooGravatar Justine Tunney2016-11-22
* try using default bootclasspath for android desugaring if JavaCompilationInfo...Gravatar Googler2016-11-22
* WatchOS1 watch apps no longer bundle at the top level as well as the extensio...Gravatar Chris Parsons2016-11-22
* Fix test_http_to_https_redirect testGravatar Justine Tunney2016-11-22
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* Use find instead of match for client_env filteringGravatar Michajlo Matijkiw2016-11-21
* Provide a parallel implementation of "e1 - e2 - e3" by noting its equivalence...Gravatar Nathan Harmata2016-11-21
* Enable parallel evaluation of 'e' in query expressions of the form 'buildfile...Gravatar Nathan Harmata2016-11-21
* Support ordering constraints on build eventsGravatar Klaus Aehlig2016-11-21
* Make LineBufferedOutputStream resistant to exceptions thrown while flushing i...Gravatar Lukacs Berki2016-11-21
* Turn on j2objc's -g flag (source debugging) by defaultGravatar Patrick Donelan2016-11-21
* Rollback of commit e860316559eac366d47923a8eb4b5489a661aa35.Gravatar Alex Humesky2016-11-21
* Update documentation of native workspace rules.Gravatar David Chen2016-11-21
* ProtoCompileActionBuilder can create strict-deps-checking command lines.Gravatar Carmi Grushko2016-11-21
* Using an ActionFileInputCache for SHA1 digests used with remote execution.Gravatar Ola Rozenfeld2016-11-21
* Provide a parallel implementation of "e1 + e2".Gravatar Nathan Harmata2016-11-21
* Improve reliability/performance of Bazel downloadsGravatar Justine Tunney2016-11-21
* Adds support for multiple top-level dynamic configurationsGravatar Greg Estren2016-11-21
* Sign app and frameworks in simulator builds.Gravatar Peter Schmitt2016-11-21
* Pass direct jars to Jack.Gravatar Michael Staib2016-11-21
* Better error message for experimental_objc_library targets built with aGravatar Cal Peyser2016-11-21
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Implement structural equality for structsGravatar Vladimir Moskva2016-11-21
* Have Bazel use the the prebuilt guava jars from the 21.0-20161101 daily build...Gravatar Nathan Harmata2016-11-21
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* The fully link action in experimental_objc_binary has crosstool inputs.Gravatar Cal Peyser2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Add # support for LabelValidator as discussed in #2006Gravatar Meng Zhang2016-11-18
* Pass caller information manually to logger when logging in InvocationPolicyEn...Gravatar Janak Ramakrishnan2016-11-18
* Add bitcode linker flagsGravatar Dmitry Shevchenko2016-11-18
* Remove unused SupportData.getUsedDirectDeps().Gravatar Carmi Grushko2016-11-18
* Introduce a failFast mode to OutputFormatterCallback#close.Gravatar Nathan Harmata2016-11-18
* Adds J2Objc providers to experimental_objc_library.Gravatar Cal Peyser2016-11-18
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Don't get output service or action input prefetcher if not running a "build" ...Gravatar Janak Ramakrishnan2016-11-18
* Stop including the size of the action cache file in our crash message. I've n...Gravatar Janak Ramakrishnan2016-11-17
* Introduce support for 'expand_if_all_available' for flag_groups in CROSSTOOLGravatar Marcel Hlopko2016-11-17