Sign in
bazel
/
bazel
/
8886f6aaefb378d104305e857e091168b2a02a6c
/
src
8886f6a
Bump android-tools to 0.8
by Jingwen Chen
· 6 years ago
d69b249
Fix test.xml timestamps to produce ISO8601 irrespective of locale or timezone
by Googler
· 6 years ago
b6bd025
Add Fingerprint#addBytes(ByteString)
by michajlo
· 6 years ago
40e2d7f
Deprecate plain HTTP downloads without checksum
by Klaus Aehlig
· 6 years ago
0592f3f
Remove type parameter from SkyframeExecutor.
by Googler
· 6 years ago
27d7333
Check C++ toolchain type on cc_proto_aspect when using toolchain resolution
by hlopko
· 6 years ago
c6ca6c2
Ignore external/ directory in users' source tree when creating execroot symlink tree.
by pcloudy
· 6 years ago
5fa2470
Update documentation to clarify that R.id.* is optimized with aapt2
by Googler
· 6 years ago
7150aab
Reject empty separator in string.split
by Marwan Tammam
· 6 years ago
cb17a77
[sandbox] Port bazel_sandboxing_cpp_test on Windows
by Loo Rong Jie
· 6 years ago
ece92fb
Merge CppDebugFileProvider with CcInfo
by hlopko
· 6 years ago
80a63d7
Use native patch API in http_archive and git_repository
by Yun Peng
· 6 years ago
60df905
add ubuntu1604 and ubuntu1804 as rbe platforms
by Jakob Buchgraber
· 6 years ago
b7e8f84
Extend the repository_rule function by a parameter configure
by Klaus Aehlig
· 6 years ago
4c56638
Convert e.printStackTrace to rule error in cc_library
by hlopko
· 6 years ago
8c524dc
Reject unhashable types in dict.get
by Marwan Tammam
· 6 years ago
a0af170
Undo breaking change of hiding android_common behind --experimental_google_legacy_api
by Jingwen Chen
· 6 years ago
46c95dc
Make proto blacklisting work when virtual import directories are present.
by lberki
· 6 years ago
e9521d3
Query performance: compute hashCode just-in-time
by ulfjack
· 6 years ago
0c2eb90
bazel syntax: use identity equivalence for ASTNodes
by Googler
· 6 years ago
09a9743
Fix test.xml timestamps to produce ISO8601 irrespective of locale
by Googler
· 6 years ago
37824ac
Remove the unused protoInfos argument of ProtobufSupport.
by lberki
· 6 years ago
97feb57
Fix one check-then-act race in ExperimentalStateTracker#writeProgressBar.
by nharmata
· 6 years ago
6605b23
[sandbox] Run sandbox from common execroot
by Loo Rong Jie
· 6 years ago
4bcdb75
PatchUtil: Improve the readability of error message
by Yun Peng
· 6 years ago
52f4434
Bazel client: warn if output paths have space
by Laszlo Csomor
· 6 years ago
6a667c6
Do not add the legacy repository-relative import path for .proto files.
by lberki
· 6 years ago
536a71c
Add repository_ctx.patch API
by Yun Peng
· 6 years ago
ce65de4
Create a virtual proto import directory for proto_library rules with generated sources and ones with proto_source_root= set.
by lberki
· 6 years ago
2cc650e
testenv.sh: Detect other variants of bash on Windows too
by Loo Rong Jie
· 6 years ago
6f389bd
Fix a bunch of compiler warnings by adding @SuppressWarnings("unchecked") to code generated by @AutoCodec.
by Googler
· 6 years ago
246617a
Lock down on usages of two proguard attributes for android_binary: proguard_apply_mapping and proguard_apply_dictionary.
by Googler
· 6 years ago
ef83e26
Correct the ToolchainInfo constructor docs.
by John Cater
· 6 years ago
f1e30f3
Update Fileset with the HasDigest interface.
by felly
· 6 years ago
6a8759f
BEP async mixed mode: If upload mode is set to async, we still block on "fast" upload protocols. We consider local file writes with local uri references to be fast enough for this.
by felly
· 6 years ago
50f30a5
Add optional params to enumerate and list.index
by Marwan Tammam
· 6 years ago
b120388
Put C++ toolchain environment variables into CppLinkAction key
by hlopko
· 6 years ago
63d882d
Automated rollback of commit 4569b2abda7c520229820fd548693397b2411358.
by vladmos
· 6 years ago
196b792
Supply the header thinning tool to apple_binary targets so that aspects that
by djasper
· 6 years ago
ec4fccd
Buffer param file writes, significantly reducing the cost of creating many param files.
by felly
· 6 years ago
1d8c8ed
[sandbox] Add initial support for windows sandbox
by Loo Rong Jie
· 6 years ago
e85d2e1
Automated rollback of commit bcc9812e27d172d964dd728b70651fe0b972df0e.
by rosica
· 6 years ago
4569b2a
register_{toolchains, execution_platforms}: honor renaming
by Klaus Aehlig
· 6 years ago
5d94682
Upgrade java_tools version to javac11-v3.0.
by iirina
· 6 years ago
68e580a
Run our unit tests with JDK11.
by twerth
· 6 years ago
f82ec16
Add 'allow_empty = True' to globs that may not match anything
by Laurent Le Brun
· 6 years ago
e1e9ec2
Add default args to bool, list, tuple
by Marwan Tammam
· 6 years ago
bf41b51
Update desugar to fix method signatures after adding emulated interfaces
by Googler
· 6 years ago
a1a1f38
StarlarkAction: fix reading unusedInputsList file after action execution.
by Googler
· 6 years ago
a639b56
Modify the headers_list intermediate artifact path to avoid collisions for
by Googler
· 6 years ago
fe42154
Improve the docs for ToolchainInfo and link to the main toolchains do?
by John Cater
· 6 years ago
0321a15
Thread new incompatible flag into creation of execution transitions during rule creation.
by jcater
· 6 years ago
2c55e6a
Delete objc_proto_library rule.
by kaipi
· 6 years ago
a988673
Support getting all ActionLookupValues in the build directly from SkyframeExecutor.
by Googler
· 6 years ago
6bd0aa4
Add startup flag, --incompatible_enable_execution_transition, which will enable incremental migration of host attributes to exec attributes.
by jcater
· 6 years ago
a8fdf0d
Restrict in operator with dict to hashable types
by Marwan Tammam
· 6 years ago
bcc9812
Create a virtual proto import directory for proto_library rules with generated sources and ones with proto_source_root= set.
by lberki
· 6 years ago
9606887
Adds load statement for @rules_cc
by oquenchil
· 6 years ago
3c6ea3a
Package.Builder: allow getting repository mapping
by Klaus Aehlig
· 6 years ago
9a96f4c
TargetPattern: support repository renaming
by Klaus Aehlig
· 6 years ago
623ff07
Automated rollback of commit 475db53bd30b7d23c4fcbec51b441ecb576049bb.
by rosica
· 6 years ago
6c03a11
Implement PatchUtil
by Yun Peng
· 6 years ago
c26e339
Make http_archive honor $HOME/.netrc
by Klaus Aehlig
· 6 years ago
7f39591
Replace curled quotes with ASCII quotes.
by laszlocsomor
· 6 years ago
577c8eb
[sandbox] Add experimental flags for windows sandbox
by Loo Rong Jie
· 6 years ago
6fbfe5c
Fix BUILD files for future incompatible changes
by Laurent Le Brun
· 6 years ago
29eecb5
Automated rollback of commit 5f53ab606f9e09076e9c1056378f32a78b04a880.
by rosica
· 6 years ago
9efbb49
Automated rollback of commit 16465d7613348e39e0bcdb22697cf67d257a3d91.
by laszlocsomor
· 6 years ago
3466515
SkyframeDependencyResolver: fix use of String.format
by Klaus Aehlig
· 6 years ago
475db53
Supply the header thinning tool to apple_binary targets so that aspects that
by djasper
· 6 years ago
c4a469a
Windows: fix "insufficient resources" on Windows 7
by Laszlo Csomor
· 6 years ago
e1e074c
Make http_archive accept a .netrc file
by Klaus Aehlig
· 6 years ago
6d0b14b
rule_test: apply "tags" to all rules in the macro
by Laszlo Csomor
· 6 years ago
5812b3d
Only create the CppModuleMap action once from ObjcCompile actions.
by twerth
· 6 years ago
4efb6c2
Remove the code for incompatible_disallow_load_labels_to_cross_package_boundaries
by laurentlb
· 6 years ago
3ff3327
Fix CompressedTarFunction to handle self-referential hardlinks
by sheu
· 6 years ago
e8bde4c
Add a newline between each documented element in RendererMain
by cparsons
· 6 years ago
3e9eec4
Make --ui a no-op
by ulfjack
· 6 years ago
eba849f
Introduce proto-related Google-only interface methods to the Starlark build API
by cparsons
· 6 years ago
cefc973
Change renderer binary's visibility to public
by kendalllane
· 6 years ago
5f53ab6
tags propagation: Starlark rules part
by ishikhman
· 6 years ago
16465d7
glob() now supports case-insensitive mode
by Laszlo Csomor
· 6 years ago
e826049
Use java macros in java_tools.
by iirina
· 6 years ago
b3e8152
Remove some dead code.
by twerth
· 6 years ago
e92ee9e
Modify the legacy features to pass flags to lto-index actions as well
by rosica
· 6 years ago
1a3d4c4
Automated rollback of commit 5c83cd9b789f50d5c4e8cf0b774836128dce1cc2.
by lberki
· 6 years ago
01e6e05
Enable G1 for Bazel and the Java host toolchain.
by Benjamin Peterson
· 6 years ago
11e0357
Remove --default_override= options from Third Eye reports.
by lberki
· 6 years ago
1ace20a
Filter out non-Starlark-value actions from target.actions for rule configured target
by cparsons
· 6 years ago
a53151d
Create ProtoRenderer unit test for ProviderInfo
by blossomsm
· 6 years ago
ee0e62e
Pass raw protos to MarkdownRenderer to output markdown documentation.
by blossomsm
· 6 years ago
5e2a60d
Introduce interface for BugReport to facilitate tests which intentionally send bug reports.
by Googler
· 6 years ago
5c83cd9
Do not add a --proto_path argument to the proto compiler invocation there are no .proto sources in it.
by lberki
· 6 years ago
81c9379
Implement a slightly more efficient algorithm to sample the oldest actions in
by djasper
· 6 years ago
62fa89d
Add a Checksum class for plumbing HTTP downloader content checksums.
by John Millikin
· 6 years ago
2260b97
When copying dynamic libraries to binary, copy them into the runfiles as well.
by Googler
· 6 years ago
e7438ae
Create exe file from //src:bazel-dev.
by Tobias Werth
· 6 years ago
ebca24c
Query performance: Reverse output buffering
by ulfjack
· 6 years ago
2e374a9
Remove non-flag arguments.
by kendalllane
· 6 years ago
e6ab3c4
Introduce flag --incompatible_restrict_attribute_names
by laurentlb
· 6 years ago
Next »