aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* A tiny binary to print all rules in a package, after BUILD macro expansion.Gravatar carmi2018-03-21
* Stop objc_proto_library from returning the generated sources.Gravatar kaipi2018-03-21
* Increase the timeout of SkylarkTests, which should make it no longer flaky.Gravatar cparsons2018-03-21
* Opensource some basic client tests.Gravatar ccalvarin2018-03-21
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* Change error messaging of @SkylarkCallable invocations to match @SkylarkSigna...Gravatar cparsons2018-03-21
* Remove no-op flag 'incompatible_load_argument_is_label'.Gravatar laurentlb2018-03-21
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* Manual rollback of https://github.com/bazelbuild/bazel/commit/5cee7f4afbadf8f...Gravatar hlopko2018-03-21
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* Add a test, verifying that paths within the same repo can be hard-codedGravatar Klaus Aehlig2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Fix bazel_test_test when --local_test_jobs is set in system-wide bazelrc.Gravatar philwo2018-03-21
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Mark //src/test/java/com/google/devtools/build/lib/skylark:SkylarkTests as fl...Gravatar ruperts2018-03-20
* Bug fix to allow timeout errors for remote spawns.Gravatar Googler2018-03-20
* Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is em...Gravatar janakr2018-03-20
* Force @SkylarkCallable Params with defaultValue = "None" to be noneable.Gravatar cparsons2018-03-20
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* runfiles,Python: remove library from @bazel_toolsGravatar Laszlo Csomor2018-03-20
* Allow path options to use user specific pathsGravatar David Ostrovsky2018-03-20
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Plumb support for mounting a sandboxfs instance during a build.Gravatar jmmv2018-03-19
* Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba.Gravatar janakr2018-03-19
* Use ConfiguredTargetAndData in some android tests and pass in the target conf...Gravatar janakr2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-19
* Add tester method that allows us to unconditionally create a TestFunction bui...Gravatar shreyax2018-03-19
* RELNOTES: Allow C++ features to make proto_library emit smaller C++ codeGravatar Googler2018-03-19
* Reflect core library moves in super calls, even in default method stubs. Alw...Gravatar kmb2018-03-16
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Fix remote_execution_test on Ubuntu, broken by https://github.com/bazelbuild...Gravatar olaola2018-03-16
* Propagating remote results, including stdout/err, to Bazel on execution timeo...Gravatar olaola2018-03-16
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Delete 1.2k lines of dead code.Gravatar carmi2018-03-16
* Inline and delete artifactPrefix, which is never assigned.Gravatar carmi2018-03-15
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15
* Remove unused files. Most of the functionality contained in these files has a...Gravatar kaipi2018-03-15
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Clean up whitespace in add_dep messagesGravatar cushon2018-03-15
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15