aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/collect
Commit message (Expand)AuthorAge
...
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Add memory-efficient map for storing nested set -> digest.Gravatar tomlu2018-01-31
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Serializer implementation for NestedSetGravatar shahan2018-01-25
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Support nested set serialization.Gravatar tomlu2017-11-27
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* PolishingGravatar Jonathan Bluett-Duncan2017-09-05
* Deprecate old ordering names for depsetsGravatar vladmos2017-08-10
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Clarify commentGravatar brandjon2017-05-03
* Avoid calls to NestedSetBuilder#addAll(NestedSet)Gravatar cushon2017-04-10
* Add a class providing a view of a NestedSetGravatar Klaus Aehlig2017-04-06
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Avoid expanding NestedSets in IterablesChain BuilderGravatar Michajlo Matijkiw2017-03-14
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Add new names for depset traversal ordersGravatar Jon Brandvein2017-01-20
* Refactor NestedSetBuilderGravatar Jon Brandvein2017-01-13
* Short-circuit visitation of empty nested sets, reinstating the spirit of comm...Gravatar Eric Fellheimer2016-06-27
* --Gravatar Carmi Grushko2016-06-24
* Restore comments documenting the NestedSet orderings (accidentallyGravatar Googler2016-06-20
* Description redacted.Gravatar Googler2016-06-16
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Refactor createExtraActionProvider to not require mandatoryStampFiles, which ...Gravatar Carmi Grushko2015-11-13
* Reduce memory churn when expanding many nested sets: Use compact hashset for ...Gravatar Eric Fellheimer2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Refactor Type.getLabels() so that instead of collecting labels, it flattens c...Gravatar Lukacs Berki2015-09-17
* Optimize empty nested sets of errors / warnings during Skyframe evaluation.Gravatar Eric Fellheimer2015-09-08
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Add pointers to NestedSet order docs.Gravatar Han-Wen Nienhuys2015-06-17
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Fix the example usage for CompileOrderExpander.Gravatar Michael Staib2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Fix or suppress warnings in Blaze code. #fixitGravatar Laszlo Csomor2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25