1. dba3c83 Move some classes to lib.exec in preparation for layering enforcement by Ulf Adams · 8 years ago
  2. fe7e57e Bazel tests: fix j/c/g/.../lib:windows-tests by Laszlo Csomor · 8 years ago
  3. 45f87c3 Allow url & output arguments to be named by Kristina Chodorow · 8 years ago
  4. 7de9b6f Bazel client, Windows: implement ReadFile by Laszlo Csomor · 8 years ago
  5. fd31061 Bazel client, POSIX test: fix compilation error by Laszlo Csomor · 8 years ago
  6. 5b749bf fix use of test: && is a GNU extension by Klaus Aehlig · 8 years ago
  7. 48513d7 Bazel client: remove blaze_util::Which by Laszlo Csomor · 8 years ago
  8. 25a8c8e Fix GNUism in the use of touch by Klaus Aehlig · 8 years ago
  9. 108a6d5 Bazel client; implement NormalizePath by Laszlo Csomor · 8 years ago
  10. 0e1ece2 Set last modified time when files are extracted by Kristina Chodorow · 8 years ago
  11. aaee64e Power support by Nishidha Panpaliya · 8 years ago
  12. 85b1f11 Clean-up of the integration test environment by Damien Martin-Guillerez · 8 years ago
  13. 21fb8ca Reactivate bazel_coverage_test by Damien Martin-Guillerez · 8 years ago
  14. b9c65d1 Revert "Revert "Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build file, which has less changes of causing conflicts. Fixes #2226."" by John Cater · 8 years ago
  15. 2c7077f Fix typo in test name by Klaus Aehlig · 8 years ago
  16. fb2fd9b Fix the tool mocking for Java code coverage by Damien Martin-Guillerez · 8 years ago
  17. 18e6b41 Add customized path mounting in Bazel sandbox. by Xin Gao · 8 years ago
  18. 8753215 Gives detailed error message when fail to re-create directories during testing. Also by Yue Gan · 8 years ago
  19. d6297fb Bazel client, Windows: implement AsWindowsPath by Laszlo Csomor · 8 years ago
  20. 4a75349 Avoids NullPointerException when running `bazel coverage //:xxx`, since PathFragment.getParentDirectory() may return null. Fixes #2212. by Yue Gan · 8 years ago
  21. 733baed Update call sites to FileWriteAction to use the --experimental_transparent_compression flag by Jon Brandvein · 8 years ago
  22. c22a5c7 Remove usages of build_tools_version attribute. by Adam Michael · 8 years ago
  23. db9d6f1 Cleanup FileWriteAction and add a flag that will guard transparent compression by Jon Brandvein · 8 years ago
  24. 8e1cd5d Make android_sdk_repository build_tools_version attribute optional. by Adam Michael · 8 years ago
  25. 760f786 Bazel client: generalize path handling by Laszlo Csomor · 8 years ago
  26. a4d0ea4 Bazel client: SplitPath works with Windows paths by Laszlo Csomor · 8 years ago
  27. 7153664 Add a new AST node for augmented assignments in Skylark by Vladimir Moskva · 8 years ago
  28. 75afc7c Fix test flakiness. by Laszlo Csomor · 8 years ago
  29. 6415587 Fixes invocation policy to correctly apply allow/disallow policies to flags by Alex Humesky · 8 years ago
  30. 8c83db0 Fix CppLinkActionsTest.testCompilesTestSourcesIntoDynamicLibrary to work by John Cater · 8 years ago
  31. 1575652 Names of extra-action protos now take into account all aspect names. by Dmitry Lomov · 8 years ago
  32. fa3f55a Revert "Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build file, which has less changes of causing conflicts. Fixes #2226." by John Cater · 8 years ago
  33. 0f4260b Add option to dynamically link in the compilation output of cc_test and by Googler · 8 years ago
  34. 1324e83 Bazel client, Windows: implement pipe handling by Laszlo Csomor · 8 years ago
  35. cf1c437 Expose apple_generate_dsym value to Skylark and use in swift_library by Dmitry Shevchenko · 8 years ago
  36. 001380d Add an option to enable Whole Module Optimization by Dmitry Shevchenko · 8 years ago
  37. 9e008b9 Add a missing 'function' keyword by Dmitry Shevchenko · 8 years ago
  38. e3db95e Streamline Fingerprint implementation by Michajlo Matijkiw · 8 years ago
  39. a397340 New operators for Skylark: by Andreas Bergmeier · 8 years ago
  40. aa1614b Windows, JNI: implement nativeGetLongPath by Laszlo Csomor · 8 years ago
  41. 54f4020 Bazel client: implement Cstring-Wstring conversion by Laszlo Csomor · 8 years ago
  42. 2f31d60 Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build file, which has less changes of causing conflicts. Fixes #2226. by John Cater · 8 years ago
  43. f948305 Fix error message that gives incomplete information by Jon Brandvein · 8 years ago
  44. bce8898 Disable failing tests related to code coverage work. by John Cater · 8 years ago
  45. bf9bbe7 Make Bazel android_integration_test.sh pass with NDK12. by Adam Michael · 8 years ago
  46. 5a84ac8 Propagate all providers from CcLibraryHelper into cc_proto_library. by Carmi Grushko · 8 years ago
  47. de68913 Add tuple() method to Skylark. by Googler · 8 years ago
  48. 860f28f Migrates TestEnvironmentProvider to using the new Skylark declared providers API. This enables creating a TestEnvironmentProvider from Skylark. by Sergio Campama · 8 years ago
  49. 0227488 Style edits for ActionsProvider and provider constructors by Jon Brandvein · 8 years ago
  50. 68e850f Strict proto deps: .proto files are allowed to import other .proto files in the same srcs as they are. by Carmi Grushko · 8 years ago
  51. b5f480c Sandbox should not mount directory for nonempty tree artifacts. by Adam Michael · 8 years ago
  52. fd93143 Add a testing Skylark module that exposes an ExecutionInfoProvider constructor. by Sergio Campama · 8 years ago
  53. 905a29d Names of extra-action protos now take into account aspect names. by Carmi Grushko · 8 years ago
  54. 0ca9d7e Simplify propagation of linker params by replacing global_whole_archive with by Marcel Hlopko · 8 years ago
  55. e3e3bfa Description redacted. by Julio Merino · 8 years ago
  56. 25120df Initial code for Persistent Java Test Runner. by Kush Chakraborty · 8 years ago
  57. d5e008c Add SearchUnaryOptions and SearchNullaryOptions to improve the parsing by Luis Fernando Pino Duque · 8 years ago
  58. be2913a Transparently compress any FileWriteAction strings of > 256 length. by Googler · 8 years ago
  59. acd0d0c Update to javac9-r3297 by Liam Miller-Cushon · 8 years ago
  60. 2856008 Clean up after transition of java_xxx_proto_library rules to proto-toolchains. by Carmi Grushko · 8 years ago
  61. 82af55b Description redacted. by Kristina Chodorow · 8 years ago
  62. 2c2d190 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
  63. dc38824 Provide deterministic order for split configured deps (roll forward part 2). by Greg Estren · 8 years ago
  64. 13dc56a Global cleanup change. by Googler · 8 years ago
  65. 2a2127c Fix #2199: bazel_worker_test fails with syntax error on Darwin. by Philipp Wollermann · 8 years ago
  66. 227369a move MakeDirectories() into file_platform.h by Thiago Farina · 8 years ago
  67. af878d0 Add coverage support for java test. by Yue Gan · 8 years ago
  68. f7cf725 decide whether to strip binaries only once by Marcel Hlopko · 8 years ago
  69. c4f55ad Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1. by Adam Michael · 8 years ago
  70. 95f9b81 Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f. by Damien Martin-Guillerez · 8 years ago
  71. 4e33ac6 Windows JNI library: prepare for widechar WinAPI by Laszlo Csomor · 8 years ago
  72. 12d766d Provide deterministic order for split configured deps (roll forward) by Greg Estren · 8 years ago
  73. 978c4a9 Bazel uses apksigner from SDK build-tools instead of embedded jar. by Adam Michael · 8 years ago
  74. c10120a Fix private visibility for aliased targets. by Lukacs Berki · 8 years ago
  75. ce03c02 If a worker returns unparseable output, print it to the terminal. by Philipp Wollermann · 8 years ago
  76. 304da48 Rollback of commit 84e7bbc03d22a98e1036c9a3abf1d451e602348b. by Damien Martin-Guillerez · 8 years ago
  77. 878346e Rollback of commit 7505d94c19727e3100ac5e16a960bff2cb324f23. by Damien Martin-Guillerez · 8 years ago
  78. 7505d94 Provide deterministic order for split configured deps. by Greg Estren · 8 years ago
  79. 901e14a Override BuildConfiguration.equals() for dynamic configs. by Greg Estren · 8 years ago
  80. 84e7bbc Pass isExternal field to blaze ide info proto by Googler · 8 years ago
  81. 3f008a0 Mount TreeArtifact directories as inputs to Spawns. by Adam Michael · 8 years ago
  82. a701988 Add 'aspect_id' for to identify aspects that has been applied to the target. by Dmitry Lomov · 8 years ago
  83. 76e31d1 Allow dicts to contain non-comparable objects as keys by Vladimir Moskva · 8 years ago
  84. c860f1a Mark //src/test/shell/bazel:bazel_windows_example_test as manual by Damien Martin-Guillerez · 8 years ago
  85. 080c46c Add instructions regarding running android_integration_test. by Irina Iancu · 8 years ago
  86. c9e363c Rollback of commit 9de9f374cf63e8e6938c9ce80820c9f46f641241. by Damien Martin-Guillerez · 8 years ago
  87. 9a83316 Make build events correctly report target expansion by Klaus Aehlig · 8 years ago
  88. aa60e7d Add strip_prefix and strip_include_prefix attributes of cc_library. by Lukacs Berki · 8 years ago
  89. 758f81f Fix NPE in RClassGenerator when dev has code in unnamed package by Googler · 8 years ago
  90. 67edce7 When a strict proto dep violation occurs, tell the user what they should fix. by Carmi Grushko · 8 years ago
  91. a2e45d6 Fix another test that instantiates BuildOptions its own special way. by Greg Estren · 8 years ago
  92. 5f95b85 Make a rogue test case honor --experimental_dynamic_configs=notrim_partial like everywhere else. by Greg Estren · 8 years ago
  93. 9de9f37 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
  94. a110ac4 Make the settings attribute of Skylark maven_jar and maven_aar a label. by Adam Michael · 8 years ago
  95. 4d6bb5b Introduce FlagGroup.expandIfTrue, expandIfFalse by Marcel Hlopko · 8 years ago
  96. 7f53423 Clean up RuleContext's attribute access API. by Greg Estren · 8 years ago
  97. 9d83784 Move constraint enforcement policy into attribute definitions. by Greg Estren · 8 years ago
  98. 3875712 Compute module file compile command line flags right before executing the by Googler · 8 years ago
  99. c804c66 Replace UnixGlob's package glob prefetching functionality with an by Googler · 8 years ago
  100. 3216c40 Phrasing cleanup for dynamic configuration tests. by Greg Estren · 8 years ago