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