bazel /
bazel /
7ce19e4128f7a5db219623aadf448d5690097140 - 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
- ae81f95 Add example test for requiring native aspect from a starlark defined aspect. by messa · 3 years, 9 months ago
- af42653 Automatic code cleanup. by Googler · 3 years, 9 months ago
- 766cd0e Add new attempt_count field to BES. by Googler · 3 years, 9 months ago
- 68777a2 Preserve comparator in `ImmutableSortedMap` serialization. by ajurkowski · 3 years, 9 months ago
- 171c12e Reorganize Starlark transition invocations for tighter focus. by gregce · 3 years, 9 months ago
- 344306f Fix comments for poorly named proto fields. by Googler · 3 years, 9 months ago
- 41c4dae Improve performance of `checkForDuplicateLabels`. by jhorvitz · 3 years, 9 months ago
- 5469065 Delete wasteful method `checkForNullLabels`. by jhorvitz · 3 years, 9 months ago
- 30f0ca7 Release 5.0.0-pre.20210615.3 (2021-06-25) by Bazel Release System · 3 years, 9 months ago
- 720194d bzlmod: Improve setBzlFile function in RepoSpec.java by pcloudy · 3 years, 9 months ago
- 1a89ce1 Make worker JSON protocol properly ignore unknown fields. by larsrc · 3 years, 9 months ago
- 7b548ed Automated rollback of commit 1d738dea93ca967aa9dd738b14b9dbd79e8ce493. by twerth · 3 years, 9 months ago
- 6d603b7 Small cleanups in `common/options/**/BUILD` files. by ajurkowski · 3 years, 9 months ago
- 5d955f5 Distinguish between I/O exceptions caused by user decisions versus environmental issues: symlink cycles are the user's fault, and should have a different exit code from generic I/O exceptions. by janakr · 3 years, 9 months ago
- 2b778ea Remove dead code from `ActionGraphDump`. by ajurkowski · 3 years, 9 months ago
- 7dd6ced Remove unnecessary macOS crosstool branches by Keith Smiley · 3 years, 9 months ago
- 559a6cc BEGIN_PUBLIC by Googler · 3 years, 9 months ago
- 2f4ed67 Add a flag to drop BuildConfigurationValue.Key nodes when analysis is dropped. They're unlikely to be used again, are relatively cheap to compute if they do have to be recomputed, and cost a fair bit of memory. by janakr · 3 years, 9 months ago
- 2e486e3 Skip the call to `type.cast(value)` in `AbstractAttributeMapper#get`. by jhorvitz · 3 years, 9 months ago
- e4563a1 Add blurb about json workers resilience by Keith Smiley · 3 years, 9 months ago
- f75eb1b Fix 4 ErrorProneStyle findings by Googler · 3 years, 9 months ago
- 4c630f5 bzlmod: put RepoSpec.java in the common target by pcloudy · 3 years, 9 months ago
- 64d5bae Flip --noexperimental_enable_aggregating_middleman for Bazel. by leba · 3 years, 9 months ago
- d6acb49 Update R8 to version 3.1.11-dev by Googler · 3 years, 9 months ago
- e3c4f43 Optimize Starlark objc_library memory usage by plf · 3 years, 9 months ago
- beb859d Fixup builtins implementation of find_cpp_toolchain by cmita · 3 years, 9 months ago
- de3b3ca Increase the default value for analysis_testing_deps_limit to 800. by Googler · 3 years, 9 months ago
- 20c4596 Make javac_options publicly visible by schroederc · 3 years, 9 months ago
- b5fcf9d Automated rollback of commit 9653abbcbf8f3159397dedcb253eb6defbb9ee63. by yileiyang · 3 years, 9 months ago
- c7bc9a0 Remove cruft from HttpConnectorMultiplexer by wyv · 3 years, 9 months ago
- 2813dce C++: Remove identifier from librarytolink by plf · 3 years, 9 months ago
- 1d738de Create new key for ObjcProvider by plf · 3 years, 9 months ago
- 2ace97f Move `ActionInputHelper` to a separate target. by ajurkowski · 3 years, 9 months ago
- a617b5a Reduce garbage in header discovery. by jhorvitz · 3 years, 9 months ago
- 3b6274c Try to optimize InMemoryNodeEntry#addReverseDepAndCheckIfDone for contention: make ReverseDepsUtility slightly more efficient and don't take a lock until we know we're modifying the entry. by janakr · 3 years, 9 months ago
- afe00d4 Make sure correct libraries get linked to cc_test by plf · 3 years, 9 months ago
- 5fd3cf9 Save a bit of garbage in `ArtifactNestedSetFunction#getDepSkyKeys` by pre-sizing the list. by jhorvitz · 3 years, 9 months ago
- 58b0322 Migrate uses of Guava's `MapMaker` to caffeine. by jhorvitz · 3 years, 9 months ago
- 6ae4dd53 Use the fact that we know the shard count of a test ahead of time to simplify our data structures around sharding a little bit. by janakr · 3 years, 9 months ago
- 5fc824d Avoid loading dagger.spi.model from JavaBuilder. by Googler · 3 years, 9 months ago
- 73d87d8 Remove support for 'local' compile-time deps by cushon · 3 years, 9 months ago
- 8b45333 Add logging when package loading encounters an exception related to globbing. It's clear from existing logging that globs are the source of the trouble. by janakr · 3 years, 9 months ago
- 2c4ad7b Replace most remaining uses of the Guava cache with Caffeine. by seancurran · 3 years, 9 months ago
- 572d4fd Run Windows tests with --test_tag_filters by pcloudy · 3 years, 9 months ago
- 2579c9a Eagerly initialize JNI copies of Java classes: doing lazy initialization on a per-method basis doesn't save anything and adds a tiny bit of overhead to every one of these calls. by janakr · 3 years, 9 months ago
- 2640745 Automatic code cleanup. by Googler · 3 years, 9 months ago
- 1d82741 Migrate src/tools/remote/src/j/c/g/devtools/build/remote/worker/... to shared BUILD file. by adgar · 3 years, 9 months ago
- b4c637c Fixes Android API level support in NDK crosstools. by ahumesky · 3 years, 9 months ago
- 640c3ef Add exception message to error event. by larsrc · 3 years, 9 months ago
- 706e54c Bzlmod: Add RepoSpec.java by pcloudy · 3 years, 9 months ago
- 97fb2cf Remote: Fix a bug that the XML generation is executed even if test.xml is generated when build with --remote_download_minimal. by Chi Wang · 3 years, 9 months ago
- b158a0f Replace Guava Cache with Caffeine in several classes. by seancurran · 3 years, 9 months ago
- c140625 Add a system property to include in all action keys. by ajurkowski · 3 years, 9 months ago
- 79c224a Read ServerInfo proto instead of reading separate field values from different files. by Googler · 3 years, 9 months ago
- 1447401 Migrate `SingleBuildFileCache` to caffeine. by jhorvitz · 3 years, 9 months ago
- 87c90f1 Migrate `TransitiveInfoProviderEffectiveClassHelper` to caffeine. by jhorvitz · 3 years, 9 months ago
- f159cb8 Migrate `IncludeParser` and `IncludeScannerSupplier` to caffeine. by seancurran · 3 years, 9 months ago
- 94f7486 Migrate src/test/j/c/g/devtools/build/lib/remote/http to shared BUILD file. by adgar · 3 years, 9 months ago
- 5132a89 Migrate src/test/j/c/g/devtools/build/lib/actionsketch to shared BUILD file. by adgar · 3 years, 9 months ago
- 44fe650 bzlmod: DiscoveryFunction by wyv · 3 years, 9 months ago
- 2e7030a [inclusive naming fixit] More low hanging fruit. by aiuto · 3 years, 9 months ago
- 4eb36ab Delete some obviously unused targets by michajlo · 3 years, 9 months ago
- 0f13cb1 Add documentation about pseudolocalization to resource_configuration_filters. by ahumesky · 3 years, 9 months ago
- 582d95f Run build_cleaner on src/test/j/c/g/devtools/build/lib/remote/... by adgar · 3 years, 9 months ago
- 4599743a Migrate src/test/j/c/g/devtools/build/lib/remote/grpc to shared BUILD file. by adgar · 3 years, 9 months ago
- cec7ef5 Migrate src/test/j/c/g/devtools/build/lib/remote/downloader to shared BUILD file. by adgar · 3 years, 9 months ago
- 9861b5b Migrate src/test/j/c/g/devtools/build/lib/remote/logging to shared BUILD file. by adgar · 3 years, 9 months ago
- a612634 Centralize action cache behavior on IOExceptions inside CompactPersistentActionCache. Don't log I/O errors here to remote logging: they are expected from time to time, and these I/O errors are preserved in the failure detail, so we can detect increases in them if there is an issue. by janakr · 3 years, 10 months ago
- 1c3bc90 Make --bep_publish_used_heap_size_post_build work for query and other non-build commands. Since we want BEP to support query anyway, enabling this flag on query allows it to be a drop-in replacement for --experimental_force_gc_after_build. by janakr · 3 years, 10 months ago
- 23fb04d Migrate `PerBuildSyscallCache` to caffeine. by jhorvitz · 3 years, 10 months ago
- ab2d2fb Fix flakiness in `DigestUtilsTest`. by jhorvitz · 3 years, 10 months ago
- 86b32a6 Include the Starlark stack trace as part of the crash's stack trace for all unhandled throwables originating in Starlark evaluation. by jhorvitz · 3 years, 10 months ago
- a7ac95b Use better atomic constructs in test. by janakr · 3 years, 10 months ago
- 5b216b2 Flip default for experimental_forward_instrumented_files_info_by_default by Googler · 3 years, 10 months ago
- d09077e bzlmod: Remove override_dep in favor of having module_name on each override type by wyv · 3 years, 10 months ago
- efa35e3 bzlmod: ModuleFileFunction by wyv · 3 years, 10 months ago
- a0b65df Make AbstractPackageLoaderTest usable without pulling in impl test by michajlo · 3 years, 10 months ago
- 128123f Migrate `Aspect` to caffeine. by seancurran · 3 years, 10 months ago
- b254c80 Fix global cache javadoc in `DigestUtils` by seancurran · 3 years, 10 months ago
- 1469a75 [inclusive naming fixit] Rename uses of blacklist by aiuto · 3 years, 10 months ago
- 3db19a5 Docs: Code updates for Bazel macro file by Googler · 3 years, 10 months ago
- ecab297 Add a warning for missing behavior enum in invocation policy. by ajurkowski · 3 years, 10 months ago
- 90c395c Migrate `DigestUtils`, `CacheFileDigestsModule`, `BuildRequest`, and by seancurran · 3 years, 10 months ago
- 4acb9ae Automated rollback of commit 03f6af623ae3de4a9b756b5235ebd31cc2faf762. by steinman · 3 years, 10 months ago
- d4390f8 Add --no-log-init flag to docker sandbox. by Pras Velagapudi · 3 years, 10 months ago
- bb72501 Migrate `RepositoryName` to caffeine. by jhorvitz · 3 years, 10 months ago
- 12e08e3 Update caffeine to 2.8.5 by Justin Horvitz · 3 years, 10 months ago
- 2c3cff5 Check if `treeDeleter` is actually async before casting it. Fixes #13240. by larsrc · 3 years, 10 months ago
- 2611ec0 Clean up / add BUILD file for collections package by michajlo · 3 years, 10 months ago
- 912fa90 Add support for AArch64 release artifacts by Masoud Koleini · 3 years, 10 months ago
- ba5b2a7 when writing to local disk cache, open files later in order to avoid "too many open files" by Johannes Abt · 3 years, 10 months ago
- 9c17adc Clean up and consolidate BUILD files by michajlo · 3 years, 10 months ago
- fa4e14b Flip --experimental_exec_groups by cmita · 3 years, 10 months ago
- 367b19e Fix starlark action with shadowed_action inputs cache test by messa · 3 years, 10 months ago
- a873f08 BEGIN_PUBLIC Support custom package IDs in `android_binary` END_PUBLIC by jasonobrien · 3 years, 10 months ago
- ae2a6a2 RELNOTES: --experimental_force_gc_after_build is deprecated and will be removed soon. Use --bep_publish_used_heap_size_post_build instead by janakr · 3 years, 10 months ago
- 4356191 Migrate src/test/j/c/g/devtools/build/lib/remote/merkletree to shared BUILD file. by adgar · 3 years, 10 months ago
- 2218325 Migrate src/test/j/c/g/devtools/build/lib/remote/util to shared BUILD file. by adgar · 3 years, 10 months ago
- 71b50f6 Log when a URI future hasn't resolved by the time BuildToolLogs is converted into an event for the BEP. by janakr · 3 years, 10 months ago