aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Support nested set serialization.Gravatar tomlu2017-11-27
* Fix bug in SkyQuery's 'rbuildfiles' implementation where we were incorrectly ...Gravatar nharmata2017-11-27
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Remove the hardcoded exclusion of the top-level //experimental directory. Thi...Gravatar nharmata2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Update GlobFunction to check for subdirectories crossing into a local reposit...Gravatar John Cater2017-11-20
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove least important argument to 5+ arg Preconditions#checkState/checkNotNull.Gravatar tomlu2017-11-08
* Prefer catastrophic action execution exceptions to non-catastrophic ones. Thi...Gravatar janakr2017-11-07
* Add more assertions about test suite expansion behaviorGravatar Googler2017-11-07
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Don't require --keep_going to discard graph edges. It's unnecessary.Gravatar janakr2017-11-02
* Fix bug where all three implementations of RecursivePackageProvider#getPackag...Gravatar nharmata2017-10-31
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Reset evaluator eagerly when incremental state changes. And add a regression ...Gravatar janakr2017-10-24
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Automatic code cleanup.Gravatar cushon2017-10-23
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Internal changeGravatar twerth2017-10-18
* Add memory profiler.Gravatar tomlu2017-10-18
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Fall back on basic StringCodec if FastStringCodec isn't availableGravatar michajlo2017-10-18
* Properly report errors as errors.Gravatar nharmata2017-10-16
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Expose ActionLogBufferPathGenerator in SkyframeExecutor.Gravatar janakr2017-10-12
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* PackageLoader.loadPackages() tolerates duplicates in the list of packages to ...Gravatar carmi2017-10-06
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Automatic code cleanup.Gravatar cushon2017-09-29
* Move serialization test utilities from test/ to main/Gravatar brandjon2017-09-29
* More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOut...Gravatar janakr2017-09-28
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26