1. e87d2a6 Add abseil to //third_party:srcs by Adam Michael · 7 years ago
  2. ff4f522 BEP: In the TestResult meta data, allow reporting remote cache hits by aehlig · 7 years ago
  3. 67566e5 Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK. by lberki · 7 years ago
  4. a88933e Update bazel py rules "deps" documentation by elenairina · 7 years ago
  5. 6183faf Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables. by lberki · 7 years ago
  6. bec2fe8 Make ProcessWrapperUtil aware of the execution statistics file, and add new ExecutionStatisticsProvider. by ruperts · 7 years ago
  7. 7964b1a Reflect progress on incremental dexing in android_binary's incremental_dexing attribute documentation. by kmb · 7 years ago
  8. a2d2615 Check for null build file returned from getBuildFileForPackage. by jcater · 7 years ago
  9. 21fdc48 Upgrade --target_environment, --auto_cpu_environment_group. by gregce · 7 years ago
  10. f1db5c9 Dedupe inputs in dexmerger tool similar to other tools. RELNOTES: None. by kmb · 7 years ago
  11. 2f3d7df Moving the RemoteWorker into tools/remote directory. by olaola · 7 years ago
  12. 110432f Stub out def_parser_test on non-Windows platforms. by Adam Michael · 7 years ago
  13. 5a163fb Add aapt2 to the filegroup of integration test dependencies. by ajmichael · 7 years ago
  14. e4eb23f Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3. by nharmata · 7 years ago
  15. 97facf3a Fix error prone warning about reference equality. by ajmichael · 7 years ago
  16. 3be6417 scripts/serve-docs.sh: allow overriding PORT/HOST by Klaus Aehlig · 7 years ago
  17. a1c3231 Expose getGenJarsProvider methods from JavaSkylarkApiProvider in JavaInfo by dbabkin · 7 years ago
  18. 1fa2dfb Build output files if the build tag filter contains only tags to exclude. by lberki · 7 years ago
  19. 7b54020 This and further changes may contain minor modifications to BUILD files that don't serve any apparent purpose. The reason for these changes is that we're switching from checked-in BUILD files to generated BUILD files, and there may be small differences between these files. by tomlu · 7 years ago
  20. b9e1c8a Add a 'fdo_optimize' feature to the auto-configured crosstool. by Benjamin Peterson · 7 years ago
  21. 3d53cb0 Release 0.8.1 (2017-12-05) by Bazel Release System · 7 years ago
  22. c4cd986 Add a //tools/jdk:host_jdk target. by lberki · 7 years ago
  23. 4fcaf58 Add absl-py 0.1.1 as third_party/py/abseil by Akira Baruah · 7 years ago
  24. 3d362fb Add --experimental_java_coverage. by elenairina · 7 years ago
  25. 581c197 remote: Have --remote_rest_cache respect --remote_timeout. by buchgr · 7 years ago
  26. a0a3e2a Fixing regression of SHA1 with the RemoteWorker. by olaola · 7 years ago
  27. 07b9c6f Fix docs for repository_name by Rodrigo Queiro · 7 years ago
  28. 9ac1f28 Added execution platform to the ActionExecutionMetadata. by John Cater · 7 years ago
  29. ddd5ac16a Improve exception message to output more information. RELNOTES:None. by cnsun · 7 years ago
  30. b0fb55a Remove static import of inner class InferredType's fields by ccross · 7 years ago
  31. 3495954 Platform options are no longer experimental. by jcater · 7 years ago
  32. 8bec8dd From apple_binary, receive AppleExecutableBinaryProvider from the bundle_loader attribute by cparsons · 7 years ago
  33. ba66e72 Document the startup option --host_javabase. by Googler · 7 years ago
  34. 4d0e626 Use PEP 328 absolute import for third_party python gflags. by Akira Baruah · 7 years ago
  35. bb406b9 Expose ObjcProtoProvider as a Skylark object. by cparsons · 7 years ago
  36. b4ba96f Clarify bazel clean's options. by ccalvarin · 7 years ago
  37. 0885abd Remove some deadish Windows-related runfiles code. by Benjamin Peterson · 7 years ago
  38. 2877735 Install instructions: emphasize that the distfile is architecture independent by Klaus Aehlig · 7 years ago
  39. 0b31854 Move extra action flag docs into the Semantics section. by Benjamin Peterson · 7 years ago
  40. 44e40bc remote: Replace Retrier with Retrier2. by buchgr · 7 years ago
  41. a3cdbba Fix link to Skyark Linter docs from main docs navigation by Akira Baruah · 7 years ago
  42. 76e1a99 Add BAZEL_VC and JAVA_HOME to build_windows_jni.sh by Loo Rong Jie · 7 years ago
  43. a9c6d0e Remove `-R` flags from the MacOS crosstool template. by John Millikin · 7 years ago
  44. e5fb5f0 Fix getBuildFiles to not assume BUILD is the name of the build file. by John Cater · 7 years ago
  45. 8e9b289 Add an open-source version of find_cpp_toolchain, to allow open-source users of by cpeyser · 7 years ago
  46. 934efbe Expose some methods from JavaSkylarkApiProvider in JavaInfo by dbabkin · 7 years ago
  47. 8bd3c97 py_binary can now be used as data with custom python. by Austin Schuh · 7 years ago
  48. 2c63af5 Allow `python3` as value for the `--python_path` flag. by Misha Seltzer · 7 years ago
  49. 515ba89 Switch GenRuleBase to use the new Expander API by ulfjack · 7 years ago
  50. 7cf1c69 Set default value of incompatible_load_argument_is_label to true. by laurentlb · 7 years ago
  51. 4739eb5 Remove redirects for domains be.bazel.build and cr.bazel.build from the source for docs.bazel.build (because those subdomains don't resolve here; they resolve to bazel.build, which has the redirects for them) by Googler · 7 years ago
  52. 57daf52 Remove the java_executable field from ctx.fragments.jvm . by lberki · 7 years ago
  53. d926bc4 Spoof gflags pseudo-package __name__ for backwards compatibility. by Akira Baruah · 7 years ago
  54. d3fed12 Change Bazel's default hash function to SHA256. Fixes #3193 by buchgr · 7 years ago
  55. 076977e Fix missing print statements in output functions by vladmos · 7 years ago
  56. ff1b77e Fixed @androidsdk's qemu2 paths on darwin. by jingwen · 7 years ago
  57. b3da717 Forward test relevant flags to mobile-install launcher. by Googler · 7 years ago
  58. 72f3a10 Make Predicate<String> obtainable from RuleClassNamePredicate by Googler · 7 years ago
  59. 26bc282 Add user and system execution time to provide total CPU execution time for each Action. by ruperts · 7 years ago
  60. dec0329 Remove duplicated method from AndroidBinary. by ajmichael · 7 years ago
  61. c69068a Move IDL constant out of AndroidSemantics by ajmichael · 7 years ago
  62. 6a5669a Make AndroidSdkProvider.verifyPresence throw. by ajmichael · 7 years ago
  63. 062da5c Prevent git filegroup from choking on gitk temporary files. by Andreas Bergmeier · 7 years ago
  64. ff12a22 Windows: Expose find_vc_path and find_msvc_tool function by Yun Peng · 7 years ago
  65. 49008a3 Avoid NPEs when providers are not found in JavaInfo. by elenairina · 7 years ago
  66. 9c97bf9 Windows: Don't leak any handles from Bazel client to Bazel server by Yun Peng · 7 years ago
  67. 8fd0f4a Update python-gflags to version 3.1.1 by Akira Baruah · 8 years ago
  68. fb15f0f Match upstream python-gflags-3.1.0 imports (fixes #3816) by Akira Baruah · 8 years ago
  69. bda9ada Remove unused adb_jobs flag. by Googler · 7 years ago
  70. 3c5581d Properly enforce one version for android_robolectric_test targets by respecting the one version for java test flag, and enforcing one version on the _deploy.jar by Googler · 7 years ago
  71. 944d4f7 Automated rollback of commit a7a9d56539a467ef095d3003a16d33922d9505a5. by ajmichael · 7 years ago
  72. cf0ac02 Add redirect from skylark/index.html to skylark/concepts.html. by David Z. Chen · 7 years ago
  73. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  74. b2d8201 Add rexopts attribute to android_binary. by dannark · 7 years ago
  75. a497af1 Remove some unused code from GenRuleBase by ulfjack · 7 years ago
  76. 8c5e290 Suppress ThinLTO indexing for linkstatic tests by Googler · 7 years ago
  77. 5ddd804 Update tests to use the label-based load() syntax. by laurentlb · 7 years ago
  78. 559a07d Refactor the FileSystem API to allow for different hash functions. by buchgr · 7 years ago
  79. 1c9b698 Remove no-longer-needed experimental_android_inherit_resources_in_tests flag by Googler · 7 years ago
  80. be1c8d7 Update some of the tests to use the label-based load() syntax. by laurentlb · 7 years ago
  81. 2db75f6 Refactor Android rule classes to minimize bazel specific stuff. by ajmichael · 7 years ago
  82. 39c2a36 Improve the error messaging by suppressing stack traces for expected errors. by corysmith · 7 years ago
  83. 38bd6d7 Remove unused code from RuleSetUtils by Googler · 7 years ago
  84. 551d439 Fix documentation by vladmos · 7 years ago
  85. 27221aa Make "timeout" a constant in ExecutionRequirements by ulfjack · 7 years ago
  86. dbf6bcc Set --objc_debug_with_GLIBCXX=false by default in the Bazel binary. by cpeyser · 7 years ago
  87. 5670fb2 Simplify tagged event handling. by ulfjack · 7 years ago
  88. 16a5bd9 Switch ExtraActionFactory to the Expander API by ulfjack · 7 years ago
  89. 08e48a7 Move BazelRuleClassProvider.CONFIG_RULES to its own class in the config package. by lpino · 7 years ago
  90. f08e9fe PiperOrigin-RevId: 177447311 by Googler · 7 years ago
  91. 52390cf Skylint: Add a warning for the '|' operator. by laurentlb · 7 years ago
  92. ef23ba5 Mark relative_to_caller_repository as deprecated in Label constructor. by laurentlb · 7 years ago
  93. 3549d76 remote: don't hide non-test failures behind test failures. Fixes #4082 by buchgr · 7 years ago
  94. bdf8354 Take MB/s into account for the Slow read message. by Austin Schuh · 7 years ago
  95. 1df4635 Do not filter debug messages by vladmos · 7 years ago
  96. bc7c660 Successful SpawnResult is not a user error. by buchgr · 7 years ago
  97. ec3d932 Buffer blaze query by ulfjack · 7 years ago
  98. 70eabb6 Emit Blaze server pid when there is a connection timeout. by felly · 7 years ago
  99. af27695 Add a CommandLineBuilder for the process-wrapper embedded tool, and use it everywhere instead of duplicating process-wrapper --shell_arguments in Blaze. by ruperts · 7 years ago
  100. 3766619 Explicitly validate that the argument to JarCreator.addDirectory exists by cushon · 7 years ago