1. dc0fbb4 Make specific options win over common ones by Klaus Aehlig · 9 years ago
  2. ebd3862 Exclude out/** from the source glob. by Lukacs Berki · 9 years ago
  3. d521245 Marking Closure Tools for Bazel as deprecated. by Googler · 9 years ago
  4. 4dd60f9 Revamp the client/server communication protocol so that it is portable to Windows. by Lukacs Berki · 9 years ago
  5. b4c00b6 Don't keep implicit reference to ProtoCompileAction in anonymous inner CustomMultiArgv class. by Janak Ramakrishnan · 9 years ago
  6. ccdbce6 Filter Well Known Type protos from being generated by the objc_proto_library rule, as these protos have already been generated and linked in the released static library. by Googler · 9 years ago
  7. 1fec40d Transform the getBatch result in SkyFunctionEnvironment instead of copying it. The copying showed up as a source of memory spikiness. by Janak Ramakrishnan · 9 years ago
  8. 50959b2 Add -forceprocessing to cause proguard to skip the step where it checks if the outputs are up-to date as blaze does this for us. by Googler · 9 years ago
  9. 604b7a6 Allow passing custom entitlements for iOS signing. by Peter Schmitt · 9 years ago
  10. eab1ce2 Fix go_prefix to resolve to the right repository by Kristina Chodorow · 9 years ago
  11. 19b5675 Deprecate built-in Skylark rules by Kristina Chodorow · 9 years ago
  12. fbcfd50 Deflake skylark_repository_test by Damien Martin-Guillerez · 9 years ago
  13. 1fe0e97 Fix #1063: When a temporary file was created in /etc while we were globbing the list of files to mount, but was deleted by the time the namespace-sandbox actually mounted the files, it would crash with a "file not found" error. by Philipp Wollermann · 9 years ago
  14. 56d24a7 Add blog post: Easier Debugging of Sandbox Failures by Yue Gan · 9 years ago
  15. 6f15335 Make labels in .bzl files in remote repos resolve relative to their repo by Kristina Chodorow · 9 years ago
  16. a15c426 Global cleanup change. by Googler · 9 years ago
  17. fe77c49 Move a field around to clarify that it's not part of the workspace state. by Ulf Adams · 9 years ago
  18. c9d5875 Don't keep implicit reference to XcodeSupport during the execution phase. Saves memory and keeps analysis-phase objects from bleeding into execution phase. by Janak Ramakrishnan · 9 years ago
  19. 2445af0 docs: add missing '-p' flag to mkdir command in the example by Thiago Farina · 9 years ago
  20. 066c6c1 Add a missing space in external_integration_test by Damien Martin-Guillerez · 9 years ago
  21. 97f2c84 Add repository_ctx.download and repository_ctx.extract function. Fixes #1041 by Yue Gan · 9 years ago
  22. 9bc5c34 cpp: fix the path to BlazeServerStartupOptions file in a comment by Thiago Farina · 9 years ago
  23. 7857c79 Make ActionOwner a final class, since all non-test implementations were basically doing the same thing with it. by Janak Ramakrishnan · 9 years ago
  24. 5059a1d Remove ObjectArg wrapper object. We lose some type-safety, but the Builder still enforces desired properties. by Janak Ramakrishnan · 9 years ago
  25. 6eda3f2 Don't keep implicit reference to ProtoCompileAction.Builder after build() is called. by Janak Ramakrishnan · 9 years ago
  26. 1a42801 Remove the WalkableGraphFactory#afterUse hook, which was only called in SkyQueryEnvironment. QueryEnvironmentFactory, recently introduced by unknown commit, is a much more general purpose mechanism. by Nathan Harmata · 9 years ago
  27. 73ddd4d Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb. by Kristina Chodorow · 9 years ago
  28. da9410c Fixed indentation problem: 8 spaces -> 4 spaces by Yun Peng · 9 years ago
  29. e0239b7 Open source CreateIncSymlinkAction. by Cal Peyser · 9 years ago
  30. ee4be22 Adds mcov tool label to IosTest. by Dmitry Shevchenko · 9 years ago
  31. 27ec632 Add a getGeneratingAction(ConfiguredTarget target, String outputName) method to BuildViewTestCase. by Carmi Grushko · 9 years ago
  32. bb2f071 Export cc build information in an aspect for IDE support. by Googler · 9 years ago
  33. 51a491b Add a new field to options called defaultMultipleValue which enables setting default values for by Luis Fernando Pino Duque · 9 years ago
  34. c3620ef Description redacted. -- MOS_MIGRATED_REVID=117552815 by Chris Povirk · 9 years ago
  35. a9b88ae RELNOTES: Bazel warns if a cc rule's includes attribute contains up-level references that escape its package. by Janak Ramakrishnan · 9 years ago
  36. f0cc5b8 Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule optionally expose a custom factory implementation. by Nathan Harmata · 9 years ago
  37. fc83ed8 Fix a dangling label. by Lukacs Berki · 9 years ago
  38. a949315 Don't print BLAZE_HALTED_BEFORE_TESTING for tests that failed to build because we halted. by Janak Ramakrishnan · 9 years ago
  39. 4b2745c Add missing filegroups to the srcs by Damien Martin-Guillerez · 9 years ago
  40. 653b1ab Allow PackageRootResolver to take in directories for findPackageRoots(). by Alex Humesky · 9 years ago
  41. a29cf78 Changing ProguardHelper to support a multipass variety of proguard. by Googler · 9 years ago
  42. e1c354c Deprecates output_cpp from objc_proto_library. by Googler · 9 years ago
  43. 80665ec Part 3 of 5: Merging semantics. by Googler · 9 years ago
  44. 652bb69 Stop using //tools/defaults:java_langtools by Liam Miller-Cushon · 9 years ago
  45. 1d1212a Introduce skylark provider for objc. by Cal Peyser · 9 years ago
  46. b7e1b82 Fix build when no CHANGELOG.md exists. by Damien Martin-Guillerez · 9 years ago
  47. 9116b3e cc_configure: Fix fallout of renaming ctx to repository_ctx. by Damien Martin-Guillerez · 9 years ago
  48. 4f8cb7b Add method to check if the action produces any outputs. by Tobias Werth · 9 years ago
  49. 9954109 Transform the passed-in map in AbstractSkyFunctionEnvironment instead of copying it. The copying showed up as a source of memory spikiness in an OOM. by Janak Ramakrishnan · 9 years ago
  50. 36532fc Add detection of WORKSPACE cycles due to load statements by Damien Martin-Guillerez · 9 years ago
  51. 22fb90c Remove unused code. by Googler · 9 years ago
  52. 1d4c9d2 Set maximum limit on the number of actifacts shown in the output caused by conflicting actions. by Googler · 9 years ago
  53. 09a1b51 Uses J2ObjC's own JRE when tranpiling for j2objc_library. by Googler · 9 years ago
  54. 273ca5b Refactor AndroidStudioInfoAspectTestBase. by Dmitry Lomov · 9 years ago
  55. 8c7d565 Update the java flags to default as follows: by Luis Fernando Pino Duque · 9 years ago
  56. 52cdf67 Fix equality and comparison for SkylarkAspectClass. by Dmitry Lomov · 9 years ago
  57. d7d6d62 Don't keep packages in the default repository around after loading. by Brian Silverman · 9 years ago
  58. eef38fc Now that we don't do .class file replacement within binaries, drop the superfluous .toString() calls from Constants.java . by Lukacs Berki · 9 years ago
  59. e9b588e Remove deprecated objc_options. by Dave MacLachlan · 9 years ago
  60. 8c1138c Compile base classpaths for Bazel Jack support in android_sdk. by Michael Staib · 9 years ago
  61. e5fac81 Make help documentation for --experimental_output_tree_tracking more general. by Nathan Harmata · 9 years ago
  62. 65b91b2 Add default_ios_sdk_version attribute to xcode_version rules. by Chris Parsons · 9 years ago
  63. 2d9ec94 Add merge() methods to some Java providers. by Carmi Grushko · 9 years ago
  64. 3ae80a7 Fix glob performance regression introduced by commit 3a95f353704dc2f7061e2c0786c2459ac1db0fd1. by Nathan Harmata · 9 years ago
  65. 5b1fce5 sandbox: by Yue Gan · 9 years ago
  66. c96ed86 Mask turbine classes from the processor classpath to avoid version skew by Liam Miller-Cushon · 9 years ago
  67. de082b3 Introduces apple_cc_toolchain. by Cal Peyser · 9 years ago
  68. 7038d3f Remove magic terminal width 97 by Klaus Aehlig · 9 years ago
  69. 97a2c30 Make ProguardLibrary.collectLocalProguardSpecs and collectProguardSpecsFromAttribute work with attributes added by Aspects. by Carmi Grushko · 9 years ago
  70. 2eb2bc5 Add content encoding detection for downloader by Kristina Chodorow · 9 years ago
  71. c998252 Fixed html formatting in maven_jar description by David Mankin · 9 years ago
  72. b297341 Make bootstrap process wrapper honor '-' as stdout/stderr by Klaus Aehlig · 9 years ago
  73. b78bbd5 Add Python protobuf to Bazel third_party and move all protobuf targets into by David Chen · 9 years ago
  74. c4d448f Rename getGeneratingAction (which returns a SpawnAction) to getGeneratingSpawnAction. by Carmi Grushko · 9 years ago
  75. eb6e4f8 Expose feature list in SkylarkRuleContext. by Dmitry Lomov · 9 years ago
  76. fbd9487 Add APPLE_COVERAGE env variable to coverage tools. by Dmitry Shevchenko · 9 years ago
  77. 5f8e7a9 Separate download library so it can be reused by generate_workspace by Kristina Chodorow · 9 years ago
  78. d2ae1ca Enable overriding jsonnet binaries and stdlib for Jsonnet rules. by David Chen · 9 years ago
  79. 73476e9 Make manual multidex incompatible with .dex sharding. by Lukacs Berki · 9 years ago
  80. 90aef6d Allow java_toolchain.ijar to be a file by Liam Miller-Cushon · 9 years ago
  81. a6d9ba7 cc_configure: fallback to static crosstool for unsupported platform by Damien Martin-Guillerez · 9 years ago
  82. c430de2 Fix repository names for Groovy by Erik Kuefler · 9 years ago
  83. aac3b7e Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools. by Luis Fernando Pino Duque · 9 years ago
  84. 6c2aaac Adds bazel_version to the native module for workspace macros. by Damien Martin-Guillerez · 9 years ago
  85. d5faa98 Add an integration test for --experimental_ui by Klaus Aehlig · 9 years ago
  86. 5f38d9e fix typo: "is produce" -> "is produced" by Cal Peyser · 9 years ago
  87. ce83f39 Incremental dexing for sharded android_binary targets by Googler · 9 years ago
  88. d73a429 Refer to CharMatcher.javaLetterOrDigit() in a comment. by Michael Zhou · 9 years ago
  89. 6c2af1a Update header compilation to handle implicit attribute suffixes by Liam Miller-Cushon · 9 years ago
  90. 0053bc6 Description redacted. -- MOS_MIGRATED_REVID=117151379 by Liam Miller-Cushon · 9 years ago
  91. b6582fa Description redacted. -- MOS_MIGRATED_REVID=117139503 by Janak Ramakrishnan · 9 years ago
  92. ce372c3 Roll-forward of commit 4bf0018ed1cf8616297b951dc03dbde3f0db2503 with code to preserve order of glob matches: 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
  93. bde5844 Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries. by Cal Peyser · 9 years ago
  94. 9379e93 Fix a small typo. by Googler · 9 years ago
  95. fc35602 Add Six 1.10.0 to third_party/py. by David Z. Chen · 9 years ago
  96. 791a4e2 Add protobuf .proto sources to third_party/protobuf. by David Z. Chen · 9 years ago
  97. 692b127 Expose more documentation to Skylark. by Dmitry Lomov · 9 years ago
  98. 8cad4bd Add semantic tests for ExperimentalStateTracker by Klaus Aehlig · 9 years ago
  99. 28e67b5 Add the last Bazel version number to ./compile.sh by Damien Martin-Guillerez · 9 years ago
  100. 9f2c4f7 Fix ClasspathConfiguredFragment bootclasspath collection by Liam Miller-Cushon · 9 years ago