1. 421ec39 Use new C++ toolchain API in internal Go rules by hlopko · 7 years ago
  2. 2f28196 Do not hardcode -static-libgcc in cc_binary by hlopko · 7 years ago
  3. d3694ba C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
  4. 1d956c7 Do not fail the build when gcov is not installed by hlopko · 7 years ago
  5. b495eaf Update bazel_toolchains to latest release. by philwo · 7 years ago
  6. a45ce95 Add a deprecation warning for --windows_exe_launcher option by pcloudy · 7 years ago
  7. 56d125b experimental UI: in a test group mark non-executing actions by Klaus Aehlig · 7 years ago
  8. 27be709 Remove perl dependency for bash completions by Philip Patsch · 7 years ago
  9. 2894b30 Make ImportDepsChecker fix commands consistent with JavaBuilder by cushon · 7 years ago
  10. 9c58b19 Add support for persistent workers to the Android resource processing tools with `--persistent_android_resource_processor` flag. by jingwen · 7 years ago
  11. a5be661 Have skydoc-binary test suites use stardoc.bzl directly by cparsons · 7 years ago
  12. 09ec261 Introduce --incompatible_static_name_resolution by laurentlb · 7 years ago
  13. 5d26ef1 Make sure lexicalFrame is never null by laurentlb · 7 years ago
  14. 6d438fd Print further details on an AbruptExitException. by jmmv · 7 years ago
  15. 9cd6fa2 Add a check to not print deprecated flag warnings from flags set by the invocation policy. by juliexxia · 7 years ago
  16. 1434b17 Delete Environment.hasVariable by laurentlb · 7 years ago
  17. a6d7dc7 Use a ForkJoinPool instead of a PriorityBlockingQueue-based ThreadPoolExecutor by Googler · 7 years ago
  18. 38673e8 RELNOTES: Add ExecutionInfo to aquery output for ExecutionInfoSpecifier actions. by Googler · 7 years ago
  19. caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
  20. 6c6d990 Clean up work-around for JDK-8056066 by cushon · 7 years ago
  21. 0e04625 Update checker framework dataflow and javacutil versions by Liam Miller-Cushon · 7 years ago
  22. 0cfed02 PiperOrigin-RevId: 210388413 by Googler · 7 years ago
  23. cd57e6c Remove an unnecessary addInput call in ctx.actions.run(). by Benjamin Peterson · 7 years ago
  24. 1f72416 Break up ToolchainUtil and ToolchainContext into immutable classes by jcater · 7 years ago
  25. 64ecb5a Remove duplicate link from toolchains doc page by Googler · 7 years ago
  26. 939e0bd Export parameter default values to the proto file. by Googler · 7 years ago
  27. 7a72eda Remove accidentally added call to setClassName in test. by philwo · 7 years ago
  28. f1db75c include test-case resolution at the end of the build log by Eran Shalom · 7 years ago
  29. bd5d8d4 Remove dead code in TestSummary. by philwo · 7 years ago
  30. 8d84a63 Properly log the stack trace using BuildRequest#outErr when a crash occurs. by lpino · 7 years ago
  31. f204954 hide warning on macOS if no JDK is installed by Jakob Buchgraber · 7 years ago
  32. 3c5e7c7 Fix AppEngine variant of go_proto_library: also needs gRPC metadata dependency by Googler · 7 years ago
  33. d019651 Pass around the AndroidManifestInfo instead of the ProcessedAndroidManifest this makes the api's cleaner in Skylark. Allows us to avoid exposing non-provider objects. by Googler · 7 years ago
  34. 6cbc741 Add helper method to get merged resources from ValidatedAndroidResources. by Googler · 7 years ago
  35. 344f062 Expose android_cpu to Skylark. by Googler · 7 years ago
  36. 03ed75c aapt2 android_binary rules will always use compiled data to merge. by corysmith · 7 years ago
  37. 2e677fb Ignore unrecognized VM options in desugar.sh, such as the JVM 9 flags to silence warnings. by jingwen · 7 years ago
  38. ef0000f Don't evaluate filterKnownInputs() twice for no reason. by Googler · 7 years ago
  39. 9445c1f Remove the documentation from the Provider callable. by Googler · 7 years ago
  40. 64976c6 Hoist call to ImmutableMap.copyOf(). by Googler · 7 years ago
  41. c3283a3 Add support for wearable v1 references by corysmith · 7 years ago
  42. 774bfe0 Support directory expansion in Skylark Args. by tomlu · 7 years ago
  43. 8ceaa65 Rollforward of https://github.com/bazelbuild/bazel/commit/2d3adfb93c023f9752f00d4bf3440ee9869f64f2: Add a warning if the same rc file is read multiple times. by ccalvarin · 7 years ago
  44. 5eae80f Add execlog tests to the source tree. by Googler · 7 years ago
  45. 688930d Avoid Set.removeAll(List), which is quadratic if set.size() <= list.size(). by Googler · 7 years ago
  46. de556c3 Change Artifact.equals() to early-out if hashcodes differ. by Googler · 7 years ago
  47. 16e3572 Update error message for tabulations in source code. by laurentlb · 7 years ago
  48. e698aeb Fold FdoSupport into FdoSupportValue and remove FdoSupportProvider to FdoProvider. by lberki · 7 years ago
  49. a3abc00 When building remotely on Windows, use the Java version of singlejar, not the native one, since the native one doesn't work yet. by jsharpe · 7 years ago
  50. cca7a23 Remove FdoMode.VANILLA. by lberki · 7 years ago
  51. 0ac4737 Split resolved hashes computation by Klaus Aehlig · 7 years ago
  52. bc3426d Switch all dummy manifest writing to the AndroidManifest class. This ensures that the minSdk will be propagated to the dummy manifests. by corysmith · 7 years ago
  53. 8fcb553 Make Bazel compile with JDK 8 again. by lberki · 7 years ago
  54. fb2ef0e Make FdoSupport a simple value class by moving all the functionality in it to their call sites. by lberki · 7 years ago
  55. f276092 Updating Semver proto to latest remote-apis version: adding java_package. by Ola Rozenfeld · 7 years ago
  56. bec0ea4 Modify AliasConfiguredTargets to store related config conditions. by juliexxia · 7 years ago
  57. 52cfb9c Add AndroidManifest class to handle parsing and writing dummy manifests. by corysmith · 7 years ago
  58. 375d593 Remove references to ephemeral strings by ccalvarin · 7 years ago
  59. e300f62 Remove isValidDigest(). It has no callers after commit a1f977987a68e7ea6a51eb6237b57349fe208732. by Googler · 7 years ago
  60. 42942de Stop writing the merged resources to xml. by corysmith · 7 years ago
  61. a1f9779 Simplify DigestUtils.getDigestOrFail(): by Googler · 7 years ago
  62. 202b9e2 Optimize handling of latin1-encoded Strings in unix_jni. by Googler · 7 years ago
  63. c62309c fix: include android support header after llvm-libc++ as math.h method not found by microjixl · 7 years ago
  64. 5e5ee0d Rollforward of https://github.com/bazelbuild/bazel/commit/ec83598cb6ee4136166bb562a24dc5dfa58921db and the followup correction in https://github.com/bazelbuild/bazel/commit/44f92dd508824f2bae03e0e55dc4282908a562ec: Change the list of rc files accepted. by ccalvarin · 7 years ago
  65. 5b30745 Change PlatformConfiguration to only have a single target platform. by John Cater · 7 years ago
  66. 1d70434 Fourth cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  67. 014e8dc Remove the fdoInstrument and fdoMode fields from FdoSupport. by lberki · 7 years ago
  68. 7b40494 Do not create the FDO root anymore. by lberki · 7 years ago
  69. 489214d Add cquery and aquery to the build event service command whitelist. by Benjamin Peterson · 7 years ago
  70. 190d4f8 Move C++ coverage collection logic out of collect_coverage.sh by iirina · 7 years ago
  71. 9aea8fd Create the AFDO profile symlink using a regular SymlinkAction instead of accessing the file system behind the back of Skyframe. by lberki · 7 years ago
  72. 6e6639c experimentalUI: support deduplicating by Klaus Aehlig · 7 years ago
  73. 281231d Updates the JDK to JDK 10 for aarch64 by Arielle Albon · 7 years ago
  74. d0764cf Remove xml processing from the resource shrinker. by corysmith · 7 years ago
  75. b470c0f Add logic for skylark options to all BuildOptions mechanics (construction, diff-ing, reconstruction, serialization, etc). Get the new skylark information from an OptionsProvider (the same way native options are retrieved). Rename the <code>getOptions()</code> method in BuildOptions to <code>getNativeOptions</code> to better reflect this new information being stored in BuildOptions. by juliexxia · 7 years ago
  76. c2f1896 Propagate DefaultHashFunctionNotSetException past the filesystem by ccalvarin · 7 years ago
  77. 05eef50 Fix a very stale comment. ActionInput doesn't expose digest (although by Googler · 7 years ago
  78. c3ffbbb Fix bug where we might have two reference-equals query subexpressions in an expression being passed to an AggregatingQueryExpressionVisitor. by shreyax · 7 years ago
  79. 6fbc0e4 Remove manifests, packages, and configuration filters as they are no longer relevant to aapt2 shrinking. by corysmith · 7 years ago
  80. aa118ca Use java.util.Optional instead of guava's Optional by cushon · 7 years ago
  81. d96f157 Automated rollback of commit ec83598cb6ee4136166bb562a24dc5dfa58921db, and followup unknown commit by ccalvarin · 7 years ago
  82. fee8d25 Third cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  83. 7a07ba2 Accept a single provider instance as return value from an aspect. by cparsons · 7 years ago
  84. 2d3adfb Add a warning if the same rc file is read multiple times. by ccalvarin · 7 years ago
  85. 1114084 Fix comment that recently became stale. by nharmata · 7 years ago
  86. 44a2c67 Choosing the aapt version for rules that do not have an aapt_version attribute by Googler · 7 years ago
  87. 8993c6e docs: update homebrew install instructions by Jakob Buchgraber · 7 years ago
  88. 3057add Remove two parallel constructor chains starting from ParallelEvaluator. This is by Googler · 7 years ago
  89. 464a894 Remove support for gcc FDO. by lberki · 7 years ago
  90. f7956d6 Distinguish between Module scope and Universe scope in ValidationEnvironment by laurentlb · 7 years ago
  91. cb4137e Fix typos in http rule documentation by David Pursehouse · 7 years ago
  92. 624e500 SimpleJavaLibraryBuilder.java: Use MoreFiles.deleteRecursively to clean up directory by pcloudy · 7 years ago
  93. 398478c Remove a deprecated constructor by cushon · 7 years ago
  94. c5a2f81 Remove "synchronized" from InMemoryNodeEntry.getVersion(). References in Java by Googler · 7 years ago
  95. d2e0254 Make creating a CcToolchainConfigInfo from Skylark possible by rosica · 7 years ago
  96. a168a82 Unwrap CacheNotFound for RemoteActionCache by George Gensure · 7 years ago
  97. 30aac1c Update to JDK 10 javac by Liam Miller-Cushon · 7 years ago
  98. 3619e90 Use VanillaJavaBuilder and disable header compilation in toolchain_hostjdk8 by cushon · 7 years ago
  99. 0d0aafe Remove incompatible_disable_glob_tracking from documentation by laurentlb · 7 years ago
  100. 4fa081c Follow up CL to https://github.com/bazelbuild/bazel/commit/a6298007e0b8338aa4ac5cbc9f6d42d5d44b6d6d. Moving <code>getSkylarkOptions()</code> up one level of inheritance to have access to skylark options from the <code>BuildOptions.of(...)</code> constructor method. This will be helpful in the future to pass skylark options when we use BuildOptions to construct the default target and host configurations. by juliexxia · 7 years ago