1. 8b3ba50 Move msys path support into DependencySet, removing it from the general Path system. by tomlu · 7 years ago
  2. e6863e2 Fix the generic class information in the documentation by vladmos · 7 years ago
  3. 81a4948 Clarify types of `ctx.attr.<attr_name>` objects. by vladmos · 7 years ago
  4. ab97d78 Properly capitalize Build Event Protocol in Blaze output for consistency. by jingwen · 7 years ago
  5. 1419d64 Replace `ctx.config` with `ctx.configuration` in the documentation by vladmos · 7 years ago
  6. 69c45f8 Rename OutputGroupProvider -> OutputGroupInfo. by dslomov · 7 years ago
  7. e453086 Add a non remote execution build to compare build times by Damien Martin-Guillerez · 7 years ago
  8. 1b8d849 Automatic code cleanup. by Googler · 7 years ago
  9. ef381e5 Shell code cleanup by Androbin · 7 years ago
  10. 1b66574 Move profiling information from the Overview to the Optimizing page. by laurentlb · 7 years ago
  11. fafeadd Update Skylark Readability Guidelines. by dslomov · 7 years ago
  12. b874254 Fix light typo in java docs. by dbabkin · 7 years ago
  13. 749165f Remove the word 'Skylark' when it doesn't add any value. by laurentlb · 7 years ago
  14. 10c8018 Fix link. by GinFungYJF · 7 years ago
  15. 1446210 Initial @AutoCodec implementation. by Googler · 7 years ago
  16. 70b6e5d Perform ZipFilterAction on the instrumentation JAR using the target JAR as filter. .class and R.class files are filtered out. by jingwen · 7 years ago
  17. c6557ea Add check for $experimental_testsupport in isExperimentalJavaTest. by dannark · 7 years ago
  18. 817b535 make desugar resilient to unrelated lambdas being dumped while it runs by kmb · 7 years ago
  19. 0cb96d1 Update aapt2 to recent version from git_pi-release. by Googler · 7 years ago
  20. 29a3b04 Make linux-sandbox output execution statistics for executed commands. by ruperts · 7 years ago
  21. c24b3ec Add hooks to Bazel client for adding memory and logging specific JVM flags. by ajmichael · 7 years ago
  22. 0cd5bff Add more links to examples in the documentation. by laurentlb · 7 years ago
  23. 918f327 Adds a codec for RegexFilter. by Googler · 7 years ago
  24. 0c34954 Allow not recognized Artifact category to be handled in Analysis phase by Googler · 7 years ago
  25. a9cd97c Fix the documentation to allow making links to BE documetation articles by vladmos · 7 years ago
  26. e8a83af Refactor flag access out of Adb._Exec() and into main(). by Akira Baruah · 7 years ago
  27. 918a611 Explain why --include_imports should not be used when creating the descriptor set output. by carmi · 7 years ago
  28. 12beae1 Use java.nio.file.Files.createTempDirectory() to create temporary directory in LocalSpawnRunner, to avoid a race condition. by ruperts · 7 years ago
  29. 0cb1944 Allow access to some TestAttempt fields for testing by ulfjack · 7 years ago
  30. a3b8e39 Implement --(no)expand_test_suites flag. by dslomov · 7 years ago
  31. 75eca48 Fix broken target in Intellij project definition. by buchgr · 7 years ago
  32. 66bba4e Fix windows_cc_configure after https://github.com/bazelbuild/bazel/commit/2aeaeba66857c561dd6d63c79a213f1cabc3650d by hlopko · 7 years ago
  33. ac0d354 GitRepository: Close repository when cloning is done by Yun Peng · 7 years ago
  34. 1bc2820 Fix small typo in user manual by Dave Rolsky · 7 years ago
  35. 8138c13 Fix a glob to include TestSubject.java in Desugar by Laszlo Csomor · 7 years ago
  36. b1ca7fa Enable local action execution statistics collection when the LocalSpawnRunner uses the process-wrapper to run commands. by ruperts · 7 years ago
  37. b28285a Initialize the RuleClassProvider only once. by carmi · 7 years ago
  38. 2968132 Move linux_sandbox_test from shell/bazel to shell/integration. by ruperts · 7 years ago
  39. 4a2f2c5 Add a new file path type, LocalPath. by tomlu · 7 years ago
  40. 2834113 Remove hyperthreading multiplier to improve performance. by dmaclach · 7 years ago
  41. d7ad01b Add --checkHashMismatch flag to ZipFilterAction. by jingwen · 7 years ago
  42. 23cf43d Fix a CCE in ConfiguredTargetCycleReporter by cushon · 7 years ago
  43. 4a7f81a Set configured_query_test size to 'medium' because it was timing out when set to 'small'. Also add to bazel build files. by juliexxia · 7 years ago
  44. 9177db1 Reorganize menu in "Extending Bazel" by laurentlb · 7 years ago
  45. 770b177 Correct stack map frame computation. When visiting CHOP Frame (discarding n local local variables), the current implementation deletes n local slots, which is wrong when the local variable to delete is of type category 2. by cnsun · 7 years ago
  46. 2aeaeba When linking mostly-static Linux binaries, link libstdc++.a explicitly. by John Millikin · 7 years ago
  47. d7f87aa Add a new flag to disable glob tracking: --incompatible_disable_glob_tracking by laurentlb · 7 years ago
  48. 916e303 Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9. by hlopko · 7 years ago
  49. 94c5c05 Update cc_import rule documentation by Yun Peng · 7 years ago
  50. 03964c8 [java_common.compile] Name output source jar relative to the output jar name by elenairina · 7 years ago
  51. 4f5a92b Fix bash in osx_cc_wrapper by hlopko · 7 years ago
  52. 209a975 Use C++-only toolchain on darwin when BAZEL_USE_CPP_ONLY_TOOLCHAIN env var is set to "1" by hlopko · 7 years ago
  53. 4366239 Remove an unused field by cushon · 7 years ago
  54. 52aff7d Thread FileSystem instance through a few call sites. by tomlu · 7 years ago
  55. 15feaf9 disambiguate mnemonics for $shuffle_jars and $dexsharder actions RELNOTES: None. by kmb · 7 years ago
  56. ab5f233 Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make cmdline and vfs depend on serialization. This allows a class to have a pointer to its codec, which simplifies automatic recursive composite codecs. by Googler · 7 years ago
  57. 66693e7 Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce. by ccalvarin · 7 years ago
  58. 34ba702 Clarify documentation about outputs. by laurentlb · 7 years ago
  59. 9321316 Add --incremental_state_retention_strategy by ccalvarin · 7 years ago
  60. 5a3c7ab Remove hyperthreading multiplier to improve performance. by dmaclach · 7 years ago
  61. 35ce88d Update out-of-date comment in option_processor. by ccalvarin · 7 years ago
  62. 3c60ee3 Add details on the toolchain_type by katre · 7 years ago
  63. 44f3a3f Fix the link to C++ build use cases in the C++ tutorial by Googler · 7 years ago
  64. 6f5b1ed Clarify documentation about File.basename by laurentlb · 7 years ago
  65. 0eeec09 Update turbine version by Liam Miller-Cushon · 7 years ago
  66. eb20b06 Update section heading. by spomorski · 7 years ago
  67. a22d0e9 Fix: uploading artifacts of failed actions to remote cache stopped working. by olaola · 7 years ago
  68. 180d256 Update Error Prone version by Liam Miller-Cushon · 7 years ago
  69. 09a6a9f Windows MSVC CROSSTOOL: Don't pass /DEBUG:FASTLINK to linker if it doesn't support it by Yun Peng · 7 years ago
  70. ce7df3f Fix the documentation formatting by vladmos · 7 years ago
  71. 373dcf9 Windows Launcher: Fix argument passing by Yun Peng · 7 years ago
  72. 30f6d44 Doc: mention that sibling must be in the same package. by laurentlb · 7 years ago
  73. 502d718 Fix the documentation formatting by vladmos · 7 years ago
  74. 6060c79 Fixed documentation navigation bar/content layout awkwardness. by Jingwen · 7 years ago
  75. 609d551 Add a toolchains= dependency to a few genrules so that the Bazel test suite passes. by lberki · 7 years ago
  76. 09e2205 Avoid expansion of NestedSets in MiddlemanFactory. by Benjamin Peterson · 7 years ago
  77. e770758 Move native deps collection code out of android_binary. by ajmichael · 7 years ago
  78. bddeade Make private variable public for internal usage. by Googler · 7 years ago
  79. c2f6ae8 Thread filesystem through codebase. by tomlu · 7 years ago
  80. f35c8a0 Add fields to record block I/O and involuntary context switch execution statistics to SpawnResults, and add cumulative getters for these in ActionResults. by ruperts · 7 years ago
  81. d899ad5 Make config_feature_flag's default_value optional. by mstaib · 7 years ago
  82. 865b888 Add --implicit_deps custom filtering to configuredtargetqueryenvironment. by juliexxia · 7 years ago
  83. 5f47d9a Remove unused Info constructor arg by brandjon · 7 years ago
  84. 6d6a577 Remove redundant words in logging message. by nharmata · 7 years ago
  85. 71c1441 Tweak the grammar of some titles in bazel documentation. by ahumesky · 7 years ago
  86. 8817ba8 Stop filtering resources in analysis in aapt2 builds by Googler · 7 years ago
  87. 367f704 Rollback of 178106899. by cpeyser · 7 years ago
  88. baa99fb Rollforward of rollback commit 078c25c2f3cce5f407e28938ab2f3429e4609b19 with properly executable shell and correct test outputs. by juliexxia · 7 years ago
  89. 766ba8a Automated rollback of commit 337f19cc54e77c45daa1d5f61bf0a8d3daf8268f. by buchgr · 7 years ago
  90. 6a4f0ab Infrastructure for fixed checking if android_test can inherit resources by Googler · 7 years ago
  91. 2a9e125 Implement @bazel_tools//tools/jdk:current_host_java_runtime . by lberki · 7 years ago
  92. c5301e9 Remove the --incompatible_list_plus_equals_inplace flag by vladmos · 7 years ago
  93. c191413 Change flag name --start_type to --start, to be consistent with adb options flag. by Googler · 7 years ago
  94. 16514d3 Add tests for circular target dependencies resolved by configuration. by mstaib · 7 years ago
  95. dc2c550 Register builtins with Runtime by brandjon · 7 years ago
  96. fdfd7f3 Update pin for bazel-toolchains to latest version by yiyu · 7 years ago
  97. cc16d4c Restructure left-nav to be more intuitive. by spomorski · 7 years ago
  98. c10ba05 Temporary fix for resource filtering with aapt2 by Googler · 7 years ago
  99. 078c25c bazel integration tests: chmod +x configured_query_test.sh by juliexxia · 7 years ago
  100. 71bbc38 bazel integration tests: chmod +x configured_query_test.sh by Googler · 7 years ago