aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Fix BazelPackageLoader to handle local repositories, and clean up API byGravatar jcater2017-09-01
* Stop printing out Exception class names to the user while usingGravatar kush2017-08-31
* Add check that the exec and target platform labels actually provide a Platfor...Gravatar John Cater2017-08-31
* Error reporting for invalid dynamic configurationsGravatar cparsons2017-08-31
* Stop blaze crash due to a symlink cycle or unbounded expansion encounteredGravatar kush2017-08-30
* Make PackageLookupValue#key(PathFragment) public.Gravatar nharmata2017-08-30
* Change Identifier#boundNames to #boundIdentifiers.Gravatar fzaiser2017-08-28
* Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a.Gravatar janakr2017-08-24
* Request test artifacts to be built in parallel with running the test.Gravatar janakr2017-08-24
* Parallelize target pattern preloading (used by 'blaze query').Gravatar nharmata2017-08-22
* Minor change to the ActionOnIOExceptionReadingBuildFile interface.Gravatar nharmata2017-08-22
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Properly handle some values that can be null in AppleCommandLineOptions.Gravatar janakr2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Open-source Skyframe serialization, and make AppleConfiguration serializable ...Gravatar janakr2017-08-18
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Fix skyframe-native filesets to honor 'excludes' while in a directory traversal.Gravatar kush2017-08-17
* Set a bit in ActionExecutedEvent indicating if a failure occurred before the ...Gravatar janakr2017-08-11
* Pass List<ConfigurationFragmentFactory> to SkyframeExecutor instead of Config...Gravatar gregce2017-08-11
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Remove --experimental_dynamic_configs=off.Gravatar gregce2017-08-10
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Use Sets.new...WithExpectedSize to presize some collectionsGravatar michajlo2017-08-08
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Add a little more context to an error message for when a rule returns the wro...Gravatar Googler2017-08-07
* Micro-optimization for TransitiveBaseTraversalFunctionGravatar michajlo2017-08-07
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Refactor SkyframeExecutor to allow computing universal key through static methodGravatar Googler2017-08-03
* Provide toString() implementation for PrepareDepsOfPatternsValue#TargetPatter...Gravatar Googler2017-08-02
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Fix bug where we incorrectly skip over subdirectories named 'external'. We're...Gravatar mschaller2017-07-27
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* SkyframeActionExecutor.checkOutputs: clarify commentGravatar ulfjack2017-07-26
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Simplify ArtifactFunction: inline missingInputFileGravatar ulfjack2017-07-26
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25