1. cf0af4c Adds support for the header thinning feature to the new Objective-C rule implementation that uses crosstool for compilation. by Googler · 8 years ago
  2. dfffa11 Global cleanup change. by Googler · 8 years ago
  3. 79fbcd2 Global cleanup change. by Googler · 8 years ago
  4. 65a9bc9 Rollback of commit e450c00bf487c711f9b0615e9eb89980c5732b4a. by Jon Brandvein · 8 years ago
  5. f9bbc95 Add some more debugging info in case of rdep inconsistencies in Skyframe -- the full list of rdep mods that are being performed on this entry, not just the current one that failed. by Janak Ramakrishnan · 8 years ago
  6. 8ea4f03 error out when encountering classes missed by incremental dexing by Googler · 8 years ago
  7. 9314c72 Fix a typo: s/defintion/definition by Florian Weikert · 8 years ago
  8. 371b0dc Fix JarFilterTest on Windows by Yun Peng · 8 years ago
  9. 1b44df3 Add dSYM binaries to AppleDebugOutputsProvider. by Googler · 8 years ago
  10. 44fcb22 Rollback of commit c3102b722af6fba2a67fdfed55426471c0927ab8. by Damien Martin-Guillerez · 8 years ago
  11. 4e79e80 Post DownloadProgressEvents in ProgressInputStream by Klaus Aehlig · 8 years ago
  12. cddaaa6 Rationalize local resource acquisition by Ulf Adams · 8 years ago
  13. 64f3eb0 Resolve aidl support lib. by Googler · 8 years ago
  14. 1646327 Add notes above charts. by Yue Gan · 8 years ago
  15. 399ff5b Adding a small flag allowing to control remote caching without remote execution. Usually it is enabled, and will be triggered whenever a remote_cache is specified, but a remote_worker is not; however, this flag allows to specifically disable it for the cases where remote_worker is defined, but something went wrong and we were forced to execute locally. This is useful to save time when the remote API does not actually support setting the remote action result. by Ola Rozenfeld · 8 years ago
  16. c3102b7 Rollback of commit 55b20c4a50642d8f1ac11cb721ecd5831f02dd76. by Damien Martin-Guillerez · 8 years ago
  17. cffe735 Global cleanup change. by Googler · 8 years ago
  18. 7ed28be Make :dot-graphs genrule quiet by Klaus Aehlig · 8 years ago
  19. acdd43b Make HardlinkedExecRoot correctly mount empty directory inputs. by Adam Michael · 8 years ago
  20. 14b5389 Rollback of commit 69a127b8f4e353ecb163688ed3271fb47e0f385d. by Googler · 8 years ago
  21. 654717f Refactor implementation of native and Skylark declared providers. by Dmitry Lomov · 8 years ago
  22. 8351464 Improve error message for the 'in' operator. by Laurent Le Brun · 8 years ago
  23. 69a127b ijar: use bazel's file utilities by Laszlo Csomor · 8 years ago
  24. 55b20c4 Code clean-up by Damien Martin-Guillerez · 8 years ago
  25. 69bf6f9 Super tiny cleanup in CppLinkActionBuilder by Marcel Hlopko · 8 years ago
  26. 99b0154 Bazel client: fix broken compilation by Laszlo Csomor · 8 years ago
  27. 9954ef0 Adding name setting to @Parameters annotation, so that tests have consistent by John Cater · 8 years ago
  28. e1475cb Eclipse's Java compiler can't do type inference on this code for some reason by Ulf Adams · 8 years ago
  29. a763ce1 Update instructions for building bazel from source by Klaus Aehlig · 8 years ago
  30. 508af30 Bazel client: do not use `errno`. by Laszlo Csomor · 8 years ago
  31. 4f2b41d Add platform rule to define a platform as a collection of constraint values. by John Cater · 8 years ago
  32. 30a9941 by Googler · 8 years ago
  33. 7cc6c62 ios_test provides test-specific command line args when using the crosstool. by Cal Peyser · 8 years ago
  34. 33093ca Do not use additional scheduling threads during parallel evaluation to prevent thread starvation by Googler · 8 years ago
  35. 83ca6a6 Add support for java_proto_library to IDE aspect. by Googler · 8 years ago
  36. 5c06b43 Make ExperimentalStateTracker aware of DownloadProgressEvents by Klaus Aehlig · 8 years ago
  37. 950310f Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5. by Dmitry Lomov · 8 years ago
  38. 3049051 Update to latest javac and Error Prone by Liam Miller-Cushon · 8 years ago
  39. 105db84 BEP: Report pattern expansion failures by Klaus Aehlig · 8 years ago
  40. 5bd448c scripts/serve-docs.sh: ask bazel for the genfiles path by Klaus Aehlig · 8 years ago
  41. 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
  42. 0dff43a Fix int comparision warnings. by John Cater · 8 years ago
  43. 4af8f5b Rollback of commit 5621a2c73337d82fe328069dbb0621e46e9e1c25. by Yue Gan · 8 years ago
  44. 34ffc4c Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b. by Jon Brandvein · 8 years ago
  45. 9f15d15 ijar: implement stat_file on Windows by Laszlo Csomor · 8 years ago
  46. 6cd9897 Do not execute aspect implementation if target advertizes but fails to provide a provider. by Dmitry Lomov · 8 years ago
  47. 0112002 Export exportable values as we go instead of at the end of evaluation. by Dmitry Lomov · 8 years ago
  48. 220b639 Remove some unnecessary code by Ulf Adams · 8 years ago
  49. dc857b3 Don't leak file managers by Liam Miller-Cushon · 8 years ago
  50. b869e58 Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230. by Nathan Harmata · 8 years ago
  51. 81aca8a Remind JavacOptions about the '-extra_checks' flag by Liam Miller-Cushon · 8 years ago
  52. 083bbd2 Improve memory efficiency of incremental dexing and introduce flag to error out if DexArchiveAspect misses .jar files by Googler · 8 years ago
  53. e450c00 Inject aidl_lib only to android_library targets that have idl_srcs by Googler · 8 years ago
  54. 8c00f39 Improve handling of unknown NDK revisions in android_ndk_repository. by Adam Michael · 8 years ago
  55. 2f11192 Convert --use_action_cache to a regular option by Googler · 8 years ago
  56. ee61191 Blog post announcing Google Summer of Code. by Laurent Le Brun · 8 years ago
  57. e1b1372 Re-arrange JavaBuilder output jar handling by Liam Miller-Cushon · 8 years ago
  58. fda022e Fix display issues in blog post about proto rules. by Carmi Grushko · 8 years ago
  59. 8c3a4ef BEP: Add BuildFinished event. by Jakob Buchgraber · 8 years ago
  60. 6525e38 Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36. by Jon Brandvein · 8 years ago
  61. 8e29780 Add Java install step for Homebrew install guide by Steren · 8 years ago
  62. eed1ea7 Add an event reporting about downloading progress by Klaus Aehlig · 8 years ago
  63. e4fbf42 Bazel client: make some libraries visible to ijar by László Csomor · 8 years ago
  64. 4066814 by Laszlo Csomor · 8 years ago
  65. 5621a2c This change adds support for a docker_bundle rule, refactoring a number of interfaces to support shared use with docker_build. by Googler · 8 years ago
  66. 4c3d925 In SkyFunctionEnvironment post progress-like events immediately by Klaus Aehlig · 8 years ago
  67. 691fbc1 Add constraint_setting and constraint_value rules, to enable defining by John Cater · 8 years ago
  68. 55e4c51 Design Docs: Add a section to the Sandboxing 2.0 Doc on what files a sandboxed process should have access to. by Philipp Wollermann · 8 years ago
  69. 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
  70. 5f19fd5 Add check that the WORKSPACE found in LocalRepositoryLookupFunction isn't a directory. by John Cater · 8 years ago
  71. 1409aa3 MSVC wrapper: support -I gcc flag by Laszlo Csomor · 8 years ago
  72. 6d1d424 Fix paths of binaries in .deb packages. by John Cater · 8 years ago
  73. 5ea2b14 Clean up the semantics of input discovering actions a bit by making updateInputs() and inputsKnown() non-overridable and removing setInputs(). by Lukacs Berki · 8 years ago
  74. 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
  75. a843d21 Add cc_proto_library to Bazel Build Encyclopedia. by David Chen · 8 years ago
  76. 822c378 Reimplement blaze query using an async evaluation model. Use a concurrent backend for SkyQueryEnvironment's implementation in order to achieve parallelism. by Nathan Harmata · 8 years ago
  77. fb64609 BEP: Add tags and output files to TargetComplete event by Jakob Buchgraber · 8 years ago
  78. a609092 A blog post about proto_library et al. by Carmi Grushko · 8 years ago
  79. 738e572 sandbox should create regular empty files, not symlink to /dev/null. by Philipp Wollermann · 8 years ago
  80. 4229823 Remove unnecessary python skylark rules and update example by Yu Yi · 8 years ago
  81. ccbcf8e Handle TriState type in `bazel query --output=build` by Laurent Le Brun · 8 years ago
  82. 949b7b5 Clean up event bus by Klaus Aehlig · 8 years ago
  83. 5f27712 Bazel client: add new ReadFile/WriteFile variants by Laszlo Csomor · 8 years ago
  84. abc9332 Regression test for ActionCache shutdown roundtrip by George Gensure · 8 years ago
  85. 1410c21 Cleanup migration-only build variables by Marcel Hlopko · 8 years ago
  86. 3ae50fe Cleanup gitignore to ignore all /bazel-* directories. by John Cater · 8 years ago
  87. 7af14df Remove AbtractAction#getInputsForExtraAction() (the third time). by Lukacs Berki · 8 years ago
  88. 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
  89. 707e72a More documentation for distributed caching and remote execution by Alpha Lam · 8 years ago
  90. 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
  91. d00e446 Remove flag --experimental_j2objc_srcjar_processing, and always use the new J2ObjC source jar transpilation support. by Rumou Duan · 8 years ago
  92. 11318ec Reword comment about the current implementation of ^. by Nathan Harmata · 8 years ago
  93. 5e1b5b0 RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled. by Googler · 8 years ago
  94. 9daeb43 Fixes issue with ObjcCompileAction where extra action funcitonality is unable by Googler · 8 years ago
  95. 50ca4b6 Update depset constructor/method docs by Jon Brandvein · 8 years ago
  96. 0eda2a0 Remove shell highlighting which isn't supported by our version of jekyll. by John Cater · 8 years ago
  97. 3e0c746 Adds the new versions of the template substitutions into ios_test. by Sergio Campama · 8 years ago
  98. 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
  99. 25aa033 Add more depset documentation by Jon Brandvein · 8 years ago
  100. dacc16d CrosstoolCompilationSupport registers a binary strip action when binary by Cal Peyser · 8 years ago