1. 9225a13 Automatically generate contributors list in release notes. by John Cater · 6 years ago
  2. 2126d94 Sort the methods returned by class.getMethod in FuncallExpression. by mjhalupka · 6 years ago
  3. ff75781 Fixing typo. by dbabkin · 6 years ago
  4. ee8faf2 Remove outdated comment about cc-toolchain-local. by jcater · 6 years ago
  5. 6867092 Interrupt the CPU collector thread on shutdown by ulfjack · 6 years ago
  6. 5e5832c Restore 0.19.0 in CHANGELOG.md by Klaus Aehlig · 6 years ago
  7. 92849b8 Release 0.18.1 (2018-10-31) by Bazel Release System · 6 years ago
  8. 035cf56 Add the new arm64_32 architecture to the list of device architectures for watchOS. by kaipi · 6 years ago
  9. 7e0d702 Init workspace last when creating and initializing a BlazeRuntime. If there are any crashes or other issues, might as well have all our error reporting, etc. initialized first. by janakr · 6 years ago
  10. 2b0768f Automatic code cleanup. by Googler · 6 years ago
  11. b74df04 Adds getShareableArtifact to ActionConstructionContext interface. by plf · 6 years ago
  12. d3cc5d4 Support None values in transition functions by Googler · 6 years ago
  13. b91d753 Move log flushing from BazelServerLogModule to the runtime. by arostovtsev · 6 years ago
  14. 6379ef5 google-java-format all of the things by cushon · 6 years ago
  15. da4a2d4 Ensure that the `--grte_top` flag is still respected when used with the by jcater · 6 years ago
  16. deb9959 Adds a helper method to copy an EvaluationContext with customized keepGoing value. by Googler · 6 years ago
  17. 23a271e Automatic code cleanup. by Googler · 6 years ago
  18. 8afd0fb Sorting Platform properties. Fixes #6421. by olaola · 6 years ago
  19. 5663527 Update error messaging for RegisteredExecutionPlatformsFunction and RegisteredToolchainsFunction by John Cater · 6 years ago
  20. d7e70b6 Fix the name of the new message to reference the correct concept, "sysroot". by John Cater · 6 years ago
  21. 1b4aa06 Allows module-filesystems to virtualize execroot. by shahan · 6 years ago
  22. 5f2d564 Add documentation for --max_idle_secs=0 and --[no]shutdown_on_low_sys_mem. by shreyax · 6 years ago
  23. 472320c Simplify BinTools: There is no need to create a "_bin" directory under the execRoot. If running the binary locally, we can execute from the install_base directly. by felly · 6 years ago
  24. 41a1e83 Remove CppRuleClasses.LANGUAGE and LanguageDependentFragment and turn LibraryLanguage into an enum. by lberki · 6 years ago
  25. a1df962 Add the parents attribute to the platform rule. by John Cater · 6 years ago
  26. 54983e2 Remove the dependency on LanguageDependentFragment from the C++ rules. by lberki · 6 years ago
  27. 4dd755a Add the flag "--incompatible_disable_systool_from_configration". by jcater · 6 years ago
  28. 8ef1e6b Set the default value of `incompatible_disallow_conflicting_providers` to true by laurentlb · 6 years ago
  29. 9df9e5a Remove requirement for --experimental_starlark_config_transitions for analysis-test transitions. by cparsons · 6 years ago
  30. 6a267fa Fixing HTTP cache bug in RemoteWorker -- no cache hits were ever possible because the cache was recreated on every request. by olaola · 6 years ago
  31. b93452c Add more GitHub links in the backward-compatibility page by laurentlb · 6 years ago
  32. 3a2e9f7 Automated rollback of commit 2c9014741a6fc2e55760be75c79a0845ce2e6d0d. by twerth · 6 years ago
  33. 7b41754 Restore 0.18.0 in CHANGELOG.md by Klaus Aehlig · 6 years ago
  34. 83870d6 Release 0.19.0 (2018-10-29) by Bazel Release System · 6 years ago
  35. 42302ca Remove the unused field JavaSemantics.LANGUAGE. by lberki · 6 years ago
  36. 483b9bf Make top-N computation in CriticalPathComputer more efficient. It is not by Googler · 6 years ago
  37. 81efc3f Replace virtual includes generated paths with their actual paths in the coverage reports. by iirina · 6 years ago
  38. 66e1877 Android,C++: Android Skylark constructor taking wrong provider by plf · 6 years ago
  39. ce2b50c Re-enable android/ziputils:ziputils-tests on CI. by philwo · 6 years ago
  40. 8df44b6 external repositories: be explicit about restarts in fetching by Klaus Aehlig · 6 years ago
  41. 74f908f BES: Create File output streams using NIO. by philwo · 6 years ago
  42. 787a0aa Remove LibraryLanguage for Python. It was unused. by lberki · 6 years ago
  43. 1afef64 Create temp directories in tmp, not the current directory by cushon · 6 years ago
  44. 4ca2b6d Pass CommandEnvironment to artifact uploader factories. by tomlu · 6 years ago
  45. 896677d Associate the package path locator with the command environment and its lifetime. by tomlu · 6 years ago
  46. dec6577 Switch the default value of --incompatible_range_type by laurentlb · 6 years ago
  47. 2290505 Coarsen deep hash code calculation for ObjectCodecRegistry: lambdas' suffixes are non-deterministic. The integer index before the '/' character should be deterministic, but doesn't seem to be. by janakr · 6 years ago
  48. df5fe4a Clarify the behavior of `"".capitalize()` by laurentlb · 6 years ago
  49. ed49acc Make `range` objects not comparable by laurentlb · 6 years ago
  50. d8d3776 New flag --incompatible_no_attr_license to disable `attr.license` function by laurentlb · 6 years ago
  51. 9394099 Inject version in FileFunction instead of FileStateFunction. by Googler · 6 years ago
  52. 3a66b73 PiperOrigin-RevId: 218886300 by Googler · 6 years ago
  53. 4f18986 Remove all uses of I/O in Resource sets by ulfjack · 6 years ago
  54. 25df709 Add a flag to move CcToolchainProvider creation to cc_toolchain_suite by hlopko · 6 years ago
  55. f20db4c Turn the late-bound attribute :child_configuration_dummy into an implicit one pointing to a toolchain alias. by lberki · 6 years ago
  56. 469d82d Clarify that --incompatible_disable_cc_configuration_make_variables does not affect genrules (for the time being). by lberki · 6 years ago
  57. 088e67d Add missing cc toolchains to the mock crosstool. by John Cater · 6 years ago
  58. 5b3478d Fix query documentation, wrt label and target syntax by laurentlb · 6 years ago
  59. 8726518 C++: Make objects not be passed to LibraryToLink if not creating archive by plf · 6 years ago
  60. 00ac609 Automated rollback of commit fc7e7405ef8db508ed3c92161bf3913e0f77c079. by hlopko · 6 years ago
  61. 2c90147 Remove ConfigurationEnvironment#getFragment() by rosica · 6 years ago
  62. f63c765 sync: properly report beginning and end of the non-build command by Klaus Aehlig · 6 years ago
  63. 2716b03 SingleJar: run tests on Windows by Laszlo Csomor · 6 years ago
  64. 84c6625 Migrate android ndk crosstools for https://github.com/bazelbuild/bazel/issues/6382. by hlopko · 6 years ago
  65. 76a76a7 Windows, test wrapper: implement zip support by Laszlo Csomor · 6 years ago
  66. fc7e740 Automated rollback of commit b91d8308e1b8cf165d6b8a32f593d63684ad185c. by philwo · 6 years ago
  67. 6d3c6a9 Allow concurrent SpawnExecutedEvent processing by ulfjack · 6 years ago
  68. 4634c20 Windows: Make bazel run --script_path work on Windows by pcloudy · 6 years ago
  69. 79d5ac3 Remove online computation of slowest components by ulfjack · 6 years ago
  70. 6909f95 UI: present number of fetches by Klaus Aehlig · 6 years ago
  71. c64421b For source directory action inputs, depend on all files in the subtree by ulfjack · 6 years ago
  72. 73415f2 Automatic code cleanup. by Googler · 6 years ago
  73. 818b1be Delete unused methods. by dannark · 6 years ago
  74. ccc4295 Don't print absolute paths when: by nharmata · 6 years ago
  75. e5894f0 Code cleanup by laurentlb · 6 years ago
  76. aa37854 Enforce that command line options in transition() functions begin with //command_line_option. by cparsons · 6 years ago
  77. 1002867 Consolidates options used in BuildDriver#evaluate, MemoizingEvaluator#evaluate and WalkableGraphFactory#prepareAndGet by Googler · 6 years ago
  78. 5a5ab5f Guard idle low-memory shutdown check by a startup flag --(no)shutdown_on_low_sys_mem, keeping it disabled to begin with. by shreyax · 6 years ago
  79. 59457af Allow tests to specify fileset mappings via SpawnBuilder by mschaller · 6 years ago
  80. 30cf8e4 Add repository mappings discovered so far to each WorkspaceFileValue (a workspace chunk). by Danna Kelmer · 6 years ago
  81. 9e5a570 Do not share FileOutErr across parallel remote grep calls in the some C++ compilation. Doing so is not thread-safe. Instead, use a unique "child" FileOutErr and push the results back to the parent safely. by felly · 6 years ago
  82. 7b6d2fa docs: restore docs for Bash/Zsh completion by Laszlo Csomor · 6 years ago
  83. b91d830 Flip --incompatible_disable_cc_toolchain_label_from_crosstool_proto by hlopko · 6 years ago
  84. 7dcad73 Rename Skylark to Starlark in user-visible strings by laurentlb · 6 years ago
  85. 8aa8476 Set all resource sets to a minimum of 1 core by ulfjack · 6 years ago
  86. ef0024b C++: Merges CcCompilationInfo and CcLinkingInfo into one provider. by plf · 6 years ago
  87. a0ed8c6 Windows, sh_toolchain, bugfix: cast path to string by Laszlo Csomor · 6 years ago
  88. 8dddb8a Miscellaneous cleanups by cushon · 6 years ago
  89. 9cc36db BazelRepositoryModule: don't remember --distdir over invocations by Klaus Aehlig · 6 years ago
  90. 39a7cd7 Change the Android split transition to depend on :current_cc_toolchain instead of being a late-bound attribute. by lberki · 6 years ago
  91. 1dc1cc1 Reenable //src/test/shell/bazel:workspace_resolved_test by aehlig · 6 years ago
  92. c3bcafb HttpDownloader: ignore non-existent distdirs by Klaus Aehlig · 6 years ago
  93. 048c1de Delete unused method by laurentlb · 6 years ago
  94. 9f496f3 Handle incorrect sharing of workspace status action/artifacts: by janakr · 6 years ago
  95. 71b4dcc Enforce via annotation processor that a class may not have two @SkylarkCallable methods with the same name. by cparsons · 6 years ago
  96. f26d2fb Output the execution platform with other information when verbose by John Cater · 6 years ago
  97. 021684f Change "rule" -> "target" in existing_rule() docs by brandjon · 6 years ago
  98. 3c42a3c Introduce a Bazel module to flush the server log at the end of each command. by arostovtsev · 6 years ago
  99. 2d1d584 Expose AndroidBinaryDataInfo and populate it from processLocalTestData. by Googler · 6 years ago
  100. 656b219 Make LostInputsExecException's lostInputs visible for tests by mschaller · 6 years ago