1. 56d98ae CROSSTOOLS wrapped_clang: handle spaces in paths by Oscar Bonilla · 7 years ago
  2. 400fffe Add support for the Json trace file format by ulfjack · 7 years ago
  3. c958649 Automated rollback of commit a1c9f8d33457cd1f3b01299863bcab2667c13a52. by Googler · 7 years ago
  4. 01cc479 Enable rules to inherit the ExecutionPlatformConstraintsAllowed value. by jcater · 7 years ago
  5. 967eebb Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packages by cparsons · 7 years ago
  6. fe785e1 Skylark debugger: Fix NPE listing frames. by brendandouglas · 7 years ago
  7. f4b9ff4 Remap repository names inside load statements in BUILD files if the repository name is remapped. by dannark · 7 years ago
  8. 1b94e64 Disable flaky test by ulfjack · 7 years ago
  9. 16b33e8 Fix xdot command example in cpp tutorial by Naresh · 7 years ago
  10. 0632505 Platform documentation fixes. by jcater · 7 years ago
  11. 2eff4fd Fix some missing cases from https://github.com/bazelbuild/bazel/commit/bbf3e421ed8b2b431a72cd3ab4ba591dc8833634. by Googler · 7 years ago
  12. 45e28e5 Support delete() in ActionFS. by felly · 7 years ago
  13. 21d60de Refactor profiler by ulfjack · 7 years ago
  14. 71404a7 Always run toolchain resolution, even when no toolchain types are requested, in order to properly choose the execution platform from the available execution platforms. by John Cater · 7 years ago
  15. 206a9d1 Remove LoadingPhaseRunner, inline the only implementation by ulfjack · 7 years ago
  16. 6ed275b Add hash sum for mount_path_toolchain by Klaus Aehlig · 7 years ago
  17. ede3152 Split TargetPatternEvaluator into two interfaces by ulfjack · 7 years ago
  18. 6abc749 docs: don't list all attribute types in build-ref by Laszlo Csomor · 7 years ago
  19. 5d35794 docs: fix broken link on tutorial/java.html by Laszlo Csomor · 7 years ago
  20. 231057b Enable AnalysisTestCases to set LoadingOptions. by mstaib · 7 years ago
  21. 34982e7 Enable mock rules to set their types. by mstaib · 7 years ago
  22. b689036 Skylark debugging protocol: include a 'stop reason' in ThreadPausedEvent. by brendandouglas · 7 years ago
  23. 4915e82 Automated rollback of commit 15b8c259db111012b4642287172cb4d1d82151f3. by jmmv · 7 years ago
  24. c7eef96 Migrate remaining assorted skylark types to skylarkbuildapi by cparsons · 7 years ago
  25. 8c666d9 Only remove 'repo_mapping' from kwargs if experimental_enable_repo_mapping is set. Repository rules should throw an attribute not found error if repo_mapping is used but the flag isn't set, otherwise it silently fails. by dannark · 7 years ago
  26. abeb851 Migrate android providers to use BuiltinProvider instead of NativeProvider by cparsons · 7 years ago
  27. d1faf43 Allow delegation to the underlying filesystem only for the source tree. by felly · 7 years ago
  28. d2e0a94 Create a bootstrap for repository-related skylark build API. by cparsons · 7 years ago
  29. 4ee15b8 Add some more logging to the debug server. by brendandouglas · 7 years ago
  30. 8df3747 Consolidate filesystem metadata operations in ActionFS by extending AbstractFileSystemWithCustomStat. by felly · 7 years ago
  31. 15b8c25 Refactor profiler by ulfjack · 7 years ago
  32. 6841a74 Reformating by laurentlb · 7 years ago
  33. 04034a6 Document adapting custom Bazel rules for remote execution. by spomorski · 7 years ago
  34. 72141a1 update bazel's embedded jdk to jdk9 by cushon · 7 years ago
  35. e28c0ab Implement LcovMerger. by elenairina · 7 years ago
  36. bbf3e42 Add the ability to force the path to the test binary to a fixed length by using a symlink. by Googler · 7 years ago
  37. 6517366 Inline some ActionContextProvider classes into their modules by ulfjack · 7 years ago
  38. 4cf2ebd Add AutoProfiler-like API to Profiler by ulfjack · 7 years ago
  39. c720152 C++: Refactors PyWrapCc to make it easier to migrate to Skylark by plf · 7 years ago
  40. c7cf6f0 Add documentation to Collection<E> get() method. by dbabkin · 7 years ago
  41. 1a6c706 Introduce generic post analysis build tool. by twerth · 7 years ago
  42. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  43. 2c89206 Remove ActionContextConsumer by ulfjack · 7 years ago
  44. ce9aafc Refactor the build event service transport by ulfjack · 7 years ago
  45. a7e0c75 docs,windows: emphasize that BAZEL_VS != BAZEL_VC by Laszlo Csomor · 7 years ago
  46. 52175bd Add codec for Long (needed by TargetCompleteEvent). by janakr · 7 years ago
  47. d3d8644 Unify path resolution codepaths. by felly · 7 years ago
  48. 3694136 Use Identifiers instead of Strings by Taras Tsugrii · 7 years ago
  49. d53d72e Skylark debugging protocol: include frames information in ThreadPausedEvents. by brendandouglas · 7 years ago
  50. 9c68c3a Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7. by Googler · 7 years ago
  51. 6dfafd2 Add the skylark debugging options to the recognized 'build' options. by brendandouglas · 7 years ago
  52. 3978084 maven_jar: Actually add support for sources classifier by David Ostrovsky · 7 years ago
  53. 8a45d08 Replace ambiguous bit of info with pointer to rules page by brandjon · 7 years ago
  54. a41c46e Support file renaming in ActionFS. by felly · 7 years ago
  55. f92107b Clean up Profiler a bit by ulfjack · 7 years ago
  56. 9985782 Skylark debugger: fix thread paused state and location not being properly set in ThreadPausedEvents. by brendandouglas · 7 years ago
  57. 632052d Add status details to the protos by ulfjack · 7 years ago
  58. 6d0de43 Automated rollback of commit 6c87715b8ac6b32e636ba307440e2b7362b10a48. by cpeyser · 7 years ago
  59. c34d6ee Add support for aar_import_external and aar_maven_import_external by Jingwen Chen · 7 years ago
  60. 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
  61. c44a87b Publish detailed configurable attributes (select()) documentation. by gregce · 7 years ago
  62. f2a055a ActionFS correctly tracks symlink sources. by shahan · 7 years ago
  63. ad34b9a Use unsafe String operations when writing parameter files. by tomlu · 7 years ago
  64. cd751ca Support basic test functionality in ActionFS. by felly · 7 years ago
  65. dc3a91a Flip default value of --experimental_shortened_obj_file_path to true (Second try) by pcloudy · 7 years ago
  66. 05fec10 Prepare to remove java_toolchain.encoding by cushon · 7 years ago
  67. 72660e2 Deletes default implemetation of MetadataProvider.getInput by shahan · 7 years ago
  68. 2091a2e Add link to the auto-generated Node_JS rules documentation. by spomorski · 7 years ago
  69. 2edfaa7 Cleanup BuildEventStreamOptions by ulfjack · 7 years ago
  70. f37a703 Expose cc_common.create_link_build_variables by hlopko · 7 years ago
  71. 5c55cd3 Add a `sync` command by Klaus Aehlig · 7 years ago
  72. 28e4e91 Print an additional link at the end of the build pointing where the Build Event Protocol is being streamed. by lpino · 7 years ago
  73. 30ef629 BlazeOptionHandler: only check in the parent directory, if there is one by Klaus Aehlig · 7 years ago
  74. 75641c9 Remove include_java_contracts_deps option. by dbabkin · 7 years ago
  75. 7f6c3e9 Filter middleman artifacts from NamedArtifactGroup by ulfjack · 7 years ago
  76. d983ce1 Update documentation about dict iteration order by laurentlb · 7 years ago
  77. 513bbf5 Release 0.14.1 (2018-06-08) by Bazel Release System · 7 years ago
  78. 6c87715 C++: Refactors PyWrapCc to make it easier to migrate to Skylark by plf · 7 years ago
  79. 2b86bee Remove the legacy loading phase runner by ulfjack · 7 years ago
  80. 3a6ccb1 Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
  81. 4001ddd Make JavaBuilder use a unique coverage metadata directory by elenairina · 7 years ago
  82. 5df8eb2 Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f. by jmmv · 7 years ago
  83. 499503b Deletes ActionInputFileCache. by shahan · 7 years ago
  84. 1bef35d Automated rollback of commit d0982b905d93e219a0caccdcf5d6ae1e219387c2. by janakr · 7 years ago
  85. 6afc2eb Automated rollback of commit f137cea0ac74334013e7b064e59d1624cf032ac4. by janakr · 7 years ago
  86. 5e89362 Add an initial skylark debug server implementation. by Googler · 7 years ago
  87. 755278d blaze_util::ConvertPath should not make paths absolute. by ccalvarin · 7 years ago
  88. a1c9f8d Automated rollback of commit 4c72a82ada742bd369185cd07c57f96c497ce440. by jmmv · 7 years ago
  89. 81eda1d Simplify TestAttempt interface by ulfjack · 7 years ago
  90. d595703 Move --distdir out of experimental status by Klaus Aehlig · 7 years ago
  91. 71d0f6c Fix a few generated docs. by Sam Rawlins · 7 years ago
  92. c62d227 [launcher] Don't pass std::string to C varargs function by Loo Rong Jie · 7 years ago
  93. aa2ff99 Fix bug in skyframe-based test-suite expansion by ulfjack · 7 years ago
  94. 59fb8fa Remove CC_CONFIGURE_DEBUG in test_base.py by pcloudy · 7 years ago
  95. 1f8f7f0d Remove genrule's dependency on the cpp toolchain. by jcater · 7 years ago
  96. 1b97ae08 Make bes_best_effort a no-op by ulfjack · 7 years ago
  97. 8ecb2a4 C++: Introduces flag to disable automatic expansion of labels in linkopts. by plf · 7 years ago
  98. 2df3234 Add LabelLateBoundDefault to :coverage_report_generator attribute by dbabkin · 7 years ago
  99. f137cea C++: Refactors PyWrapCc to make it easier to migrate to Skylark by plf · 7 years ago
  100. 6b16352 Allow disabling the simple blob caches via CLI flag overrides. by John Millikin · 7 years ago