1. 04f6f24 Use two configurations for AspectKeys. by Michael Staib · 9 years ago
  2. fc77979 Docker: fix runfiles path when the incremental loader is called from another Bazel binary. by Damien Martin-Guillerez · 9 years ago
  3. 49c1364 Fix typo in Bazel Users page. by Todd Jeffreys · 9 years ago
  4. 7033850 Copy the android_crosstool_top into the host configuration. by Ulf Adams · 9 years ago
  5. 9cad21f pkg: use a flag file instead of passing the list of arguments in the command line by Damien Martin-Guillerez · 9 years ago
  6. 3b631f7 Add more tools to java_toolchain by Liam Miller-Cushon · 9 years ago
  7. fb8eeba Fix typos in users list by Brian Silverman · 9 years ago
  8. b0d2046 Add support for additional edge cases to RuleLinkExpander. by David Chen · 9 years ago
  9. ec1f2b9 Add some additional JSON string escapes. by Erik Abair · 9 years ago
  10. 9ca85b1 Adds a manifest for detailing the inputs to an android apk. by Alex Humesky · 9 years ago
  11. b622595 Remove reference to web browsers in bazel documentation. by Googler · 9 years ago
  12. 46b89b2 Fix pruning of implicitly final fields by Liam Miller-Cushon · 9 years ago
  13. cfef209 Global cleanup change. by Googler · 9 years ago
  14. 10d1ba5 Rollback of commit 37aad60742a8d95cc7bc7c561a390a340e8add8a. by Eric Fellheimer · 9 years ago
  15. 72538d9 Enhance DexMapper tool to treat .class.dex files like .class files. by Googler · 9 years ago
  16. 4bf0018 Parallelize fetches of symlink file values, subdirectory globs, and subdirectory package lookup values. This should improve change pruning speed when we have to check a glob. It also keeps GlobFunction closer to the contract of Skyframe, because in order to avoid quadratic restarts, it wasn't checking for missing deps between getValue calls. by Janak Ramakrishnan · 9 years ago
  17. 927f459 Add JSON conversion for Skylark structs. by Erik Abair · 9 years ago
  18. 9f7a2a6 Fix load paths in Groovy documentation by Erik Kuefler · 9 years ago
  19. 9bdc0d4 Fix go example test to refer to remote repos by Kristina Chodorow · 9 years ago
  20. d4c00d4 Fix problems with retrieving external deps behind a proxy by Derek Lawless · 9 years ago
  21. b9be793 Fix up some spelling mistakes in comments. by Dave MacLachlan · 9 years ago
  22. fa1d76f Fix the excepton when Skylark rule has 2 executable attributes pointing to the same artifact. by Dmitry Lomov · 9 years ago
  23. de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
  24. a39d6f8 ExperimentalEventHandler: break lines explicitly by Klaus Aehlig · 9 years ago
  25. 05c7d11 Use client environment for repository_ctx.which path environment by Damien Martin-Guillerez · 9 years ago
  26. b472881 Add wrapper class around AnsiTerminalWriter that breaks lines by Klaus Aehlig · 9 years ago
  27. db7a816 Simplify plmerge and bundlemerge by removing deprecated functionality. by Dave MacLachlan · 9 years ago
  28. 9701a28 Fix typo in Peloton names in the description in our user list. by Damien Martin-Guillerez · 9 years ago
  29. 77ad6f6 Remove incremental heuristic from workers, as it was not really useful. by Philipp Wollermann · 9 years ago
  30. d5093c2 Fix killing workers in bazel_worker_test.sh. by Philipp Wollermann · 9 years ago
  31. b0439c5 Add Peleton Tech and FFruit to the list of users by Damien Martin-Guillerez · 9 years ago
  32. cbc81f8 Little refactorings on resource management stuff: by Philipp Wollermann · 9 years ago
  33. 4e65601 Fix references to @bazel_tools// repository in Go rules. by David Chen · 9 years ago
  34. 184be1c Stop using preprocessed .aidl files for types in the same android_library. by Michael Staib · 9 years ago
  35. 0e28eda Add Ascend.io and XIOSim to our user list. by Damien Martin-Guillerez · 9 years ago
  36. 769e386 Check that `python` file is a regular file and is executable. by David Chen · 9 years ago
  37. 1ecdc51 Let ActionContextConsumer#getActionContexts() return a Multimap instead of a Map. by Philipp Wollermann · 9 years ago
  38. 64e7a3f Global cleanup change. by Googler · 9 years ago
  39. 937251d Improve the error message when the ParallelEvaluator is unable to create a SkyFunction by Luis Fernando Pino Duque · 9 years ago
  40. e632689 Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemotely(). Remove unused parameter "mnemonic". by Philipp Wollermann · 9 years ago
  41. de62b4e Pass the source path -> Artifact mapping into FdoSupport from a provider instead of special-casing it. by Lukacs Berki · 9 years ago
  42. b8101f5 Skylark aspects should always output to bin directory. by Dmitry Lomov · 9 years ago
  43. 7af1c33 experimental UI: only refresh progress bar if needed by Klaus Aehlig · 9 years ago
  44. cff5c43 Adds an executable argument to repository_ctx.file and repository_ctx.template by Damien Martin-Guillerez · 9 years ago
  45. 76139f2 Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directly to newDeterministicWriter. by Alex Humesky · 9 years ago
  46. 5909d9d Allow outputting the progress of Bazel's build. by Julio Merino · 9 years ago
  47. cdf3160 Remove spaces from ios_test rule that break doc generation. by Peter Schmitt · 9 years ago
  48. e75e18c Add Watch and TV to list of platforms. by Dave MacLachlan · 9 years ago
  49. 63e8d63 Improve handling of exit routines to ensure we respect the exit status. by Julio Merino · 9 years ago
  50. b6efd0f Uses xcodebuild's and xcrun's -version flag in order to generate the variables by Anastasios Kakalis · 9 years ago
  51. ef5879c Fix broken Bazel build due to missing dependency. by Philipp Wollermann · 9 years ago
  52. b1b28b6 Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. Remove the constant. by Luis Fernando Pino Duque · 9 years ago
  53. 3d207d0 Experimental UI: report ERROR/WARNING/INFO as usual by Klaus Aehlig · 9 years ago
  54. 7ed934b Make process_headers_in_dependencies work for cc_binary und cc_test targets. by Googler · 9 years ago
  55. c944ac2 Fix typo by Dmitry Lomov · 9 years ago
  56. c211b25 Keep track of actions currently running by Klaus Aehlig · 9 years ago
  57. 26f7f48 Testing correct invalidation of Skylark Remote Repositories by Damien Martin-Guillerez · 9 years ago
  58. ed51bd7 Pass through STDOUT and STDERR events by Klaus Aehlig · 9 years ago
  59. bffec60 Add a state tracker and show a progress bar by Klaus Aehlig · 9 years ago
  60. ea5d36a Add an interface for append-only access to an AnsiTerminal by Klaus Aehlig · 9 years ago
  61. a8245ab Report the completion of the loading Phase by Klaus Aehlig · 9 years ago
  62. 86c319e Update the glob documentation to reflect a semantic change made a very long time ago where glob(['**'], exclude_directories = 0) doesn't match the package's directory. Also add tests for this behavior. by Nathan Harmata · 9 years ago
  63. 63da2e7 Don't report targets as broken when they were actually skipped because of no[test_]keep_going. by Florian Weikert · 9 years ago
  64. 5a0c721 Expose information about transitive exports. by Dmitry Lomov · 9 years ago
  65. f6a387c Problem: by Googler · 9 years ago
  66. 029dcc7 Expose Android resources in Skylark API. by Dmitry Lomov · 9 years ago
  67. d188735 Fix load() examples to use build targets instead of file paths. by Googler · 9 years ago
  68. ac13e22 Add syntax for referencing docs in other rule families. by David Chen · 9 years ago
  69. 6e30521 Handle http <-> https redirects by Michajlo Matijkiw · 9 years ago
  70. e9bf0b40 Add bootclasspath and extdir configuration to java_toolchain by Liam Miller-Cushon · 9 years ago
  71. 6beaebd Part 1 of 5: Optimize the resource merge process, Introductions. by Googler · 9 years ago
  72. a4a0740 Make the Windows tempdir default to something under the CI directory and explicitly create it. by Lukacs Berki · 9 years ago
  73. 7916bfa Register the EventHandler with the EventBus by Klaus Aehlig · 9 years ago
  74. aa13b7b Expose to Skylark information about whether a target defines any Android resources. by Dmitry Lomov · 9 years ago
  75. 9d068c0 Support full logging of handled events in the experimental UI by Klaus Aehlig · 9 years ago
  76. 7a5d59e Change the path of gcc for Windows to c:\tools\msys64 , because that's where Chocolatey installs msys2. by Lukacs Berki · 9 years ago
  77. 24039de Add zlib-devel to the set of pacman packages we ask people to install on Windows. by Lukacs Berki · 9 years ago
  78. b35cd38 Allow overriding Javac options on android_library rules. by Ulf Adams · 9 years ago
  79. 37aad60 Description redacted. -- MOS_MIGRATED_REVID=115448892 by Tobias Werth · 9 years ago
  80. 278e2be Expose IDL information about Android targets to Skylark. by Dmitry Lomov · 9 years ago
  81. 3b58ea9 Exclude weirdly-named files from the JDK. by Lukacs Berki · 9 years ago
  82. a00b994 Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal. by Ulf Adams · 9 years ago
  83. dafdc28 Refactoring of the OptionsParser implementation to allow overriding the value of an option with null. by Luis Fernando Pino Duque · 9 years ago
  84. d6347a9 Add an option to enable an experimental UI by Ulf Adams · 9 years ago
  85. ac0a16c Collect runtime dependencies correctly in intellij_info.bzl by Dmitry Lomov · 9 years ago
  86. fd56c1a fix grammar mistake by Yue Gan · 9 years ago
  87. 70691a0 Implements repository_ctx.template by Damien Martin-Guillerez · 9 years ago
  88. 287094b Add design doc for Go rules as markdown. by Han-Wen Nienhuys · 9 years ago
  89. 44847d8 Enable access to file values in repository context by Damien Martin-Guillerez · 9 years ago
  90. 29d861e Use ImmutableList for translations, and reformat Java{Binary,Library} a bit. by Ulf Adams · 9 years ago
  91. 8c440b3 Remove scala rules from the Bazel source tree by Damien Martin-Guillerez · 9 years ago
  92. 0a6ac84 Initialize JavaCommon.sources eagerly, rather than in initCommon(). by Ulf Adams · 9 years ago
  93. 7de6655 Use SSL for scala repository by Michajlo Matijkiw · 9 years ago
  94. 5c74830 Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This includes improvements such as proto3 syntax support for Objective C. by Googler · 9 years ago
  95. e3f5387 Simplify plmerge getting rid of command line options that are no longer used. by Dave MacLachlan · 9 years ago
  96. b8d6b78 Adds a link to the release 0.2.0 in the blog post announcing it. by Damien Martin-Guillerez · 9 years ago
  97. be93589 Changes to crosstool_config.proto to support dsym debug symbol and breakpad file generation. by Cal Peyser · 9 years ago
  98. 1ef0144 Enable testJavaPlugin for Skylark intellij_info aspect. by Dmitry Lomov · 9 years ago
  99. b7392ed Have xcode action wrappers use $TMPDIR if using mktemp by Googler · 9 years ago
  100. adfc656 Update external dependencies documentation to mention the --artifact argument to generate_workspace. by Alex Humesky · 9 years ago