Sign in
bazel
/
bazel
/
79fd402786570f6ab0ff31bcab5eacb2675df539
/
src
79fd402
Always track parallelism in EvaluationContext
by Googler
· 6 years ago
dac096c
Fix "the the".
by Benjamin Peterson
· 6 years ago
15276d2
Remove unused split() method.
by John Cater
· 6 years ago
684646e
Automated rollback of commit 15b70bb63e5495290900de9303cbebb0ff12210b.
by laurentlb
· 6 years ago
df94cac
Move new UI out of experimental state
by Klaus Aehlig
· 6 years ago
3317c4d
Report IllegalArgumentException in URL.openConnection as http error
by Klaus Aehlig
· 6 years ago
9b8c500
Avoid IllegalStateException on missing actions if allowing analysis failures
by cparsons
· 6 years ago
0c6a2ca
Amend some error messages for starlark transition whitelisting to reflect not always being split transitions.
by juliexxia
· 6 years ago
af6b179
bazel syntax: augment doc comment on symbol registry
by Googler
· 6 years ago
615ac4e
support in-memory outputs in spawn result
by Jakob Buchgraber
· 6 years ago
4354d4c
Make default ccSupport use a starlark rule instead of CROSSTOOL
by rosica
· 6 years ago
5bec36c
Move Reporter out of the BuildEventStreamer.
by lpino
· 6 years ago
adea1a7
Add option to slim down the JSON profile.
by twerth
· 6 years ago
803801d
Pass execution info to xml generating spawn. Fixes #7794
by Jakob Buchgraber
· 6 years ago
1b8cf02
remote: small refactoring that splits download and spawn result
by Jakob Buchgraber
· 6 years ago
fc01ea7
Automated rollback of commit d93c1904e4decb2fc7e491ddb2b4b2c2fc6440a8.
by juliexxia
· 6 years ago
a358dce
Flip --incompatible_remove_old_python_version_api
by brandjon
· 6 years ago
ba3ebcb
Re-add @bazel_tools//third_party/jarjar
by iirina
· 6 years ago
fac322b
Optimize deleteTreesBelow.
by jmmv
· 6 years ago
074c9c49
Fix #7715.
by Tobias Werth
· 6 years ago
5ce7736
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
64cc8e1
Fix signedness warnings in singlejar tests.
by Benjamin Peterson
· 6 years ago
1b3c681
Correct parsing of bazel info command results in black box tests
by Irina
· 6 years ago
3e7ccef
Update documentation for --skyframe_state regarding exclusion of a target label to make it clearer.
by leba
· 6 years ago
04d204f
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
17ea895
Flip --incompatible_disable_legacy_crosstool_fields and --incompatible_disable_expand_if_all_available_in_flag_set
by hlopko
· 6 years ago
757e481
Post RunningActionEvent from FileWriteStrategy.
by Benjamin Peterson
· 6 years ago
7e39391
Generate cc_toolchain_cc.bzl instead of CROSSTOOL for android ndks
by hlopko
· 6 years ago
e58f180
Improve testing for deleteTree and deleteTreesBelow.
by jmmv
· 6 years ago
15b70bb
Automated rollback of commit f7f5415af74bda139d7e24bc3e0db1b9b470e7e5.
by laurentlb
· 6 years ago
d93c190
Put all Android native provider SkylarkCallable methods behind the
by Googler
· 6 years ago
03ff878
Validate the outputs of transitions on build settings.
by juliexxia
· 6 years ago
e81d9c9
Support partially async C++ action execution
by ulfjack
· 6 years ago
1d59e25
Add methods to allow for getting the children and a collection view of NestedSets
by mjhalupka
· 6 years ago
5cc1f65
Move deleteTree and deleteTreesBelow into FileSystem and Path.
by jmmv
· 6 years ago
f1b00d1
Report when a SymlinkTreeAction starts running.
by Benjamin Peterson
· 6 years ago
cd60663
Set 10 minutes timeout for Bazel under black box test in debug mode
by Irina
· 6 years ago
d087fe2
Fix reuse of cached static ConfiguredRuleClassProvider in tests
by Irina
· 6 years ago
32f6001
Fix result collection if spawn is immediately done
by ulfjack
· 6 years ago
6c46f36
Support async execution in CppLinkAction
by ulfjack
· 6 years ago
0ebc034
Run the test spawn with the correct FileOutErr
by ulfjack
· 6 years ago
4992ae2
Automated rollback of commit 445260de835758f2b739d427f2f51a6dffda773b.
by buchgr
· 6 years ago
f3ad2e9
Migrate all //third_party:mockito2 to //third_party:mockito
by Tim van der Lippe
· 6 years ago
1149e58
Inline CppCompileAction.execWithReply
by ulfjack
· 6 years ago
7273288
JavaCompileAction: implement async execution
by ulfjack
· 6 years ago
9813c58
Suppress DEADLINE_EXCEEDED on download progress
by George Gensure
· 6 years ago
973542e
Add black box test for package loading cached by benign workspace change
by Irina
· 6 years ago
8b72ef9
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
c4d9b9b
Fix the dump command to handle alias targets.
by ahumesky
· 6 years ago
fc69ecd
bazel protobuf: add AttributeDefinition.cfg_is_host
by Googler
· 6 years ago
9bd8833
Logical roll-forward of https://github.com/bazelbuild/bazel/commit/32a97a653735cf7c9eff5abdf0f7632f9a6525e2 (order tree artifacts).
by Googler
· 6 years ago
6d5552c
Rollbacking the change to:
by Googler
· 6 years ago
c5dc440
Remove stack trace from error output of Stardoc
by cparsons
· 6 years ago
ae1f389
Adding stable sorting that will be used for execlog
by Googler
· 6 years ago
ea91700
Remove relativeOutputPath parameter from getFileSystem.
by Googler
· 6 years ago
c689bf9
Misc rendering fixes to Stardoc
by cparsons
· 6 years ago
4bd3ec3
Put all Android native provider SkylarkCallable methods behind the
by Googler
· 6 years ago
139d314
Correctly create output artifact paths for the Databinding Resource Processor action.
by ahumesky
· 6 years ago
453c1e8
Accept current workspace name as a flag
by cparsons
· 6 years ago
ea1703b
C++: Fix crash reported in #7721
by plf
· 6 years ago
d89f6b0
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
ad04da6
Automatic code cleanup.
by diamondm
· 6 years ago
774475e
Improve PackageGroupContents search from O(n) to O(1)
by dbabkin
· 6 years ago
f1bbbff
Allow third_party/bazel/ to use Mockito 2
by Googler
· 6 years ago
814fb29
Migrate more tests to use Starlark cc_toolchain configuration.
by rosica
· 6 years ago
d6df980
Automatic code cleanup.
by diamondm
· 6 years ago
f7f5415
Enable --incompatible_no_transitive_loads by default
by laurentlb
· 6 years ago
0d55507
Inline SpawnGccStrategy
by ulfjack
· 6 years ago
43c0bb0
Migrate more tests to use Starlark cc_toolchain configuration.
by rosica
· 6 years ago
46defbc
Use intermediate zip file for Windows Java tools.
by elenairina
· 6 years ago
f5c33426
Use the zip version of the Java tools latest release.
by iirina
· 6 years ago
6641ad9
Add option to desugar default methods with the help of synthetic base classes where possible.
by kmb
· 6 years ago
c2ba4a0
Map symlinks into sandboxfs as they are and propagate their targets.
by jmmv
· 6 years ago
3b77da4
Migrate more tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
d350b4f
Add platform mapping function.
by schmitt
· 6 years ago
79603fa
Adds an assertion method.
by Googler
· 6 years ago
547aa48
Support Repository Rules in Stardoc
by Klaus Aehlig
· 6 years ago
9303df6
add -c flag for Starlark-in-java
by Marwan Tammam
· 6 years ago
4d65f442
Add more tests for dict.update
by laurentlb
· 6 years ago
48fd960
Make cc_toolchain_config tool_paths configurable
by rosica
· 6 years ago
b37296c
Extend dict update to accept keyword args
by Marwan Tammam
· 6 years ago
23c6f62
Tolerate a dep that went missing at the start of evaluation a bit more gracefully.
by janakr
· 6 years ago
2f7d69f
Migrate tests to use Starlark cc_toolchain configuration
by rosica
· 6 years ago
9f8b32c
Tolerate missing packages to unblock release.
by janakr
· 6 years ago
8b8be2e
Migrate CcCommonTest to use Starlark cc_toolchain configuration.
by rosica
· 6 years ago
4a5e1b7
Add async support to StandaloneTestStrategy
by ulfjack
· 6 years ago
7aace9c
Zip Java tools for windows
by iirina
· 6 years ago
6f52fca
Generate documentation for embedded repository rules
by Klaus Aehlig
· 6 years ago
62f5458
Treat cache failure action as a cache miss
by ishikhman
· 6 years ago
7ff1bae
Fix max attempts computation w/ fallback
by ulfjack
· 6 years ago
4f53b6f
Automatic code cleanup.
by Googler
· 6 years ago
02be4c5
Add #toString to EmptyConfiguredTarget and ValueOrException$ValueOrExceptionValueImpl to help diagnose bug.
by janakr
· 6 years ago
843e368
Add an Android Common Starlark API enableImplicitSourcelessDepsExportsCompatibility.
by Googler
· 6 years ago
4e51b36
Minor code cleanup.
by Googler
· 6 years ago
445260d
Automated rollback of commit 75bb7a91724a82e7769af0fb012b24552d00f935.
by plf
· 6 years ago
1188344
Add TestAttemptContinuation
by ulfjack
· 6 years ago
575bb48
Flip --incompatible_disallow_legacy_py_provider
by brandjon
· 6 years ago
f3944c8
Remove @remote_java_tools from deps computed in embedded_tools_deps_test.
by iirina
· 6 years ago
38877f9
Allow to configure the additional profile tasks to be included in the JSON profile
by Tobias Werth
· 6 years ago
9f110e0
Add a converter for relative, null-able path fragments.
by schmitt
· 6 years ago
Next »