- fc27996 Mark `eventBus` parameter as `@Nullable`. by jhorvitz · 4 years, 5 months ago
- e92966c Have all Fragment constructors take BuildOptions. by gregce · 4 years, 5 months ago
- e80119a Remove ConfigurationFragmentFactory.requiredOptions(). by gregce · 4 years, 5 months ago
- f9eb698 starlark: remove StarlarkList.Builder by adonovan · 4 years, 5 months ago
- cb9a4b0 Have Fragment definitions directly declare their required options. by gregce · 4 years, 5 months ago
- 51245214 Refactor ShellConfiguration to make Loader logic trivial. by gregce · 4 years, 5 months ago
- 3e38144 Check for null executable when building proto compile lang plugin actions. by jcater · 4 years, 5 months ago
- 88d8187 Remove unused isTestRule for ObjC builds by Keith Smiley · 4 years, 5 months ago
- 181bd1a Use Artifact#getRunfilesPath to expand rootpath and rootpaths vars if --nolegacy_external_runfiles is specified. by Googler · 4 years, 5 months ago
- b2fc64b Remove an unused StarlarkSemantics variable. by Googler · 4 years, 5 months ago
- b1d1485 bazel: flip --incompatible_avoid_conflict_dlls default to true by pcloudy · 4 years, 5 months ago
- cf47f90 Add -install_name when linking shared libraries on macOS by Yannic Bonenberger · 4 years, 5 months ago
- 7acf9ea Use exec-transitions in proto rules by Yannic Bonenberger · 4 years, 5 months ago
- 8fce67f Recurse into //external if --experimental_sibling_repository_layout is set when processing package directories. by Googler · 4 years, 5 months ago
- fe4a680 Remove --incompatible_blacklisted_protos_requires_proto_info by Yannic Bonenberger · 4 years, 5 months ago
- f08819b Add support for params files for darwin by Keith Smiley · 4 years, 5 months ago
- c5ce703 Add the test to cover the NPE bug fixed by #12447. by Googler · 4 years, 5 months ago
- 62e169a getFromFuture will cancel the future by default on InterruptedException by Chi Wang · 4 years, 5 months ago
- a2234c7 starlark: make reversed() accept iterable, not just sequence by adonovan · 4 years, 5 months ago
- c7df294 starlark: change fail to def fail(*args), per spec by adonovan · 4 years, 5 months ago
- 7e8f86d Remove --local_resources. by steinman · 4 years, 5 months ago
- 7e608b5 starlark: eliminate one deprecated EvalException constructor by adonovan · 4 years, 5 months ago
- 1c40d14 Put the parsed WorkResponse objects into workerProcessResponse, rather than a reconstituted InputStream. by larsrc · 4 years, 5 months ago
- d1ad61c Make path-fragment-base-name checking better on Windows: don't allow '\' in the name. by janakr · 4 years, 5 months ago
- c05c1e2 Fix NPE with netrc and disk cache by Keith Smiley · 4 years, 5 months ago
- 4e09243 Add a bit more information to exceptions around dynamic strategy failure. by larsrc · 4 years, 5 months ago
- 9a5f3a5 starlark: more validity checks by adonovan · 4 years, 5 months ago
- 2337b4c Propagate instrumented files for transitive sources of `android_library` and `android_binary` by Googler · 4 years, 5 months ago
- 821d850 bazel runtime: fix cast error in BuildEventStreamer by adonovan · 4 years, 5 months ago
- 2850533 Remove unused implicit dependency to $jacocorunner in Bazel java_test rule. by ilist · 4 years, 5 months ago
- b58650a bazel packages: minor StructProvider clean-ups by adonovan · 4 years, 5 months ago
- a4cc19f Update docs on query --order_output by tanzhengwei · 4 years, 5 months ago
- c19609e Fix broken rules_proto link. by Googler · 4 years, 5 months ago
- 20d7a6d Improve FakeApple to include additional fake data by Andrew Z Allen · 4 years, 5 months ago
- abc4984 Remove import-path guessing from ProtoCompileActionBuilder by Yannic Bonenberger · 4 years, 5 months ago
- faf802a Tolerate null besStreamOptions when crashing. by janakr · 4 years, 5 months ago
- 93090e1 Default genquery somepath to aggregate and output in dependency order. by tanzhengwei · 4 years, 5 months ago
- 02838a1 Avoid the spawn cache if executing dynamically. by larsrc · 4 years, 5 months ago
- 780e27d Prevent reads from this.process when this.process can be async updated. by larsrc · 4 years, 5 months ago
- 16ff212 Modify NetworkTime to call super.onClose in a finally block. by Googler · 4 years, 5 months ago
- c7c7f5f Ensure SettableFutures in remote module are all set. by Chi Wang · 4 years, 5 months ago
- e86e422 Improve an assertion failure message by cushon · 4 years, 5 months ago
- 73402fa bazel: flip --incompatible_restrict_string_escapes default to true by adonovan · 4 years, 5 months ago
- 7a65cad Make WorkerProxy not be a subclass of the singleplex worker, but rather of an abstract superclass. by larsrc · 4 years, 5 months ago
- 6d637f4 Use constraints in global conditions instead of configuration flags. by Ivo List · 4 years, 5 months ago
- 780199d Add target settings attribute to toolchain rule by Ivo List · 4 years, 5 months ago
- 389b62b remote: Include file size in hash-mismatch message by Yannic Bonenberger · 4 years, 5 months ago
- 8f9f83a Remove some dependencies on com.android.* classes from some Bazel code. by ahumesky · 4 years, 5 months ago
- 58b4cd1 Automated rollback of commit ad181455c9bceba02cd7764d89f2f5970dee9b55. by arostovtsev · 4 years, 5 months ago
- 151a323 bazel packages: delete Info.getLocation by adonovan · 4 years, 5 months ago
- dd00046 bazel packages: delete NativeProvider, dematerialize StructImpl.provider by adonovan · 4 years, 5 months ago
- d5d10ca Give multiplex WorkRequests consecutive request_ids instead of just workerid by larsrc · 4 years, 5 months ago
- a4251ea Refactor WorkRequestHandler to be an interface, of which Proto is one implementation. by steinman · 4 years, 5 months ago
- 50013dd Change external source artifact root to $OUTPUT_BASE/external/$REPO. by Googler · 4 years, 5 months ago
- 9a2893d C++: Flip incompatible_require_linker_input_cc_api by plf · 4 years, 5 months ago
- f9f8ce7 Ensure NetworkTime never throw exceptions inside onClose by Chi Wang · 4 years, 5 months ago
- c282526 Release java_tools 10.3 by Ivo List · 4 years, 5 months ago
- 5c92b11 Remove CcNativeLibraryProvider from CcProtoAspect by cmita · 4 years, 5 months ago
- ffdda7d Make ManifestBuilder compatible with --experimental_sibling_repository_layout. by Googler · 4 years, 5 months ago
- b38680a Remove CpuTransformer. by lberki · 4 years, 5 months ago
- 2a70602 Change some interfaces for testing purposes. by jhorvitz · 4 years, 5 months ago
- 74ca288 ensure the gRPC LoggingInterceptor does not throw exceptions where they cannot be handled by Kevin Gessner · 4 years, 5 months ago
- 4941cfc Add --experimental_remote_execution_keepalive option by Chi Wang · 4 years, 5 months ago
- 28c5332 Fix heap size regression in objc linking by arostovtsev · 4 years, 5 months ago
- c45ad13 Prevent starlark alias logic crashing with mangled args by juliexxia · 4 years, 5 months ago
- e208f97 starlark: simplify implementation of dict() and dict.update() by adonovan · 4 years, 5 months ago
- 267bdaa starlark: rename ClassObject to Structure by adonovan · 4 years, 5 months ago
- 14f5315 Automatic code cleanup. by Googler · 4 years, 5 months ago
- 28ed573 starlark: remove Dict.of(K, V) constructors by adonovan · 4 years, 5 months ago
- 7ca5d7d Automated rollback of commit d3fc253a49a00c34408bbaf5378376cbcea1c5c9. by ilist · 4 years, 5 months ago
- c1ae939 Automated rollback of commit c266ac966761c4b3d8a408a03e407505c93effdd. by ilist · 4 years, 5 months ago
- 5c8e584 Move WorkRequestHandler from build jar to Worker package. This is part of the cleanup associated with enabling JSON workers. by steinman · 4 years, 5 months ago
- 0f00b5b BuildEnqueued and InvocationAttemptStarted provide more meaningful event_time values. by adgar · 4 years, 5 months ago
- 362dbeb Allow hyphens in Python package names by brandjon · 4 years, 5 months ago
- 12224e6 Fix "toolchain resolution" link by Googler · 4 years, 5 months ago
- 2f5142d Refactor validation of Python package and source names by brandjon · 4 years, 5 months ago
- 3248d1d Activate the new derived artifact path when --experimental_sibling_repository_layout is set. by Googler · 4 years, 5 months ago
- 16a924a bazel: use Attribute.valueToStarlark not fromJava by adonovan · 4 years, 5 months ago
- 2936202 Use jacocorunner from java_toolchain in Bazel. by ilist · 4 years, 5 months ago
- be134b3 Log when interrupted during error bubbling. Could lead to bugs where lower-level exceptions don't get transformed properly, but hard to know without logs. by janakr · 4 years, 5 months ago
- d3fc253 Add support for params files for darwin by Keith Smiley · 4 years, 5 months ago
- b74f160 starlark: clean up Dict construction by adonovan · 4 years, 5 months ago
- 0c56a06 starlark: add StarlarkList.Builder by adonovan · 4 years, 5 months ago
- 20b0563 Fix incompatible target skipping for skylib's analysistest by Philipp Schrader · 4 years, 5 months ago
- c266ac9 Work towards #12006 Allow exec groups to inherit from the rule or other exec groups by juliexxia · 4 years, 5 months ago
- 24e3b9b API change discussed in https://github.com/bazelbuild/bazel/pull/12006. by juliexxia · 4 years, 5 months ago
- ec921a4 Use `java_toolchain.proguard_allowlister` by cushon · 4 years, 5 months ago
- 53705f6 Flip --incompatible_blacklisted_protos_requires_proto_info by Yannic · 4 years, 5 months ago
- 0c249d5 Use INTERNER to manage canonical instances of source artifact roots. by Googler · 4 years, 5 months ago
- 1d4c43a BE: Update table of contents link ["Make" variable substitution] -> [Use] by Googler · 4 years, 5 months ago
- ac390ca skydoc: add json, proto to skydoc's fake build language by adonovan · 4 years, 5 months ago
- 6fc41bf Filter duplicate libraries from objc fully link by Keith Smiley · 4 years, 5 months ago
- 09d8f14 Extract RemoteExecutionClient from GrpcRemoteExecutor by Chi Wang · 4 years, 5 months ago
- 22ef66b Support databinding when injecting the resource APK from Starlark. by Googler · 4 years, 5 months ago
- fcc2320 Use a more helpful param name. by nharmata · 4 years, 5 months ago
- 78ece42 Add a clarification to the `sibling` parameter of declare_diretory that it must be in the current package. by Googler · 4 years, 5 months ago
- 1872e29 Mark `ExecutionPolicy` as immutable. by ajurkowski · 4 years, 5 months ago
- a445cda Split coverage post-processing into its own spawn by plf · 4 years, 5 months ago
- ad18145 Do not check the return value of Future.cancel() by arostovtsev · 4 years, 5 months ago
- 388e029 Fix create_linker_input doc. by Benjamin Peterson · 4 years, 5 months ago