1. 29c05cc Remove the notion of fully static linking mode from bazel by hlopko · 7 years ago
  2. 10e7f3e Make the action completion watchdog wait instead of waiting for the first by Googler · 7 years ago
  3. 94c171c Parameterize the file system tests, make them test different hash functions. by ccalvarin · 7 years ago
  4. b749ab1 (Skydoc) Handle cross-repository dependencies by cparsons · 7 years ago
  5. f0aa55d Remote API v2 migration. by olaola · 7 years ago
  6. 66a2abb Automated rollback of commit 51215bd922d57f2ddd03deac6295f3e9267c7c3c. by juliexxia · 7 years ago
  7. e91a450 Change the name of the OptionsProvider class -> OptionsParsingResult. This is CL 1/3 in order to add a <code>getSkylarkOptions()</code> method to the top level OptionsProvider which is currently known as OptionsClassProvider. by juliexxia · 7 years ago
  8. 5a6fc8d Throw a rule error when a skylark rule implementation returns multiple providers of the same type. by cparsons · 7 years ago
  9. c544257 Always use exactly two components in Xcode version feature by bbaren · 7 years ago
  10. dc9b3cd Throw an EvalException when run_shell is passed both a command string sequence and arguments. by cparsons · 7 years ago
  11. 3c82bfe Remove the 3-arg minimum on shell actions by cparsons · 7 years ago
  12. 9395d11 Have DigestMap support multiple hash functions. by tomlu · 7 years ago
  13. 7574d84 Filter out events from analysis when constructing execution-phase values in Skyframe. by janakr · 7 years ago
  14. 51215bd Create new config module that is responsible for creating BuildSetting descriptor objects. by juliexxia · 7 years ago
  15. 9a93377 test-wrapper: add empty impl + Bazel flag by Laszlo Csomor · 7 years ago
  16. d12db59 Add experimental option to do add local cpu usage values to the JSON profile. by twerth · 7 years ago
  17. e571966 Add exports attribute to proto_library. by twerth · 7 years ago
  18. 6ae05b4 Order Skyframe evaluations in a priority queue, with all children of a given node having the same priority, later enqueueings having higher priority, re-enqueued nodes having highest priority, and new root nodes having lowest priority. Experimentally, this can save significant RAM (1.4G in some builds!) while not affecting speed. by janakr · 7 years ago
  19. ce17054 Fix MultisetSemaphore. by nharmata · 7 years ago
  20. 37c70a1 Add easy access to MessageDigests in DigestHashFunction by ccalvarin · 7 years ago
  21. 2cf2330 Add new class to create cpu usage time series. by twerth · 7 years ago
  22. 5d46f32 bazel: handle proto_src_root when dealing with proto includes, generated files and C++ headers by Googler · 7 years ago
  23. 468f177 Refactoring of SkyFunctionEnvironment to iterate over events/postables only when they're actually being put into a committed value. The previous behavior submitted deps' events twice, when the dep was added and when the node finished building. by janakr · 7 years ago
  24. 287c1e7 PiperOrigin-RevId: 208245798 by mjhalupka · 7 years ago
  25. 9efbc25 Do not crash when attempting to upload a tree artifact. by tomlu · 7 years ago
  26. 2b3befd Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2. by felly · 7 years ago
  27. 3df620a Persist mappings from original command line patterns to expanded labels in TargetParsingCompleteEvent. by Googler · 7 years ago
  28. 9374ecf Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e. by felly · 7 years ago
  29. f11a0f7 Introduce a retriever for logging handler properties. by arostovtsev · 7 years ago
  30. d0a3c5e Batch all DependencyResolver#getTarget calls. This leads to some duplicate iteration, but that should be cheap, while requesting packages sequentially can hurt... by janakr · 7 years ago
  31. 39974a4 Allow skyframe-aware actions to pass partial results through ActionExecutionContext. by felly · 7 years ago
  32. b3b8639 Add test case showing off existing deadlock bug. There's no deterministic & perfect by nharmata · 7 years ago
  33. bddc514 In AbstractSkyFunctionEnvironment, don't check for filtered exceptions in the common case of no exceptions. We were already mostly tracking missing dependencies in the subclasses, so there's no need to check for missing dependencies here. by janakr · 7 years ago
  34. f2a07a7 Improve error messaging for constraints violations. by gregce · 7 years ago
  35. 8ed7d96 Re-enable BytecodeTypeInferenceTest by cushon · 7 years ago
  36. bf1db78 Don't convert InterruptException to EvalException in struct field call expressions. by Benjamin Peterson · 7 years ago
  37. 25f112e Remove ValidatedAndroidData interface by asteinb · 7 years ago
  38. 3862a80 Remove support for explicitly setting java_toolchain.encoding to UTF-8 by cushon · 7 years ago
  39. c476baa Remove ResourceContainer by asteinb · 7 years ago
  40. ba37ffe Improve NaiveMultisetSemaphore#estimateCurrentNumUniqueValues by having it use Semaphore#availablePermits. I have no idea why I didn't do this initially. by nharmata · 7 years ago
  41. 39e9b45 Automatic code cleanup. by Googler · 7 years ago
  42. ed598bc Put main repo remapping behind a flag. by dannark · 7 years ago
  43. d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
  44. 77801e3 Remove decoupling flag from Bazel by asteinb · 7 years ago
  45. 02a6e0f Temporarily disable the CommandUsingProcessWrapperTest system time upper bound check as it is intermittently failing under very heavy load. by ruperts · 7 years ago
  46. 473ea10 Pass cc_toolchain location to FeatureConfiguration by rosica · 7 years ago
  47. 157b917 Add configuration for android data binding v2. by corysmith · 7 years ago
  48. 32a97a6 Order tree artifacts. Fixes #5686. by felly · 7 years ago
  49. 1bb38e1 Move maybeAddProvider to be part of the EnabledDataBindingContext. by corysmith · 7 years ago
  50. 7a3e39f C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
  51. ad7b612 Remove the functionality to do ahead-of-time #include extraction as a separate by Googler · 7 years ago
  52. 68cbbe9 Moved all external calls to isDataEnabled to DataBindingContext and made it private. by corysmith · 7 years ago
  53. 0cb8590 Reduce and centralize databinding context instances. by corysmith · 7 years ago
  54. 50eb6a4 Introduce the DataBindingContext interface as part of centralizing the data binding processing pipeline. by corysmith · 7 years ago
  55. 6c304ab Make BES tolerant to duplicate artifacts in output groups. by tomlu · 7 years ago
  56. e18be0b Pass digest to Chunker construction when available. by tomlu · 7 years ago
  57. 172d36d Introduce a new file-based logging handler for Bazel. by arostovtsev · 7 years ago
  58. 7e41f9b C++: Change Skylark API whitelisting to be part of flag. by plf · 7 years ago
  59. ec83598 Change the list of rc files accepted. by ccalvarin · 7 years ago
  60. 04e9281 Thread a path resolver through target/aspect complete event. by tomlu · 7 years ago
  61. d1a203b Add support for VirtualActionInputs to the remote cache. by tomlu · 7 years ago
  62. 0bf5786 PiperOrigin-RevId: 207121273 by cushon · 7 years ago
  63. f29f78d Keep the analysis cache between builds when only trimmed test options change. by mstaib · 7 years ago
  64. d4d3d50 remote: add support for directory inputs in runfiles by buchgr · 7 years ago
  65. c004ff1 Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584. by twerth · 7 years ago
  66. 36fbbde Add a flag to evaluate the top level transitions in Skyframe by ulfjack · 7 years ago
  67. 2987ba8 Return Java providers only once by elenairina · 7 years ago
  68. 78142a6 Add a normal startup-option for setting the digest function. by ccalvarin · 7 years ago
  69. db042bb Fix tests to work when the default value of the flag --experimental_enable_tools_defaults_package flipped to by dbabkin · 7 years ago
  70. d56a806 Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext. by tomlu · 7 years ago
  71. 651797f Refactor setupPackageCache to get all BuildConfiguration.Options references out of it. by juliexxia · 7 years ago
  72. 0b534a8 Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a. by Googler · 7 years ago
  73. 84f6913 Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9. by twerth · 7 years ago
  74. 04d8a92 Remove output jar from runfiles and the ijar from the OutputJar when sources by Googler · 7 years ago
  75. 504a6d2 Removes serialization class that introduced bug. by plf · 7 years ago
  76. 83516bd Add the source jars of exports to the list of transitive source jars. by Googler · 7 years ago
  77. a7bd133 Clearing //tools/defaults:* by dbabkin · 7 years ago
  78. fa7e49f Add aarch64 embedded JDK config, MacOS mock toolchain settings by Arielle Albon · 7 years ago
  79. 15b27e4 Do not collect source jars for neverlink targets. by Googler · 7 years ago
  80. 3f87d16 Make explicit the contract of ConfiguredTarget builders returning null when there are rule errors. by cparsons · 7 years ago
  81. c80185c Internal change by ruperts · 7 years ago
  82. df8bf90 Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b. by cparsons · 7 years ago
  83. ccb7456 Improve artifact->owner label accounting in two ways. First, don't do the full mapping unless requested. This gets rid of any performance issue for the vast majority of builds. Second, if requested, use a custom data structure so that we don't have to create a full HashSet for artifacts whose only owning labels are their own owner labels. by janakr · 7 years ago
  84. 38899f7 Return Java providers only once by elenairina · 7 years ago
  85. 008e5f8 Add manifestProtoOutput produced during Java compilation to the OutputJar so that it can be accessed in Skylark. One example where this is used is in Android IDL processing where the manifestProtoOutput is used to split out the Android IDL generated Java classes from the overarching outputJar produced by the android_library rule. by Googler · 7 years ago
  86. d6ce264 Make the fallback strategy for Bazel's remote execution configurable. by philwo · 7 years ago
  87. feb9c87 Automatic code cleanup. by Googler · 7 years ago
  88. c809afc Make sure the --host_platform_remote_properties_override flags is by John Cater · 7 years ago
  89. be88b85 Throw a rule error when a skylark rule implementation returns multiple providers of the same type. by cparsons · 7 years ago
  90. c9efd06 Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890. by ccalvarin · 7 years ago
  91. 129c3e2 Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624. by janakr · 7 years ago
  92. 2193da9 Add an option to compress the JSON trace profile. by twerth · 7 years ago
  93. 0858ae1 Add a flag to split test.xml generation into a separate Spawn by ulfjack · 7 years ago
  94. 5168c50 C++: Fixes the way errors are checked in tests. by plf · 7 years ago
  95. 6964a0b Fix skydoc following of nontrivial relative labels. by cparsons · 7 years ago
  96. 7e87730 Remove default MD5 in most of Bazel's virtual filesystems. by ccalvarin · 7 years ago
  97. be31bb8 Modify --subcommands to allow pretty printing the arguments of a subcommand by ahumesky · 7 years ago
  98. ecceb0c Automatic code cleanup. by Googler · 7 years ago
  99. e2f31cb Make timestamps of InternalOrderedBuildEvent immutable. by Googler · 7 years ago
  100. db01c6f PiperOrigin-RevId: 206181674 by shahan · 7 years ago