- 617f8ff Pass SkylarkSemantics through Skyframe instead of the options class by brandjon · 7 years ago
- 494d9d6 Provide a source exec path -> path mapping in the ArtifactFactory, which is potentially more principled than just accessing the execRoot willy-nilly. by janakr · 7 years ago
- b0c1ac8 Couple of Fileset micro-optimizations: by kush · 7 years ago
- b021cf4 Make Fdo use straight zip files, delete ZipFileSystem. by tomlu · 7 years ago
- 104eb04 Fix the strict-ordering of symlinks created with Filesets which was inadvartently lost due to https://github.com/bazelbuild/bazel/commit/d8ba904a3b0598e97601bc670840e39f21799ead by kush · 7 years ago
- 61342d0 Add a whitelist for packages that can contain android_devices rules. Currently, this whitelist includes every package. by ajmichael · 7 years ago
- 20b46c7 Speed up fingerprint and hashcode computation by: by kush · 7 years ago
- e9cc512 Prepare Classpath reading for Java 9 by cushon · 7 years ago
- 06d2410 Automated rollback of commit 236b1e96351b45056124ce97b0bcf047b9428606. by lpino · 7 years ago
- ff50f28 Migrate from deprecated MutableList constructor to copyOf, fixing bug in latter by michajlo · 7 years ago
- 334d2f1 Downgrade the default invocation policy log levels to fine. by ccalvarin · 7 years ago
- 37fe24d Documentation cleanup by dmarting · 7 years ago
- effc467 Add a flag to remove Java Make variables from Jvm. by lberki · 7 years ago
- 8a2f09c Windows,launcher: add LauncherFileWriteAction by Laszlo Csomor · 7 years ago
- 0726469 Remove an unused argument. by lberki · 7 years ago
- 3c16191 Use SkylarkSemantics in place of options class in the interpreter by brandjon · 7 years ago
- 9ae2adc Skylark Documentation: sort methods by method signature by dmarting · 7 years ago
- e7af209 Rather than logging the amount of free physical memory on Linux systems, log the amount of *available* physical memory. This includes memory used as cache or buffer that will be evicted if an application requests memory, and is a much more realistic metric of utilization than free memory, which is usually <1% of memory available to the machine. by Googler · 7 years ago
- 93b3e75 Add debug_key attribute to android_binary. by ajmichael · 7 years ago
- dd76465 Refactor CppHelper.mallocForTarget() to allow specifying the name of the by Googler · 7 years ago
- 60be531 Split off SkylarkSemanticsOptions into an immutable class by brandjon · 7 years ago
- 7de7ea0 Could be missing something but I don't think this line of documentation is true anymore. Looks like now each build command instantiates its own BuildTool to work with instead of BlazeRuntime holding a single instance that gets re-used. by juliexxia · 7 years ago
- 842ff41 Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions. by mstaib · 7 years ago
- e1b09f2 Categorize build options for BuildConfiguration. by gregce · 7 years ago
- f8c5520 Remove support for ProtocolBuffers2. by kaipi · 7 years ago
- 0074349 Fix more linter errors by ruperts · 7 years ago
- b6f2440 Remove dead code. by ajmichael · 7 years ago
- 014408e Bugfix: some clients are passing invalid UUIDs as BAZEL_INTERNAL_BUILD_REQUEST_ID. by olaola · 7 years ago
- c43c0ac Fixing displayed retry attempts one-off error, when the error is non-retriable. by olaola · 8 years ago
- 2a46d74 Skylark parser: make the end position of location ranges inclusive. by fzaiser · 8 years ago
- b8d4be0 Documentation fix for 'minimum_os_version' attribute by cparsons · 8 years ago
- aba77dd Put feature arguments after command line options for LTOBackendAction by Googler · 8 years ago
- 04509fa Rewrite LocationExpander by ulfjack · 8 years ago
- c174cc2 Extract Fileset manifest parsing out of SpawnInputExpander by ulfjack · 8 years ago
- af67774 LocationExpander: always require options to be passed in by ulfjack · 8 years ago
- f9a1f6f Make JavaToolchain use the new Expander API by ulfjack · 8 years ago
- 3a35eff Prevent overriding android_library srcless deps configuration value from HostTransition. by jingwen · 8 years ago
- f79ea74 PiperOrigin-RevId: 170539405 by Googler · 8 years ago
- c8098d0 Only create builtins for rules once per PackageFactory by michajlo · 8 years ago
- 6ff77f8 Use intermediate compiled resource symbols for linking rather than static resource library APK's. by Googler · 8 years ago
- ae32398 Don't symlink into the execroot if possible in SymlinkAction: instead, symlink directly to the target artifact. Also offer the option to not provide the package roots to create the execroot: we would like to avoid the execroot if possible. by janakr · 8 years ago
- e1d2e39 Automatic code cleanup. by cushon · 8 years ago
- 4a1c3e5 Switch ExtraActionFactory over to the new Expander interface by ulfjack · 8 years ago
- 8323841 Using only one GetMissingBlobs RPC per action instead of two. by olaola · 8 years ago
- 0786013 Move expansion functionality to a new class by ulfjack · 8 years ago
- 3dc2f54 Fix flakiness of BuildEventServiceTests by ulfjack · 8 years ago
- 65959f5 Pass CppSemantics down to the CppLinkActionBuilder by hlopko · 8 years ago
- ce12973 BEP: correctly report AliasConfiguredTargets by Klaus Aehlig · 8 years ago
- 1bd6733 Making RESOURCE_EXHAUSTED a retriable error, per guideine in: https://cloud.google.com/pubsub/docs/reference/error-codes by olaola · 8 years ago
- e087d31 Move serialization test utilities from test/ to main/ by brandjon · 8 years ago
- 5afd9ee Fix various linter errors by ruperts · 8 years ago
- 910cb54 Add flag to Blaze to double-check correct desugaring in Android deploy.jars by kmb · 8 years ago
- 5cdc4c5 Another stale todo by dslomov · 8 years ago
- 8893c43 Remove compilation and bundling attributes from apple_binary and apple_static_library. by cparsons · 8 years ago
- 6cafc1f Checking both old and new error fields on remote execute operation. by olaola · 8 years ago
- c747e62 Remove stale todo by dslomov · 8 years ago
- 5abc49b Small fixes to android_instrumentation_test. by ajmichael · 8 years ago
- 2317ef8 New depset() API by dslomov · 8 years ago
- b289f11 Use Mutability for Args class. by dslomov · 8 years ago
- 0adb784 Clarify Mutability invariants, refactor some tests by brandjon · 8 years ago
- 650de07 Remove the null lipo context collector from the objc rules, which do not use LIPO. Remove the check that requires a context collector to be present. by cpeyser · 8 years ago
- 90a4a18 Make windows_export_all_symbols feature work for cc_binary by Yun Peng · 8 years ago
- 6ee36ef Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f. by elenairina · 8 years ago
- a16d16a Polish the interface of CppCompileActionBuilder by hlopko · 8 years ago
- 08ff9b8 Make the state in RuleContext explicit by ulfjack · 8 years ago
- 67b7154 Set --experimental_allow_android_library_deps_without_srcs to false by default in AndroidConfiguration. by jingwen · 8 years ago
- 5008b4b Fix comment typo. by gregce · 8 years ago
- e398b25 Expose JavaRuleOutputJarsProvider in java_common.provider, when available. by Googler · 8 years ago
- 42ac567 More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOutputFiles and move implementation to SequencedSkyframeExecutor. by janakr · 8 years ago
- 7855b88 Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchain by cpeyser · 8 years ago
- 272561c Removed unsafe public API methods for mutable types (list/dict) by brandjon · 8 years ago
- 97a2330 Show --experimental_repository_cache in Bazel options : https://github.com/search?q=experimental_repository_cache&type=Issues&utf8=%E2%9C%93) by Jingwen Chen · 8 years ago
- aeb21bc Add required/advertised Skylark providers. by elenairina · 8 years ago
- 988edcb Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstamps by hlopko · 8 years ago
- a5d9512 Mock cc toolchain is registered in module instead of in PlatformOptions. by cpeyser · 8 years ago
- 097eba7 Simplify make variable expansion call sites by ulfjack · 8 years ago
- f58ba40 Rewrite CppHelper linkopts expansion to take a list and return a list by ulfjack · 8 years ago
- 9c445fa Simplify RuleContext API by ulfjack · 8 years ago
- be9a0d0 ExperimentalEventHandler: clean up in afterCommand by Klaus Aehlig · 8 years ago
- ab2fd25 Reorganise the srcs_version attribute of py_binary/py_test/py_library rules: by Googler · 8 years ago
- cba24ab BEP: also report baseline coverage by Klaus Aehlig · 8 years ago
- 78f41da remove unused code for unused aapt flags by ajmichael · 8 years ago
- 7477c7a Adds option bes_keywords BEP publishing. by Googler · 8 years ago
- 77e3a5c Add new option categorization and tagging information to HelpCommand's output. by ccalvarin · 8 years ago
- ccd1b15 Add charset to action key computation of ParameterFileWriteAction. by twerth · 8 years ago
- 659feca Move the canonicalization of an option value to the option value itself. by ccalvarin · 8 years ago
- ee33b63 Add integration tests for android_sdk_repository() and android_ndk_repository() for testing invalid directory path attributes, and improve error descriptiveness. by jingwen · 8 years ago
- 9573a0d Collect action cache hits, misses, and reasons for the misses. by jmmv · 8 years ago
- 940ce20 Ensure that SpawnResults make their way back to the SpawnActions that caused them to be created. by ruperts · 8 years ago
- fb3293c Make UnionFileSystem accept all paths Bazel can throw at it. by ccalvarin · 8 years ago
- d27ed80 Move ExternalPackageUtil to a new lib.repository package and simplify it by ulfjack · 8 years ago
- 4110393 Rollforward change of Java coverage logic. by elenairina · 8 years ago
- 3b0bcd9 Add an option to control building of transitive py_binary runfiles trees. , ) by Benjamin Peterson · 8 years ago
- e69bcce Fix java_stub_template.txt when parsing runfiles with spaces in path. by pcloudy · 8 years ago
- aa8540d Fix end offset of expressions in Skylark parser by fzaiser · 8 years ago
- 926fd29 Improve BES retries. by buchgr · 8 years ago
- 1edcd0f Windows: Add static_link_msvcrt and related features by Yun Peng · 8 years ago
- 56b12b9 Denittize CppModel and CppLinkActionBuilder by hlopko · 8 years ago
- 7e91829 Move --plugin to JavaOptions and remove --plugin_copt. by mstaib · 8 years ago
- 57d4a1e Don't generate the mutability annotation until necessary. by shreyax · 8 years ago