aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner.Gravatar Ulf Adams2016-11-22
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Cache all previously computed values in SkyQueryEnvironment#beforeEvaluateQue...Gravatar Janak Ramakrishnan2016-11-17
* Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet.Gravatar Janak Ramakrishnan2016-11-17
* Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847.Gravatar Alex Humesky2016-11-17
* Fixes incomplete support for dynamic split transitions in Bazel'sGravatar Greg Estren2016-11-17
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Make TargetPattern evaluation during query evaluation more parallel-friendly ...Gravatar Nathan Harmata2016-11-15
* Cache PerBuildSyscallCache if concurrency level is unchanged.Gravatar Janak Ramakrishnan2016-11-14
* output_group is not a real Skylark provider for aspects, as well as for rules.Gravatar Dmitry Lomov2016-11-11
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Add a mechanism for bounding the number of Packages SkyQueryEnvironment's exp...Gravatar Nathan Harmata2016-11-11
* Add SkylarkAspect to SkylarkRuleContext for aspectsGravatar Dmitry Lomov2016-11-09
* Rollback of commit b91fac3b1f0f5142a906aa12280de936f29fb607.Gravatar Luis Fernando Pino Duque2016-11-09
* Restrict google_glob_information to eclipse_aspect.Gravatar Dmitry Lomov2016-11-08
* Add logging to TimestampGranularityMonitor.Gravatar Julio Merino2016-11-02
* Do not tickle TimestampGranularityMonitor for CONSTANT_METADATA artifacts.Gravatar Julio Merino2016-11-02
* Add experimental flag to stop requiring all transitive modules as inputs.Gravatar Googler2016-10-31
* Fix uses of LocalRepositoryLookupFunction to work with JDK7.Gravatar John Cater2016-10-26
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Add a new concept of failure causesGravatar Klaus Aehlig2016-10-25
* Accept valid relative symlinks in TreeArtifacts.Gravatar Rumou Duan2016-10-25
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Add type arguments for JDK7 build.Gravatar Janak Ramakrishnan2016-10-19
* Per action file caching for input TreeArtifact.Gravatar Rumou Duan2016-10-19
* Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.Gravatar Nathan Harmata2016-10-18
* Don't bother getting the not-real FileStateValue for a path whose parent does...Gravatar Nathan Harmata2016-10-18
* Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.Gravatar Nathan Harmata2016-10-17
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Slight refactor of ExternalFilesHelper:Gravatar Nathan Harmata2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* When requesting all transitive traversal values recursively, request packages...Gravatar Janak Ramakrishnan2016-10-12
* Minor cleanupGravatar Laurent Le Brun2016-10-11
* Fix bug(s) with Skylark import cycles: we assumed that a package that failed ...Gravatar Janak Ramakrishnan2016-10-11
* When inlining imports, avoid visiting Skylark files multiple times that are l...Gravatar Janak Ramakrishnan2016-10-11
* Post the expansion of a target pattern on the event streamGravatar Klaus Aehlig2016-10-10
* Add a method in MetadataHandler to retrieve contained artifacts from TreeArti...Gravatar Rumou Duan2016-10-07
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05
* Lazily evaluate hash codes for ConfiguredTargetFunction#AttributeAndLabel.Gravatar Greg Estren2016-09-30
* ConfiguredTargetFunction#getDynamicConfigurations: halve the number of Attrib...Gravatar Greg Estren2016-09-30
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29