aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PackageFunction.java
Commit message (Expand)AuthorAge
* Introduce option flag experimental_enable_tools_defaults_package.Gravatar dbabkin2018-07-23
* As a slight optimization in PackageFunction, treat as PERSISTENT any io error...Gravatar nharmata2018-07-20
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Remove comment about legacy package loading.Gravatar dannark2018-05-21
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Fix PackageFunction's call to Package.Builder.Helper#onLoadingComplete to passGravatar nharmata2018-03-07
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Properly error when environment_group references non-existent targets.Gravatar gregce2018-02-15
* Replace path implementation.Gravatar tomlu2018-02-08
* Introduce Root class.Gravatar tomlu2018-01-17
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Tell PackageFunction if it will never be used to do incremental package loadi...Gravatar nharmata2017-12-22
* Remove some code leftover from back when BUILD file preprocessing was a thing...Gravatar nharmata2017-12-22
* look for the prelude in each repository (fixes #1673)Gravatar Kevin Gessner2017-12-19
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Drive-by clean-up: Make it slightly more obvious that one of the PackageFunct...Gravatar shreyax2017-09-12
* Minor change to the ActionOnIOExceptionReadingBuildFile interface.Gravatar nharmata2017-08-22
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Remove unused interface PreprocessorGravatar Klaus Aehlig2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Include the root cause IOException in the BuildFileContainsErrorsException th...Gravatar nharmata2017-06-05
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Remove Preprocessor.ResultGravatar laurentlb2017-04-13
* Remove Preprocessing support from PackageFactoryGravatar laurentlb2017-04-12
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Add @Nullable annotations to PackageFunction#progressReceiver.Gravatar Janak Ramakrishnan2017-02-13
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Fix error handling in WorkspaceFile/WorkspaceASTGravatar Kristina Chodorow2017-01-30
* Provide Skylark imports, even if the package has some errors.Gravatar Laurent Le Brun2017-01-05
* Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.Gravatar Nathan Harmata2016-10-18
* Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.Gravatar Nathan Harmata2016-10-17