1. 8beb568 Include throwable toString description in BugReport#logCrash. by shreyax · 5 years ago
  2. 57e64ce Remove "return struct" in rule implementation of some Bazel tests by cparsons · 5 years ago
  3. 37c8535 Make Java integration tests more consistent with the depot by cushon · 5 years ago
  4. f129bb8 Move StarlarkTranstion#validate down into ConfigurationResolver#applyTransition since we're always validating after this method anyway. by juliexxia · 5 years ago
  5. b1a16c6 Add missing space in docs. by Googler · 5 years ago
  6. 722cf50 Fix cquery tests to be clearer about how toolchain implicit deps are handled. by John Cater · 5 years ago
  7. c3c4267 Check if we have totally missing children when we fail to find a cycle, and make the error message a bit nicer. by janakr · 5 years ago
  8. 0659e10 Make java_toolchain.javac optional by cushon · 5 years ago
  9. 1d8d6dd config_setting never declares licenses. by gregce · 5 years ago
  10. 4643375 Migrate WorkspaceFactory to @SkylarkCallable by cparsons · 5 years ago
  11. 3f7a66c Expose cc_toolchain.static_runtime_lib and cc_toolchain.dynamic_runtime_lib to Starlark by hlopko · 5 years ago
  12. 4ea3731 remote: deprecated unused experimental remote_retry flags by ishikhman · 5 years ago
  13. 7304130 Improve error message in FileTransport. by lpino · 5 years ago
  14. 0b03a28 C++: Bazel compile/link API by plf · 5 years ago
  15. 9a5ad31 Drop unused dependencies as reported by unused_deps. by jmmv · 5 years ago
  16. 5cd0e66 Automated rollback of commit 36f093abbfec386ef57f26ac479394f597881169. by juliexxia · 5 years ago
  17. b4bc40a Add no-op trimming flag. by mstaib · 5 years ago
  18. 36f093a Allow *allowMultiple* options to be *set* by Starlark transitions. by juliexxia · 5 years ago
  19. 7b2cb35 Create instances of SequencedSkyframeExecutor through Builder. by Googler · 5 years ago
  20. ecf2477 Add additional trimmable test rules for toolchains and platforms. by mstaib · 5 years ago
  21. f63f571 Remove --incompatible_use_toolchain_providers_in_java_common flag by cushon · 5 years ago
  22. 8ea5b59 blaze doc: remove spurious indent. by Googler · 5 years ago
  23. ec2b080 Remove CoverageOutputGenerator from the bazel binary. by iirina · 5 years ago
  24. 63534fa Enable evaluators to use specialized EvaluationProgressReceiver instances by Googler · 5 years ago
  25. 3eb2f51 Add the support to LLVM's Context Sensitive FDO by Googler · 5 years ago
  26. 8d24345c Remove dead code from NativePosixFiles and unix_jni. by jmmv · 5 years ago
  27. 1a70c27 Allow starlark transitions to read starlark-defined options. by juliexxia · 5 years ago
  28. 6778a05 Create a new fragment class for creating test options in. This will be helpful for future tests about starlark transitions on options so we don't have to rely on built in options retaining their behavior over time. by juliexxia · 5 years ago
  29. 9b4a8d6 Make SkyframeExecutor generic on the BuildDriver it uses by Googler · 5 years ago
  30. 7859d45 Fix action tracking with dynamic scheduling. by jmmv · 5 years ago
  31. d8ba269 renamed --remote_cache_proxy to --remote_proxy to make it more generic by ishikhman · 5 years ago
  32. dda1b66 Fix the whitelist for java_common.create_provider to apply to the package where by elenairina · 5 years ago
  33. 62f9d39 Split up how default flags are added in AnalysisTestCases. by mstaib · 5 years ago
  34. e4aac3e Add guideline: only use `name` for generated targets' names. by Googler · 5 years ago
  35. 48faaea Implement a Starlark-specific SpawnAction subclass. by Googler · 5 years ago
  36. ebdbdcd Remove singlejar from bazel binary by iirina · 5 years ago
  37. 843d18c Add a module reporting back where an external repository is defined by Klaus Aehlig · 5 years ago
  38. 4c6fb96 Windows, python: add inc. flag to fix escaping by Laszlo Csomor · 5 years ago
  39. 684d46b Add tests for java_tools.zip contents. by iirina · 5 years ago
  40. 6e75219 Add directories to the default Windows PATH by Yun Peng · 5 years ago
  41. c0ac80e Delete unused ddmlib android library. by Dmitry Lomov · 5 years ago
  42. b5ace95 Add more gross debugging, this time in ConfiguredTargetFunction, for internal graph inconsistency. by janakr · 5 years ago
  43. c870734 Make classpath enum public. So that other tools building upon JavaBuilder by djasper · 5 years ago
  44. a5ee2c4 Support proto_library in proto_lang_toolchain.blacklisted_protos by cushon · 5 years ago
  45. 4d7def6 Update docs to mention rules_jvm_external instead of maven_jar by jingwen · 5 years ago
  46. c0e6952 Windows, java launcher: clean up after flag flip by Laszlo Csomor · 5 years ago
  47. c3b8584 Extend resolved files to contain the definition location by Klaus Aehlig · 5 years ago
  48. 20a78a8 Flip --incompatible_windows_style_arg_escaping by Laszlo Csomor · 5 years ago
  49. 426f434 test_wrapper_test: fix for incompatible flag by Laszlo Csomor · 5 years ago
  50. e8ee575 Windows, MSVC: Support parsing /showIncludes in 14 languages by Yun Peng · 5 years ago
  51. 0581d19 Remove the use of enabled_toolchain_types, prior to it being removed entirely. by jcater · 5 years ago
  52. d565b4b Remove the unused cc dummy_toolchain. by jcater · 5 years ago
  53. 06fd93b remote_helpers: implement serve_redirect in the testing server by Klaus Aehlig · 5 years ago
  54. 3f7f255 Windows: fix native test wrapper's arg. escaping by Laszlo Csomor · 5 years ago
  55. 991979b Create a CoverageOutputGenerator zip archive and upload it to GCS. by iirina · 5 years ago
  56. 0e882b6 Suppress remote task times with async execution by ulfjack · 5 years ago
  57. 4b8d011 Remove FileSystem param from Action.prepare by ulfjack · 5 years ago
  58. 3c7ae56 Remove Executor.getEventBus by ulfjack · 5 years ago
  59. 75b26bf Remove --incompatible_cc_coverage by iirina · 5 years ago
  60. e4ac616 Add singlejar to the java tools zip. by iirina · 5 years ago
  61. 95d94fa Inform SkyframeExecutor of top level host configuration changes. by Googler · 5 years ago
  62. b6bf694 Fix "Invalid descriptor" during type inference on class in the default package. by cpovirk · 5 years ago
  63. 99ed053 Move UnloadedToolchainContext to a top-level class. by John Cater · 5 years ago
  64. a2f0a1b Fix config_setting NullPointerException on bad constraint_values reference. by gregce · 5 years ago
  65. baa33c8 Exempt android.arch.* from core package checks, as those packages, like android.support.*, can (only) appear in APKs and are therefore desugared. by kmb · 5 years ago
  66. cdfa9ca Rename ToolchainContext to ResolvedToolchainContext. by John Cater · 5 years ago
  67. 466bf40 Do not pre-set 'Build-Using to "bazel"' in pkg_deb. by Tony Aiuto · 5 years ago
  68. 23d4f00 C++: Remove 'coptnopic' feature by plf · 5 years ago
  69. 28410e3 Automated rollback of commit 2078e5e30984372a4435f1d4106878ba39b9e6bd. by rosica · 5 years ago
  70. 256be11 Remove Executor.getEventHandler by ulfjack · 5 years ago
  71. afeb8d0 Flip --incompatible_windows_escape_jvm_flags by Laszlo Csomor · 5 years ago
  72. a0da434 Async {AbstractFileWrite,TemplateExpansion}Action by ulfjack · 5 years ago
  73. b137071 Don't set msys usr directory as cxx_builtin_include_directories for MSVC toolchain by pcloudy · 5 years ago
  74. 9d3dced Rewrite include scanner based on byte arrays by ulfjack · 5 years ago
  75. b9f0585 Support non-fatal failures for downloads by Klaus Aehlig · 5 years ago
  76. 8e6c526 Add --system flag to J2ObjcAspect. by Googler · 5 years ago
  77. 2078e5e Add support for a new dependency in generated protos by Googler · 5 years ago
  78. 6b0ba4d Make ios_multi_cpus, macos_cpus, watchos_cpus and tvos_cpus flags additive, so that --ios_multi_cpus=arm64 --ios_multi_cpus=armv7 and --ios_multi_cpus=armv7,arm64 are semantically equivalent. by kaipi · 5 years ago
  79. 6e821a1 Fix simple bazel build_rules cases of rules returning struct by cparsons · 5 years ago
  80. 78d6831 Document differences between BUILD and bzl files by laurentlb · 5 years ago
  81. f63670f Use SingleChunkFlag for the common case flags in Crosstool in Starlark by hlopko · 5 years ago
  82. 3f6da0a Remove third party license checking from Bazel. by gregce · 5 years ago
  83. d3c4073 Fix failing test due to JDK bug. by gregce · 5 years ago
  84. 4a69b1b Ensure server log is flushed when shutting down the runtime, whether in crash or normally. by arostovtsev · 5 years ago
  85. d16442e Use the action's primary output itself as the action identifier. by jmmv · 5 years ago
  86. 8c974f4 Migrate MockProtoSupport from js_library to js_lib. by Googler · 5 years ago
  87. 1f4d1af Implement upload timeout for remote HTTP cache. by Robert Brown · 5 years ago
  88. c60be00 Windows: recognize symlinks, not just junctions by Laszlo Csomor · 5 years ago
  89. f352f3d Avoid unnecessary ordering in build event file uploads. by felly · 5 years ago
  90. ad2fb98 external_integration_test: use serve_file by Klaus Aehlig · 5 years ago
  91. 03b09a2 Windows: remove duplicate symlink resolution code by Laszlo Csomor · 5 years ago
  92. 3823613 Properly report circular definitions of repositories by Klaus Aehlig · 5 years ago
  93. b9fd6f2 Simplify Test summary creation by ulfjack · 5 years ago
  94. 6793b93 Windows: implement readSymbolicLink by Laszlo Csomor · 5 years ago
  95. f8706a0 Only create the host configuration once per BuildConfiguration instance. by djasper · 5 years ago
  96. 693e96e Completely remove Spawn from SymlinkTreeHelper. by Benjamin Peterson · 5 years ago
  97. 0f569b0 Windows, JNI: rewrite CreateJunction by Laszlo Csomor · 5 years ago
  98. 4b3c2eb remote: improve profiler support by Jakob Buchgraber · 5 years ago
  99. 53156db Create an output artifact that lists the enabled features for C++ compilation by Googler · 5 years ago
  100. d3ce720 Force a GC before taking the final histogram in t test_aspect_and_configured_target_cleared. Even though the histogram should be doing a GC (because of -histo:live), occasionally a stale aspect object can evade it. by janakr · 5 years ago