1. 0f5679e Use PATH and LD_LIBRARY_PATH from the client's environment if possible by ulfjack · 7 years ago
  2. 76972e2 Introduce string.elem() method. by laurentlb · 7 years ago
  3. 9eea0f9 Update the client's skeleton logging framework to use it for --client_debug. by ccalvarin · 7 years ago
  4. b12892e A tiny binary to print all rules in a package, after BUILD macro expansion. by carmi · 7 years ago
  5. 28a999c Stop objc_proto_library from returning the generated sources. by kaipi · 7 years ago
  6. 96ca627 Automatic code cleanup. by Googler · 7 years ago
  7. 927b294 Increase the timeout of SkylarkTests, which should make it no longer flaky. by cparsons · 7 years ago
  8. 977c880 Precompute Attribute#hashCode to remove gc churn from the Object[] allocation done by Attribute#hashCode. by nharmata · 7 years ago
  9. f3130e1 Memoize non-rule configured targets. This is probably a good idea in general, but especially necessary because OutputFileConfiguredTarget (which is not a RuleConfiguredTarget) contains a reference to its generating configured target, so all the optimizations needed for RuleConfiguredTarget apply to OutputFileConfiguredTarget. by janakr · 7 years ago
  10. 54d57e5 Opensource some basic client tests. by ccalvarin · 7 years ago
  11. bf326fa Propagating and printing server logs on demand. by olaola · 7 years ago
  12. d78cbe9 Remove obsolete phrase about SDKs and aapt by Googler · 7 years ago
  13. a95884e Change error messaging of @SkylarkCallable invocations to match @SkylarkSignature more closely. by cparsons · 7 years ago
  14. baba6a7 Remove no-op flag 'incompatible_load_argument_is_label'. by laurentlb · 7 years ago
  15. 9617485 Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769. by hlopko · 7 years ago
  16. a3ba00e Remove support for dynamically configured resource filtering by asteinb · 7 years ago
  17. 3e84222 Manual rollback of https://github.com/bazelbuild/bazel/commit/5cee7f4afbadf8f463b33cf47dcd2fde096c6a4b#diff-76ac2009811ac59b4f76dcfb6d17be2b by hlopko · 7 years ago
  18. 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
  19. 339b5e4 Add behavior to NestedSetCodec to prevent it from running during testing. by cpeyser · 7 years ago
  20. 9276164 @AutoCodec SupportData. by janakr · 7 years ago
  21. 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
  22. a1068c4 NDK cc_toolchains: include bundled runtime libraries in cc_toolchain.all_files by Jingwen Chen · 7 years ago
  23. 1762772 Add a test, verifying that paths within the same repo can be hard-coded by Klaus Aehlig · 7 years ago
  24. 12d00dc blaze.cc: Remove unused had_to_wait variable by David Ostrovsky · 7 years ago
  25. 9f7c898 Split PackageProvider to TargetProvider and CachingPackageLocator by dbabkin · 7 years ago
  26. d116183 Fix output_file build variable to be correct for fake compile actions. by hlopko · 7 years ago
  27. 3dab964 Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
  28. 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
  29. 7ea7fb5 Fix bazel_test_test when --local_test_jobs is set in system-wide bazelrc. by philwo · 7 years ago
  30. 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
  31. 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago
  32. c68645f Allow android_library rule to also accept rules that provide the JavaInfo by Googler · 7 years ago
  33. c776a69 Mark //src/test/java/com/google/devtools/build/lib/skylark:SkylarkTests as flaky. by ruperts · 7 years ago
  34. 00e7929 Hand-rolls EnumRuntimeCodec by shahan · 7 years ago
  35. 06e1781 Bug fix to allow timeout errors for remote spawns. by Googler · 7 years ago
  36. 3b3c7cd Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is empty. by janakr · 7 years ago
  37. a0f66c4 Give ConfigurationTransition and implementing classes a getName method for easy name access. This is useful for cquery output formatters. by juliexxia · 7 years ago
  38. c1b4a5b Don't check for deps being done in a keep-going build as we expect this to always be the case. by shreyax · 7 years ago
  39. be61041 Force @SkylarkCallable Params with defaultValue = "None" to be noneable. by cparsons · 7 years ago
  40. 7ba9d76 Add ability to shallow-freeze individual objects by brandjon · 7 years ago
  41. adb27dc Add more documentation for rule.outputs by brandjon · 7 years ago
  42. 4b7f760 @Autocodec a few leftover classes. Also, add @AutoCodec builder support for boolean getters in "isFoo" form. by cpeyser · 7 years ago
  43. b1be581 runfiles,Python: remove library from @bazel_tools by Laszlo Csomor · 7 years ago
  44. f87a656 Allow path options to use user specific paths by David Ostrovsky · 7 years ago
  45. 0acc6a7 Have the Android R class generators add the target label to the class jar. by tomlu · 7 years ago
  46. 191add5 Make FdoSupport use outputName to generate object file path by pcloudy · 7 years ago
  47. 755a0a1 Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412. by shreyax · 7 years ago
  48. 56d1b1c Plumb support for mounting a sandboxfs instance during a build. by jmmv · 7 years ago
  49. c1dacd3 Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba. by janakr · 7 years ago
  50. 89216a3 Use ConfiguredTargetAndData in some android tests and pass in the target configuration in getImplicitOutputArtifact. by janakr · 7 years ago
  51. e2df6e2 Add some testing methods to get ConfiguredTargetAndData more easily, and rename some methods that were still called ConfiguredTargetAndTarget. Move some tests over to using ConfiguredTargetAndData instead of calling ConfiguredTarget#getConfiguration() directly. by janakr · 7 years ago
  52. 6e34581 Make "legacy globber" threads daemon. by carmi · 7 years ago
  53. c7a25ca 1) Fixes a bug in the checking of missing members. Before, MemberInfo contains by cnsun · 7 years ago
  54. bff4ac0 Expose the j2objc configuration fragment, with field dead_code_report, matching build flag --j2objc_dead_code_report. by cparsons · 7 years ago
  55. 6590914 RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/android:android_jar instead. by ajmichael · 7 years ago
  56. f213f16 Automated rollback of commit 2ee6dd262bcf5fd890e24d5f185616b8ab259608. by philwo · 7 years ago
  57. e6af9f9 Add behavior to NestedSetCodec to prevent it from running during testing. by cpeyser · 7 years ago
  58. a3c95c5 Add tester method that allows us to unconditionally create a TestFunction builder. by shreyax · 7 years ago
  59. 0f2a78f RELNOTES: Allow C++ features to make proto_library emit smaller C++ code by Googler · 7 years ago
  60. 9b8e9fe Replace =0/=1 with =False/=True in documentation. by lberki · 7 years ago
  61. 1d69870 runfiles,C++: add a Runfiles* factory method by Laszlo Csomor · 7 years ago
  62. 10e3c05 @AutoCodec TemplateExpansionAction. Have to make some anonymous classes concrete. by janakr · 7 years ago
  63. 04ee6ac @AutoCodec WriteZipControlFileAction (and ImmutableIterable). by janakr · 7 years ago
  64. 9389428 Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de. by ruperts · 7 years ago
  65. 44a26af Reflect core library moves in super calls, even in default method stubs. Always generate default method stubs for emulated methods. by kmb · 7 years ago
  66. 4f07816 Add unit tests for https://github.com/bazelbuild/bazel/commit/f304d2be2e8c26bd85434f1d6ca036f380162fb9 (oops). Also don't use concrete build() methods: there must be an abstract one, and crash explicitly if we don't have a Builder class, rather than with an NPE down the line. And remove non-functional partial handling of iterables. by janakr · 7 years ago
  67. 889f562 @AutoCodec some expressions that show up in Java configured targets. by janakr · 7 years ago
  68. aa5bc11 Adds codecs for more list variants. by shahan · 7 years ago
  69. f304d2b Add @AutoCodec strategy for @AutoValue.Builder. by janakr · 7 years ago
  70. 706bdb3 Deletes list marshaller and makes map entry marshaller into a runtime codec. by shahan · 7 years ago
  71. 7d46249 Clean up after b/72379900 by cushon · 7 years ago
  72. 6873cd4 Fix remote_execution_test on Ubuntu, broken by https://github.com/bazelbuild/bazel/commit/2732df0202499aff75de38c012fec57ed53a5a30 by olaola · 7 years ago
  73. df296a4 PiperOrigin-RevId: 189372237 by Googler · 7 years ago
  74. 2732df0 Propagating remote results, including stdout/err, to Bazel on execution timeouts. by olaola · 7 years ago
  75. 435fde7 Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by the time the action runs. by Googler · 7 years ago
  76. b892a9a Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain labels instead of the entire toolchain context since that's all the dependency resolver really needs. This will help make cquery transitions outputter easier to implement. by juliexxia · 7 years ago
  77. ec5f5be Delete 1.2k lines of dead code. by carmi · 7 years ago
  78. 1bca9fa Inline and delete artifactPrefix, which is never assigned. by carmi · 7 years ago
  79. a16887e Makes leaf level AutoCodec marshallers into runtime codecs. by shahan · 7 years ago
  80. dc060da Remove unused files. Most of the functionality contained in these files has already been migrated to github.com/bazelbuild/rules_apple. by kaipi · 7 years ago
  81. 18726b7 Begins cleanup to allow ActionFS to be injected into all action executions. by shahan · 7 years ago
  82. 31032f5 Remove unnecessary @VisibleForTesting by michajlo · 7 years ago
  83. d34e45e Clean up whitespace in add_dep messages by cushon · 7 years ago
  84. 4bf49ca Allow optimization related features to be ignored when unsupported as opposed to reporting errors by Googler · 7 years ago
  85. b1688b2 Suppress ThinLTO indexing for linkstatic library in tests by Googler · 7 years ago
  86. e2fc64f Adds 'timeout' to the table describing test size and a table for the timeout by ahumesky · 7 years ago
  87. 90750e6 Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm here, also slightly restructure the code in #handleLabelsCrossingSubpackagesAndPropagateInconsistentFilesystemExceptions to make it more readable (and defer PackageIdentifier allocations). by nharmata · 7 years ago
  88. 2267e2a Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. Always handle AliasConfiguredTargets as separate nodes from their "actual" value. This is helpful in understanding certain query results e.g. somepath. by juliexxia · 7 years ago
  89. d1119fa Conditionally set the default crosstool based on the major revision by binding //external:android/crosstool to an alias in the NDK BUILD file. by jingwen · 7 years ago
  90. 6a0ac92 Include object exec path in LTO Backend progress message by Googler · 7 years ago
  91. 4c3098c Android tools: remove mtime-modifications by Laszlo Csomor · 7 years ago
  92. 8fb66b3 Ensure that only ObjC tests initialize the MockObjcSupport. by jcater · 7 years ago
  93. a750468 Simplify ClientEnvironmentValue invalidation. by Benjamin Peterson · 7 years ago
  94. dbf7798 Emit SJD errors even if we don't know the label of a dependency by cushon · 7 years ago
  95. a1c2826 Splits the iterableMarshaller into runtime codecs. by shahan · 7 years ago
  96. 9204499 Dedupes aspects in BuildView by Googler · 7 years ago
  97. 87bc833 Clean up tests of temp dirs in CcCommonTest to properly set the host CPU. by jcater · 7 years ago
  98. 7af95a1 Delete unused method. by carmi · 7 years ago
  99. c0aca06 Bazel: add ar_files/as_files to cc_toolchain targets by Googler · 7 years ago
  100. 3694099 Automated rollback of commit c2b332b45e6ea41a14ecbd3c5f30782bcdeec301. by laszlocsomor · 7 years ago