1. 1bc736e Internal change by rosica · 5 years ago
  2. 118c43f Add a new option --experimental_nsos_eval_keys_as_one_group. by leba · 5 years ago
  3. 68ab74d Fix formatting in BuildRequestOptions. by leba · 5 years ago
  4. 1d73cb7 Redirect test outputs to $TEST_log. by leba · 5 years ago
  5. 3253af2 Replace guava and jacoco in Debian build (third_party) by Yun Peng · 5 years ago
  6. 1c77844 gcov: make it possible to use GCov from a toolchain by Michael Klemm · 5 years ago
  7. a149b9e Replace guava and jacoco in Debian build by Yun Peng · 5 years ago
  8. 08a15e7 Remove stack size hard limit for WAITER_POOL in WindowsSubprocess.java by pcloudy · 5 years ago
  9. 519825e Add profile span for mobile install. by twerth · 5 years ago
  10. 815da80 Updated Android tutorial by sventiffe · 5 years ago
  11. 47e0c5c Fix Ubuntu/Java version in .bazelrc comment by Siggi Simonarson · 5 years ago
  12. b3d66445 Remove support for pruning manifests. by lberki · 5 years ago
  13. fe90eb7 remove `--nobuild` from build performance example by Derek Argueta · 5 years ago
  14. a93b777 Mark Desugar-Generated Methods from Core Library Desugaring Synthetic by Googler · 5 years ago
  15. 321243d Migrate MethodDeclInfo to use @AutoValue Builder Pattern by Googler · 5 years ago
  16. 9d20b1b Add type-safety check when deserializing in DynamicCodec, suggested by adonovan@. by janakr · 5 years ago
  17. a947985 Add LazyStringListCodec. Avoids shoving a list into a protobuf object where it doesn't belong, which will be important later. by janakr · 5 years ago
  18. 1aedba0 Fix a link in the site/docs/remote-execution-rules.md Inspired by #11276 by aiuto · 5 years ago
  19. 08826ad4 Don't split up "Writing file" string. by Googler · 5 years ago
  20. b28a76b Rename BzlLoadValue key classes by brandjon · 5 years ago
  21. 54eaa27 Automated rollback of commit a98fc73915bc83a1807305b596cca2cb6f6500f2. by Googler · 5 years ago
  22. 771a029 Rename StarlarkImportLookupFunction and friends by brandjon · 5 years ago
  23. a2b1761 bazel syntax: catch stack overflow in parser by adonovan · 5 years ago
  24. 10cb390 Encode RunCommand runfiles setup failures with FailureDetails by mschaller · 5 years ago
  25. c45aaa9 bazel: delete all references to --experimental_build_setting_api by juliexxia · 5 years ago
  26. a06446c Remove duplicate MetadataProvider parameter from SkyframeActionExecutor methods. by Googler · 5 years ago
  27. 1557ac8 Don't crash on an absolute --client_cwd value that is not in the workspace. by janakr · 5 years ago
  28. 5fa85c8 Add getConfiguredTarget method to Dependency. by John Cater · 5 years ago
  29. d17649a Start removing --experimental_build_setting_api by juliexxia · 5 years ago
  30. 2f06f80 Use linear formula for sorting starlark options out of residue by juliexxia · 5 years ago
  31. 938b98a Make distinct `direct_public_headers` and `direct_private_headers` fields on `CcCompilationContext` that are accessible from Starlark. by allevato · 5 years ago
  32. 49be0b8 Added HttpContentDecompressor to HttpBlobStore download pipeline by Vladimir Chebotarev · 5 years ago
  33. f2d3e3a Add regression tests for recent failures with NSOS: by leba · 5 years ago
  34. 182d46c Enable --experimental_action_args by default by cmita · 5 years ago
  35. 8b9f746 Add layering check support to cc_configure on Linux with Clang by hlopko · 5 years ago
  36. f096532 Remove some obsolete code in compile.sh by pcloudy · 5 years ago
  37. 408be52 Add mirror for stardoc HTTP archive by wyv · 5 years ago
  38. 9906c5c Preserve direct fields when merging ARC and non-ARC compilation contexts after Objective-C compilation. by allevato · 5 years ago
  39. a98fc73 Allow tree artifacts to be omitted. by Googler · 5 years ago
  40. 92bbcd0 Bootstrap JavaBuilder with Debain system jars (third_party) by Yun Peng · 5 years ago
  41. 83249e5 Exclude java sources for test while bootstrapping by Yun Peng · 5 years ago
  42. 6c723e5 Use system_repo rule in Debian build by Yun Peng · 5 years ago
  43. fcc7d4a Bootstrap with system jar files in Debian build by Yun Peng · 5 years ago
  44. 89cfb70 Fix proto compile and derived directory while bootstrapping from the original source by Yun Peng · 5 years ago
  45. 37b3a09 Bootstrap JavaBuilder with Debian system jars (main) by Yun Peng · 5 years ago
  46. 8e0f66a Always use //src/java_tools/buildjar:bootstrap_toolchain by Yun Peng · 5 years ago
  47. 4f2d50c Remove unused files by hlopko · 5 years ago
  48. 8062ca4 Switch to a more recent version of Stardoc by wyv · 5 years ago
  49. 6152425 Do .bzl load cycle detection by key instead of label by brandjon · 5 years ago
  50. bc884e1 Tighten the types of some of the machinery surrounding .bzl skyframe inlining by brandjon · 5 years ago
  51. 7154be0 Rationalize StarlarkImportLookupValue.Key by brandjon · 5 years ago
  52. 034b09e Adds a missing space. by Googler · 5 years ago
  53. f57b5c5 Add Logging for non-increasing Clock#nanoTime calls. by Googler · 5 years ago
  54. 9da485a Desugar: Update the comment for the preconditions of adding `DESUGAR_JAVA8_LIBS` invocation replacement range by Googler · 5 years ago
  55. 30781fb Automated rollback of commit c9b9b4bc4f2d2f629ba76d083b22ed847b89bde8. by michajlo · 5 years ago
  56. 72d648a Rename ActionExecutionValue#createSimpleFileArtifactValue and make it an instance method. by Googler · 5 years ago
  57. 064d15d Make sure we communicate a BEP transport crash to the caller. by felly · 5 years ago
  58. 91fc5f3 Implement --shutdown_on_low_sys_mem for macOS. by jmmv · 5 years ago
  59. 00c70f9 Tighten parameter types for markOmitted and injectDigest. by Googler · 5 years ago
  60. 97c5e57 Fix MemoryPressureCounter JNI hooks on Windows. by jmmv · 5 years ago
  61. 1f6758f Simplify Dependency and make it use AutoValue. by John Cater · 5 years ago
  62. c9b9b4b Migrate docs.bazel.build to use GitHub Flavored Markdown instead of Kramdown by wyv · 5 years ago
  63. 699a90a bazel skyframe: eliminate maps where lists will do by adonovan · 5 years ago
  64. 38db552 Prune description of InstrumentedFilesInfo by Googler · 5 years ago
  65. e99816f Clean up Desugar Flag `--retarget_core_library_member` under `--config=android_java8_libs` by Googler · 5 years ago
  66. 8981b74 Remove unused code: Legacy Android core library constructor invocations by Googler · 5 years ago
  67. 10d7a16 Remove lib.runtime.commands from lib.runtime by Yannic Bonenberger · 5 years ago
  68. c6f0f41 When waiting for subprocesses in the process-wrapper, handle zombies. by jmmv · 5 years ago
  69. 4e12ba6 Default CriticalPathComponent duration time to 0 if there is a negative duration. by Googler · 5 years ago
  70. 1cf1d3a Remove stale comment now that test_max_open_file_descriptors is fixed. by steinman · 5 years ago
  71. 137b759 Allow re-exporting of module maps/headers from dependencies' `CcInfo`s when merging. by allevato · 5 years ago
  72. b100b1d Skylark -> Starlark for various methods, variables, constants, etc. by gregce · 5 years ago
  73. a61681e Add StarlarkBuiltinsFunction by brandjon · 5 years ago
  74. ade95d8 Add override for worker mnemonic via execution requirements by Googler · 5 years ago
  75. 2ec58f6 Allow blaze info to ignore starlark options by juliexxia · 5 years ago
  76. fbc43bb Phase out use of ExitCode without details in some tests by mschaller · 5 years ago
  77. d9aa8ae Prepare SpawnMetrics to be used for workers by Googler · 5 years ago
  78. 6ef0983 Encode VersionCommand failure with FailureDetails by mschaller · 5 years ago
  79. 01b33c2 Encode RunCommand failures with FailureDetails by mschaller · 5 years ago
  80. ff21961 Encode QueryCommand failures with FailureDetails by mschaller · 5 years ago
  81. bbd7869 Encode ProfileCommand failures with FailureDetails by mschaller · 5 years ago
  82. a0f7eb1 Encode MobileInstallCommand failures with FailureDetails by mschaller · 5 years ago
  83. 3a3f428 Fix some broken links in toolchains.md. by Googler · 5 years ago
  84. 80678d7 Reserves failure details field numbers for internal use by mschaller · 5 years ago
  85. 1c37816 Encode HelpCommand failures with FailureDetails by mschaller · 5 years ago
  86. 6457ec3 Encode DumpCommand failures with FailureDetails by mschaller · 5 years ago
  87. d84a5f3 Encode CqueryCommand failures with FailureDetails by mschaller · 5 years ago
  88. 2f1a78d Encode ConfigCommand failures with FailureDetails by mschaller · 5 years ago
  89. 01e0d23 Encode CleanCommand failures with FailureDetails by mschaller · 5 years ago
  90. b77bf3c Add a flag, --experimental_verbose_failures_filter, that gives finer control over failure reporting: rather than dump command lines for all failed actions, dump only for actions whose labels match a regular expression filter. by janakr · 5 years ago
  91. 6edeb84 Stop using EXPERIMENTAL_BUILD_SETTING_API in StarlarkFlagGuardingTest becuase that flag is going away. Replace with EXPERIMENTAL_SIBLING_REPOSITORY_LAYOUT (chosen at random) by juliexxia · 5 years ago
  92. 226ad7f Do not re-run Ninja actions when only order-only inputs change. by ahumesky · 5 years ago
  93. 25aa8da Remove charset from ParameterFileWriteAction. The sole use of UTF-8 was a bug. by Googler · 5 years ago
  94. 9be33c8 Allow InMemoryNodeEntry implementations to customize creation of DirtyBuildingState. by Googler · 5 years ago
  95. 94ff760 Document that ActionAnalysisMetadata#getOwner() is never null, add some Preconditions checks to make that more clear, and ensure that ActionOwner's fields are never null except for the SYSTEM_ACTION_OWNER wart. by janakr · 5 years ago
  96. b1a8e38 Re-implement javac-noparameters in JavaBuilder by cushon · 5 years ago
  97. ecb61ee Introduce configuration transition fragment declarations. by gregce · 5 years ago
  98. 696e302 Add Builder class for Dependency. by John Cater · 5 years ago
  99. 773b95f Skylark -> Starlark for various methods, variables, constants, etc. by gregce · 5 years ago
  100. 3b28430 Reserves failure details field numbers for internal use by Googler · 5 years ago