aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Remove global_whole_archive_open feature from osx crosstoolsGravatar hlopko2018-03-27
* Avoid using ObjectFilePathHelper in CompilationSupport.javaGravatar pcloudy2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Remove FastStringCodecGravatar michajlo2018-03-26
* stub simple core library bridge methods that only differ in return typeGravatar kmb2018-03-26
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Don't assert that configurations are actually equal in ConfiguredTargetAndDat...Gravatar janakr2018-03-26
* Separate out single-extension matching in FileType to reduce garbage.Gravatar janakr2018-03-26
* Enable params files for DexMapper.Gravatar ahumesky2018-03-26
* Fix incorrect int() exampleGravatar brandjon2018-03-26
* Remove final third_party/gtest reference.Gravatar ccalvarin2018-03-26
* Get rid of some more #getConfiguration calls.Gravatar janakr2018-03-26
* Prohibit using Java serialization for protos.Gravatar cpeyser2018-03-26
* Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400.Gravatar janakr2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Add AspectCodec. Can't be @AutoCodec because we don't want to serialize the f...Gravatar janakr2018-03-26
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Redo FileType @AutoCodec: it is risky to assume that all subclasses are total...Gravatar janakr2018-03-26
* During NestedSet deserialization, maintain a list of known children outside ofGravatar cpeyser2018-03-26
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Make a bunch more stuff serializable, especially anonymous classes and lambda...Gravatar janakr2018-03-26
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Add DONE_CHECKING as a reason for requesting nodes.Gravatar shreyax2018-03-26
* Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable ...Gravatar cparsons2018-03-26
* Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests,...Gravatar lberki2018-03-26
* Automated rollback of commit f873447a073c8f7374e9f8a74ae42784df3f80e1.Gravatar twerth2018-03-26
* Remove the unused label //tools/defaults:coverage .Gravatar lberki2018-03-26
* Make "blaze run --direct_run" wrap the command in a shell.Gravatar lberki2018-03-26
* BEP: also report the built artifacts in case of a testGravatar Klaus Aehlig2018-03-26
* Make the script written blaze "blaze run --direct_run --script_path" not over...Gravatar lberki2018-03-26
* @AutoCodec some more classes needed for large Java builds.Gravatar janakr2018-03-25
* @AutoCodec ConfiguredValueCreationException. Not a high priority, but while w...Gravatar janakr2018-03-24
* @AutoCodec SkylarkCustomCommandLine. Includes hack to work around b/76233103.Gravatar janakr2018-03-24
* @AutoCodec ProtoCompileActionBuilder$LazyCommandLineExpansion and $LazyLangPl...Gravatar janakr2018-03-24
* Memoize AspectValue serialization (oops).Gravatar janakr2018-03-24
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* @AutoCodec map functions in ProtoCompileActionBuilder.Gravatar janakr2018-03-23
* Allow AutoValue builder method to have the same name as getter method when us...Gravatar janakr2018-03-23
* Fold in warning and error output into client logging.Gravatar ccalvarin2018-03-23
* @AutoCodec AspectValue.Gravatar janakr2018-03-23
* @AutoCodec SelectorList and SkylarkFileType.Gravatar janakr2018-03-23
* @AutoCodec SkylarkComputedDefaultTemplate and dependencies.Gravatar janakr2018-03-23
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* @AutoCodec JavaRunfilesProvider.Gravatar janakr2018-03-23
* Update javadocs in DependencyResolver.Gravatar mjhalupka2018-03-23
* Re-enable aliasing of CodedInputStream during deserialization, removed as par...Gravatar janakr2018-03-23
* Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction.Gravatar cpeyser2018-03-23
* Expose mergeManifests method in SkylarkGravatar asteinb2018-03-23
* Don't bound the method and field name caches in FuncallExpression.Gravatar nharmata2018-03-23
* Remove synchronization in BazelPackageBuilderHelperForTesting#sanityCheckBaze...Gravatar nharmata2018-03-23