aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Refactor the loading phase runner creation and remove the test duplication.Gravatar Ulf Adams2015-11-06
* Add a TODO for a known dynamic configuration problem: hostGravatar Greg Estren2015-11-06
* Implement the offset for the new skyframe-based LoadingPhaseRunner.Gravatar Ulf Adams2015-11-05
* Increase the concurrency level of the filesystem call caches used in legacy p...Gravatar Nathan Harmata2015-11-05
* Pass AspectWithParameters instead of separately passing AspectParameters and ...Gravatar Carmi Grushko2015-11-04
* Post preliminary events so it doesn't crash outright.Gravatar Ulf Adams2015-11-04
* Add a skyframe-based loading phase runner hidden behind a compile-time const.Gravatar Ulf Adams2015-11-03
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Disable --watchfs on OSX in preparation for enabling it by default.Gravatar Ulf Adams2015-10-28
* Visibility adjustmentsGravatar Michajlo Matijkiw2015-10-28
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* Share SkyKey interning between evaluation and deserialization.Gravatar Eric Fellheimer2015-10-27
* Avoid unbounded growth in the GlobFunction cache. The cache is now given a ma...Gravatar Eric Fellheimer2015-10-27
* Inline TargetMarker in TransitiveTraversalFunctionGravatar Mark Schaller2015-10-23
* Memoize TRANSITIVE_TRAVERSAL nodes to save memory.Gravatar Miguel Alcon Pinto2015-10-22
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Retain first error message during transitive traversalGravatar Mark Schaller2015-10-22
* Narrow return type of ContainingPackageLookupValue.withContainingPackageGravatar Michajlo Matijkiw2015-10-22
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Use a sorted set for the test suite expansion key to prevent non-determinism.Gravatar Ulf Adams2015-10-20
* Fix two uses of generics that are causing errors in Eclipse for me.Gravatar Ulf Adams2015-10-19
* Implement the test suite expansion after target pattern evaluation.Gravatar Ulf Adams2015-10-19
* Make bazel not require a tools/defaults/BUILD file.Gravatar Lukacs Berki2015-10-19
* Avoid some Skyframe restarts.Gravatar Nathan Harmata2015-10-19
* Brief audit of singleton SkyValuesGravatar Michajlo Matijkiw2015-10-19
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Stop filtering when returning root causes -- the filter is always true, since...Gravatar Janak Ramakrishnan2015-10-16
* Cache BUILD file AST parsing results instead of preprocessing results (the fo...Gravatar Nathan Harmata2015-10-16
* Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...Gravatar Lukacs Berki2015-10-16
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Verify order of NestedSets wrapped by GlobValueGravatar Michajlo Matijkiw2015-10-15
* Avoid an unnecessary sorted copy: We add the result of this call to a Set. No...Gravatar Eric Fellheimer2015-10-15
* Pass PackageIdentifier through a bit more code in target parsing in preparati...Gravatar Lukacs Berki2015-10-14
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14
* Only open and read the BUILD file when we don't have a cached preprocessing r...Gravatar Nathan Harmata2015-10-13
* Make the /... recursive package target wildcard traverse symlinks.Gravatar Lukacs Berki2015-10-13
* Fix PackageFunction#loadPackage preprocessing result cache memory leak on err...Gravatar Nathan Harmata2015-10-13
* Automated [] rollback of [] + merge with []Gravatar Nathan Harmata2015-10-13
* Make SkyFunctions.SKYLARK_IMPORT_CYLCE publicGravatar Michajlo Matijkiw2015-10-13
* Refactor cycle related skyvalues to use shared empty valueGravatar Michajlo Matijkiw2015-10-13