aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
...
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Transform StackOverflowError thrown in ArrayCodec into SerializationException...Gravatar janakr2018-04-05
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* Avoids calling getPath() in Artifact.toDetailString().Gravatar shahan2018-04-05
* Fix the definition of Argument in the Skylark specificationGravatar vladmos2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Add codec for Object[]. This may be useful for NestedSetCodec, pushing up so ...Gravatar janakr2018-04-04
* Disallow empty environment groups.Gravatar gregce2018-04-04
* Internal changeGravatar dannark2018-04-04
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Migrate depset.union() and depset.to_list() to SkylarkCallableGravatar cparsons2018-04-04
* Save the lookup and write of the codec index when the object is memoized, as ...Gravatar janakr2018-04-04
* Add option to restrict format strings to %sGravatar brandjon2018-04-04
* Add ObjectCodec for AtomicReference.Gravatar janakr2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* Make the "output files of compilation" file group official.Gravatar lberki2018-04-04
* Disable nested set sharing across multiple nested set deserialization session...Gravatar janakr2018-04-03
* BazelPackageLoader to be invoked on additional tests.Gravatar carmi2018-04-03
* Create BAZEL_DIE macro.Gravatar ccalvarin2018-04-03
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* PiperOrigin-RevId: 191459280Gravatar Googler2018-04-03
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Isolate C++ link build variablesGravatar hlopko2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add stats about cache hits and execution strategies to Bazel's UI.Gravatar Googler2018-04-03
* Add methods to parse resources without assetsGravatar asteinb2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* build and test KeepScanner tool open-sourceGravatar kmb2018-03-30
* Don't test for reference equality of the underlying IOException. It's overkil...Gravatar nharmata2018-03-30
* Improve performance and output of bazel_determinism_test.Gravatar Philipp Wollermann2018-03-30
* Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...Gravatar cparsons2018-03-30
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Make the client's java startup command line list all startup options.Gravatar ccalvarin2018-03-30
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Remove startup JVM version checkGravatar cushon2018-03-29