1. 18d7024 Windows, C++: add support for Visual Studio 2019 by Laszlo Csomor · 6 years ago
  2. 7166d4b Switch Python autodetection script back to /bin/sh by brandjon · 6 years ago
  3. 57615cd Add a null guard for superName in ImportDepsChecker by Andy Scott · 6 years ago
  4. d2a9206 Add conversion for hidden UsageStatsManager.registerAppUsageLimitObserver by Googler · 6 years ago
  5. 015f809 BEGIN_PUBLIC Internal change END_PUBLIC by Googler · 6 years ago
  6. 98a09b6 Remove Attribute.cfg(ConfigurationTransition). by jcater · 6 years ago
  7. b44167f Remove Attribute.hasHostConfigurationTransition. by jcater · 6 years ago
  8. f2eb582 Make --javacopt and --host_javacopt work with toolchain resolution enabled by cushon · 6 years ago
  9. e8f5a98 Remove Attribute.hasSplitConfigurationTransition. by jcater · 6 years ago
  10. 186929e Unbundle Android tools from Bazel's binary by Jingwen Chen · 6 years ago
  11. 322e98b Remove obsolete TODO. by jcater · 6 years ago
  12. 7f6d7a4 Remove legacy configured target handling in java_common by cushon · 6 years ago
  13. d7bed1b Make testing_server.py choose the port itself by Klaus Aehlig · 6 years ago
  14. 7f8bc5f Release 0.24.1 (2019-04-02) by Bazel Release System · 6 years ago
  15. 2c0dece Rename RuleTransitionData to AttributeTransitionData. by John Cater · 6 years ago
  16. 800b103 utils.bzl: improve doc strings by Klaus Aehlig · 6 years ago
  17. cf8ed73 C++: Add non_code_inputs to create_linking_context by plf · 6 years ago
  18. 576fc98 Do not crash Bazel when CcToolchainConfigInfo variables misbehave. by hlopko · 6 years ago
  19. 54f43c0 Do not try to unzip fdo profile in the host configuration by hlopko · 6 years ago
  20. 6789ae8 Implement whitelist outgoing edge backsliding by dbabkin · 6 years ago
  21. 502b1bf 'Fix' some more tests to use starlark rule instead of CROSSTOOL file by rosica · 6 years ago
  22. 0c88d35 Nit: Fix misaligned item in command list. by Googler · 6 years ago
  23. ff8068f remote: flip --incompatible_remote_symlinks by buchgr · 6 years ago
  24. 57818a4 Properly look up paths through ActionExecutionContext.getInputPath() to by djasper · 6 years ago
  25. f813cc5 Fix bad merge in https://github.com/bazelbuild/bazel/commit/01e32a29c34e3e75d6c57d4dea056b3efa97b176 by cushon · 6 years ago
  26. 9e23d96 Remove the TransitionFactoryData interface. by John Cater · 6 years ago
  27. 7ca0b95 Make selectable() constraints enforcement pass through aliases. by gregce · 6 years ago
  28. 1f341a6 C++: More ctx removal from CppLinkActionBuilder by plf · 6 years ago
  29. 3fed869 Fix ToolchainResolver to show an error when a toolchain type resolves to an by jcater · 6 years ago
  30. 01e32a2 Add --experimental_disallow_legacy_java_toolchain_flags by cushon · 6 years ago
  31. a05d5b6 Replace ComposingTransition.decomposeTransitions with the visitor pattern. by John Cater · 6 years ago
  32. 5b1d33e Improve landing page for Starlark by laurentlb · 6 years ago
  33. fb45b60 Propagate TransitionExceptions through the eventHandler instead of directly. Directly propagating through BuildViewTestCase causes runtime errors. This allows us to use a consistent pattern in StarlarkRuleTransitionProviderTest. by juliexxia · 6 years ago
  34. f1ae3dc Enable --incompatible_use_toolchain_providers_in_java_common by cushon · 6 years ago
  35. bfd13b9 Remove --experimental_java_coverage/--incompatible_java_coverage flag. by elenairina · 6 years ago
  36. 998b410 Remove obsolete --incompatible_ flags by cushon · 6 years ago
  37. 716e19c Ensure strategy names are never null in running/scheduling events. by jmmv · 6 years ago
  38. 8fc6c1f Enable --incompatible_cc_coverage by default. by iirina · 6 years ago
  39. 976876d C++: Bazel link/compile API by plf · 6 years ago
  40. 527e4cf Fix "IllegalArgumentException: no attribute '$no_launcher'" by elenairina · 6 years ago
  41. 6a050c2 Do not crash Bazel when C++ toolchain doesn't specify a tool by hlopko · 6 years ago
  42. 0cb464a Set RUNFILES_MANIFEST_ONLY=1 when --enable_runfiles=false by pcloudy · 6 years ago
  43. 5fcf27e Introduce DelegateFileSystem by buchgr · 6 years ago
  44. d7aa53e Remove src/test/shell/bazel/bazel_coverage_experimental_java_test.sh by iirina · 6 years ago
  45. 1502caf Make --noexperimental_java_coverage a no-op. by elenairina · 6 years ago
  46. 06b9871 Remove a deadlock in class initialization. by lberki · 6 years ago
  47. bc90f9e Support optional information on the definition of a rule by Klaus Aehlig · 6 years ago
  48. bfaf14b Automatic code cleanup. by Googler · 6 years ago
  49. 5f5e6ad Flip default Python version to PY3 by brandjon · 6 years ago
  50. ad64a8d Introduce --incompatible_use_python_toolchains by brandjon · 6 years ago
  51. d3a9feb Make getActions() public. by Googler · 6 years ago
  52. 3cb0c39 Tighten the type of NodeEntry#getAllRemainingDirtyDirectDeps since it is always an ImmutableSet. by janakr · 6 years ago
  53. b376726 Flip --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain by hlopko · 6 years ago
  54. 3765df2 Automatic code cleanup. by Googler · 6 years ago
  55. 54b1eb9 On Windows, have the autodetecting Python toolchain revert to reading --python_path by brandjon · 6 years ago
  56. f8de2ec Analyze target libc in cc_toolchain by hlopko · 6 years ago
  57. d098be0 Add gross debugging for internal graph inconsistency. by janakr · 6 years ago
  58. 6306179 Add new ComposingTransitionFactory class. by John Cater · 6 years ago
  59. ad87481 Remove explicitly set target platform value and replace it by fallback. by schmitt · 6 years ago
  60. e937767 Remove more traces of the defaults package by cushon · 6 years ago
  61. b3934f6 Update spelling of 'analyzed' to American English. by Googler · 6 years ago
  62. 3debbca Add getKey to CppCompileActionTemplate. by Googler · 6 years ago
  63. 69bc12f Remove the reference to //tools/jdk:no_launcher, since that doesn't seem to actually work. by Googler · 6 years ago
  64. 9463491 Pass AdditionalBuildVariableComputer to CcToolchainProvider by hlopko · 6 years ago
  65. 5e3dcde Flip the default value of the incompatible_disable_genrule_cc_toolchain_dependency by John Cater · 6 years ago
  66. 30f6456 Implement --define flag normalization in Blaze. by Googler · 6 years ago
  67. 584ae24 remote: introduce downloadMinimal by Jakob Buchgraber · 6 years ago
  68. c578764 Improve reporting about missing packages by Klaus Aehlig · 6 years ago
  69. 107a43d Remove legacy crosstool fields by hlopko · 6 years ago
  70. ffb65c8 Update all attributes which use the host transition to use the host transition by jcater · 6 years ago
  71. d52ec85 remote: moved SimpleBlobStore creation logic into the Factory by ishikhman · 6 years ago
  72. cca5779 Flip --incompatible_disable_legacy_cc_provider by hlopko · 6 years ago
  73. 0f41b9e Allow overriding getExecutionInfo() in DelegateSpawn. by jmmv · 6 years ago
  74. 46b180f Use ArtifactPathResolver everywhere in StandaloneTestStrategy by Jakob Buchgraber · 6 years ago
  75. 7b51552 introduce different levels of action filesystem support by buchgr · 6 years ago
  76. 03c84c0 Minor refactoring of the SimpleBlobFactory before actual modifications. by ishikhman · 6 years ago
  77. 6ec5e87 remote: add action input fetcher by Jakob Buchgraber · 6 years ago
  78. dd16809 Rename --experimental_use_toolchain_resolution_for_java_rules to --incompatible_use_toolchain_resolution_for_java_rules. by lberki · 6 years ago
  79. b10bddf Ensure orderly BES connection shutdown when crashing. by lpino · 6 years ago
  80. 36863e2 Automatic code cleanup. by cushon · 6 years ago
  81. 8bccd59 Report jar paths in singlejar one version enforcement by cushon · 6 years ago
  82. b643b06 Flip --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree by buchgr · 6 years ago
  83. fa5af64 Implement hasLooseHeaders in CppCompileActionTemplate. by Googler · 6 years ago
  84. c4333f4 Flip --incompatible_disable_third_party_license_checking. by gregce · 6 years ago
  85. 8ba86a0 Add /Applications/ to cxx_builtin_include_directories by Keith Smiley · 6 years ago
  86. 0020a97 Remove @executable_path/Frameworks from rpaths by Keith Smiley · 6 years ago
  87. 5adcd3e Update Attribute to use a single TransitionFactory for patch and split by John Cater · 6 years ago
  88. 7faa0ef Introduce a FileSystemCalls.getType() function that just returns the type of a by djasper · 6 years ago
  89. d21fa42 Allow starlark transitions to whitelist based on rule definition location. by juliexxia · 6 years ago
  90. 80bff99 Wrap StatusRuntimeExceptions from GrpcRemoteCache by George Gensure · 6 years ago
  91. 7e3cfd8 Windows, native launcher: Rlocation knows external by Laszlo Csomor · 6 years ago
  92. d4f51b9 Improve usefulness of NotASymlinkException#getMessage. Note that the returned string can make its way into Bazel's printed error message. by nharmata · 6 years ago
  93. 18ef7a5 Introduce new flag `--incompatible_string_join_requires_strings` by laurentlb · 6 years ago
  94. 4c322f8 Report workspace cycles via SkylarkImportLookupKeys by Klaus Aehlig · 6 years ago
  95. b83be4d Replace stream usage to reduce garbage creation on hot codepaths. by djasper · 6 years ago
  96. f97623b Refactor AppleCcToolchain to not pass ruleContext around too much by hlopko · 6 years ago
  97. 534ca51 Flip --incompatible_disable_crosstool_file by rosica · 6 years ago
  98. e5777ce Fix some more tests before flipping the --incompatible_disable_crosstool_file flag by rosica · 6 years ago
  99. 191c7bd Add a test demonstrating unpacking of utf8 file names by Klaus Aehlig · 6 years ago
  100. 3f5ba88 Don't use streams in PackageSpecification.containsPackage() as they create a by djasper · 6 years ago