bazel /
bazel /
113722196a7c212b1dc5ae66c72fd14cd12c74d9 - 1137221 CI config for Bazel: Remove existing directory before creating one by pcloudy · 5 years ago
- d899a03 Windows: Use test binary in runfiles tree when it's enabled by pcloudy · 5 years ago
- a31966f Reduce exception wrapping for cleaner stack traces by Ulf Adams · 5 years ago
- da370c1 Fixed typo 'distir' => 'distdir' by Leo · 5 years ago
- de68084 Guard WalkableGraph#getDirectDeps debugging call: in a no-keep-going build, the nodes won't be in the graph /sadface. Thus the debugging added by https://github.com/bazelbuild/bazel/commit/aa8fac57ff9e3b505671b9a41a2b8ee1c7fd786b was pretty useless. Still hope it will trigger in a keep-going build. by janakr · 5 years ago
- e24714d Move commands resources to commands library by michajlo · 5 years ago
- 77f4fc7 Move OutputFilterTest#testStatusCmdPrinted to a shell test by michajlo · 5 years ago
- e4b85e2 Add debugging for crash. by janakr · 5 years ago
- 034220a bazel syntax: add FileOptions by adonovan · 5 years ago
- d5012a7 Use a set to reduce python_path_entries length by Mike Fourie · 5 years ago
- 1419977 Provide error details if capabilities call fails by Ulf Adams · 5 years ago
- 39e91a3 Fix signal handling in test-setup.sh to properly forward signals to the child process, without relying on a bash bug not present in all environments. by Googler · 5 years ago
- b096ed5 Remove logic in the python_version select() that reads deprecated flag by brandjon · 5 years ago
- 84a3728 Deprecate blaze_query.Rule.is_skylark. by nharmata · 5 years ago
- 1dbf854 Add the (no-op) 'exec_groups' attribute to the rule() function. by juliexxia · 5 years ago
- f237219 Turn deprecated --force_python into a no-op by brandjon · 5 years ago
- 0a60a1b Delete the flag --incompatible_no_output_attr_default. by Googler · 5 years ago
- d0ad67e Rm unused Mockito in CcToolchainProviderHelperTest. by leba · 5 years ago
- 033d5be Flag to disable AggregatingMiddleman in rules. by leba · 5 years ago
- 2dbe65d Ninja implementation refactor: remove usage of the word "usual" by Jingwen Chen · 5 years ago
- 19532fb Fix broken formatting in http repository rules documentation page. by jingwen · 5 years ago
- 4188ef7 Automated rollback of commit 18bd1056b00e1fd58638d4db81e02cfb7df8ce69. by Googler · 5 years ago
- 003a9b5 Narrow vfs/util's runtime deps by michajlo · 5 years ago
- 6607766 Delete the flag incompatible_bzl_disallow_load_after_statement by laurentlb · 5 years ago
- 0e91493 bazel packages: restore negation operator carelessly removed by commit ebb86fcdc202c440a362a54f6b0de8a049dfa84b by adonovan · 5 years ago
- cc22385 When initializing AbruptExitException from DetailedExitCode, use its message too. by Googler · 5 years ago
- 5fa0b35 Rename Foo.FooCode enums to Foo.Code. by Googler · 5 years ago
- f543dac Update internal documentation on host and target platform defaults. by jcater · 5 years ago
- ab6a8fb Improve memory footprint of CcToolchainVariables. Specifically use a single map by djasper · 5 years ago
- 21577f2 remote: support inlining of stdout/stderr in repository_rule by Jakob Buchgraber · 5 years ago
- da75645 Slightly improve debugging message when artifact's generating action value does not contain metadata for it: show the key of the value. Also clean up some dead code after https://github.com/bazelbuild/bazel/commit/c35878a258d3c8a5305389aadd17ac0049defa15: the "data"-specific checks are no longer relevant, since there's a unified codepath for artifact metadata. by janakr · 5 years ago
- 812cc59 In SequencedSkyframeExecutorTest#testThreeSharedActionsRacing, make sure action C has started before interrupting the main thread. by janakr · 5 years ago
- f917865 Fix expected error strings by michajlo · 5 years ago
- 39c00d2 Validate build artifacts that originated remotely and can't be accessed locally, unless otherwise specified by the OutputService. by steinman · 5 years ago
- ebb86fc bazel packages: record Starlark stack in RuleClass at creation by adonovan · 5 years ago
- 2feb36f Add takeScreenshot() to the stable version of ConsumerWrapper.java by Googler · 5 years ago
- 07fb6a5 bazel syntax: improve error message by adonovan · 5 years ago
- 8083e32 Break TestConstants' dependency on Package FactoryBuilderForTesting by michajlo · 5 years ago
- 241d8c0 Add BUILD files for test/.../build/lib{buildeventstream,skylark/...,util/...,windows/..., and others} by kkress · 5 years ago
- 165cf5d Document the difference between Spawn#getExecutionInfo and Spawn#getCombinedExecProperties by juliexxia · 5 years ago
- c52a511 Use full file path in error string. by Googler · 5 years ago
- 8db961d Blaze never passes a value to nullary flag --shutdown_on_low_sys_mem. by adgar · 5 years ago
- 54c9f1e Use DetailedExitCode in AbruptExitException by mschaller · 5 years ago
- e91e181 Restore system exit calls for ResourceProcessorBusyBox by Jingwen Chen · 5 years ago
- a6de382 Fix offset types in ParallelFileProcessing by Jingwen Chen · 5 years ago
- 547d802 Delete unused method by michajlo · 5 years ago
- a989aaf Make GenQueryConfiguration public for internal use. by janakr · 5 years ago
- 6f58a2b Refactor BlazeOptionHandler to pull out some functionality into dedicated classes. by Googler · 5 years ago
- 716625c Add BUILD files to each of the test/.../build/lib/rules packages. by kkress · 5 years ago
- 6a3405b Remove outdated test references to --experimental_disable_go by gregce · 5 years ago
- e59fe6c Abstract out build file creation in XcodeConfigTest by steinman · 5 years ago
- 8fd4fe8 Delay creation of params files until we know where the writable execroot is. by jmmv · 5 years ago
- 4e5b5b0 Turn SandboxHelpers into a stateful class. by jmmv · 5 years ago
- 91837dd Automatic code cleanup. by Googler · 5 years ago
- a0d130a Create symlinks using deps_mapping instead of input swapping by cparsons · 5 years ago
- eb7a85d Enable --experimental_aspect_output_propagation by default by cparsons · 5 years ago
- 649ac7b Remove null as an encoding of BUILD_FAILURE (exit code 1) by mschaller · 5 years ago
- 457f546 Native patch: handling file permission properly by Yun Peng · 5 years ago
- 7715352 Merge ByteBufferFragment and ByteFragmentAtOffset and call it FileFragment. by lberki · 5 years ago
- c4502cf Move the test code for the syntax package out of lib/BUILD and give its sub-dirs by kkress · 5 years ago
- e94ffc0 Generate a sitemap for docs.bazel.build by Jingwen Chen · 5 years ago
- 553a0e4 bazel: add --max_computation_steps flag by adonovan · 5 years ago
- ea0f062 Emit an event containing Xcode config info. by steinman · 5 years ago
- eb97f86 Have PackageFactory#afterDoneLoadingPackage call PackageValidator.validate before it calls Package.Builder.Helper#onLoadingComplete. by nharmata · 5 years ago
- 1932d0f Make NestedSet#toListWithTimeout public. by Googler · 5 years ago
- c5344cb Reorganize the Bazel testutils for lib/analysis/util, lib/buildtool/util and by kkress · 5 years ago
- 18bd105 Allows using split_attr on Starlark split transitions. by Googler · 5 years ago
- d1192d7 Issue SpawnExecutedEvent in WorkerSpawnRunner by Googler · 5 years ago
- d094e94 Update testing.md by Vertexwahn · 5 years ago
- 3403be0 Delete profiler code by michajlo · 5 years ago
- e284625 Treat timeouts expanding NestedSet as lost inputs. by Googler · 5 years ago
- 171790a Added `resource_configuration_filters` and `densities` attributes to android_local_test so we can test with pseudo locales. by Googler · 5 years ago
- 066ef07 Add simpler Starlark interface for creating strict_deps by waltl · 5 years ago
- bc1d6b9 Remove truth8 deps by John Cater · 5 years ago
- 3d2d8b6 Disable special "null" value handling for multiple options default value. by Googler · 5 years ago
- 5ccae29 Restore even more public content of the bzl style guide by laurentlb · 5 years ago
- 7cc2afc blaze config: include "fragment -> [fragment options] map". by gregce · 5 years ago
- 6abdd16 Upgrade Flogger to newly released 0.5 by Janak Ramakrishnan · 5 years ago
- 291da07 Restore the public content of the bzl style guide by laurentlb · 5 years ago
- 5a3f01d Rename declared include directories to loose hdrs directories. by lberki · 5 years ago
- be4b2dc Bazel client: Refactor startup options parsing to gracefully handle user errors, rather than crash. by nharmata · 5 years ago
- 400dbc4 Roll forward of https://github.com/bazelbuild/bazel/commit/78fdb7d62d by gregce · 5 years ago
- c0b02b0 Log RunResponse.failure_detail in the client if any; relay them from spawn failures by mschaller · 5 years ago
- f93c72c Root: Rather than use @AutoCodec, use a handwritten ObjectCodec that allows us to optimize for the common case of a very popular Root. by nharmata · 5 years ago
- d56f7b1 Limit the number of threads used to parallel parse and merge lcov files by Googler · 5 years ago
- 4c36d9e Create a NestedSet method isReady to determine whether the NestedSet requires blocking. by Googler · 5 years ago
- 7008bfe Expose `CcCompilationContext` `direct_headers` and `direct_textual_headers` to Starlark. by allevato · 5 years ago
- bdd2c79 remote/repo: don't accept non-zero action result by Jakob Buchgraber · 5 years ago
- 9763d74 Update Bazel's copy of truth to 1.0.1. by John Cater · 5 years ago
- be67de0 Fix calls to Truth's isStrictlyOrdered and containsAllIn methods. by John Cater · 5 years ago
- d472bcf Move NestedSet expansion logic. by Googler · 5 years ago
- b351bec make 'bazel canonicalize-flags' work with starlark options by juliexxia · 5 years ago
- d711645 Desugar: Extract common help methods to DesugarTestHelpers by Googler · 5 years ago
- fe552d5 Create a NestedSet method toListWithTimeout. by Googler · 5 years ago
- 7475b77 Lift max attributes per rule-class to 200 by michajlo · 5 years ago
- 5465d15 Remove unneeded @SuppressWarnings. by jcater · 5 years ago
- e9ebaf5 Fix call to assert_().fail(String). by John Cater · 5 years ago
- ba2ccb1 Partially fix MacOS llvm coverage collection by plf · 5 years ago
- 0367152 Remove SandboxHelpers.processInputFiles override. by jmmv · 5 years ago
- 20971eb Remove internal link by michajlo · 5 years ago