aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Stop passing location of testdata as jvm property.Gravatar ajmichael2018-04-06
* Remove die() and replace it with BAZEL_DIE, part of the logging framework.Gravatar ccalvarin2018-04-06
* DynamicCodec emits a trail of type names when it encounters NoSuchCodecExcept...Gravatar shahan2018-04-06
* Cleanup use of Artifact.getPath() in AndroidResources.Gravatar shahan2018-04-06
* Delete dead codeGravatar carmi2018-04-06
* Cleanup Artifact.getPath() usage from ResourceFilterFactoryGravatar shahan2018-04-06
* Disallow undefined configs by default.Gravatar ccalvarin2018-04-06
* Add a new test environment variable, TEST_TARGET.Gravatar John Cater2018-04-06
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* Prepare the file system before executing tests with --direct_run.Gravatar lberki2018-04-06
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Ensure arguments for repository rules are available earlyGravatar Klaus Aehlig2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-05
* Make DynamicCodec always memoize. Since it replaces Java serialization, which...Gravatar janakr2018-04-05
* Tolerate empty bootclasspaths in javac-turbineGravatar cushon2018-04-05
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Cleanup Artifact.getPath() call from ActionExecutionException.Gravatar shahan2018-04-05
* Use @AutoCodec for NestedSet serialization.Gravatar janakr2018-04-05
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Transform StackOverflowError thrown in ArrayCodec into SerializationException...Gravatar janakr2018-04-05
* Fix check-then-act race for some function potentially returning multiple targ...Gravatar shreyax2018-04-05
* Cleanup unneeded Artifact.getPath() call in ResourceFilterFactoryGravatar shahan2018-04-05
* Introduces a SourceArtifact type.Gravatar shahan2018-04-05
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Error out gracefully instead of crashing blaze when --output=transitions is u...Gravatar juliexxia2018-04-05
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* Expose build file label retrieval as a protected member.Gravatar shreyax2018-04-05
* Refactor CcToolchainFeatures$Variables to not create a map in the case of a s...Gravatar janakr2018-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
* Make code much easier to read without misleading variable name and negation.Gravatar twerth2018-04-05
* Add codec for Object[]. This may be useful for NestedSetCodec, pushing up so ...Gravatar janakr2018-04-04
* Remove obsolete comment about Java 6 on android_binary.Gravatar ajmichael2018-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
* Remove some deprecated resources flags.Gravatar ajmichael2018-04-04
* Add ObjectCodec for AtomicReference.Gravatar janakr2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Fix crash from mobile-install with --device but no --adb_args.Gravatar ajmichael2018-04-04
* Delete unused method.Gravatar twerth2018-04-04
* Add a getTargetOS() method for compatibility with things internal to GoogleGravatar Googler2018-04-04
* C++: Migrate CppRunfilesProvider to new provider styleGravatar plf2018-04-04
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04