index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
PackageFunction.java
Commit message (
Expand
)
Author
Age
*
Add @Nullable annotations to PackageFunction#progressReceiver.
Janak Ramakrishnan
2017-02-13
*
Introduce a new SkyValue that merely contains the workspace name. The workspa...
Nathan Harmata
2017-02-09
*
Fix error handling in WorkspaceFile/WorkspaceAST
Kristina Chodorow
2017-01-30
*
Provide Skylark imports, even if the package has some errors.
Laurent Le Brun
2017-01-05
*
Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.
Nathan Harmata
2016-10-18
*
Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.
Nathan Harmata
2016-10-17
*
Slight refactor of ExternalFilesHelper:
Nathan Harmata
2016-10-14
*
When inlining imports, avoid visiting Skylark files multiple times that are l...
Janak Ramakrishnan
2016-10-11
*
Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...
Nathan Harmata
2016-08-23
*
Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.
Tobias Werth
2016-08-23
*
RELNOTES: The string list returned by the skylark 'glob' function is now sort...
Nathan Harmata
2016-08-18
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...
John Cater
2016-08-03
*
Rename some PackageId and RepositoryName fields/methods in prep for deep exec...
Kristina Chodorow
2016-07-28
*
Sort the results returned by the HybridGlobber if we are using results from S...
Janak Ramakrishnan
2016-07-19
*
Don't treat *OutsidePackageRootsException as normal IOExceptions in PackageFu...
Janak Ramakrishnan
2016-06-24
*
Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...
Janak Ramakrishnan
2016-06-23
*
Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...
Nathan Harmata
2016-06-07
*
experimental UI: track touched packages during loading/analysis
Klaus Aehlig
2016-05-30
*
Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c078...
Nathan Harmata
2016-05-25
*
Introduce Label.EXTERNAL_PACKAGE_FILE_NAME as a convenience. Note that we alr...
Nathan Harmata
2016-04-27
*
Make NoSuchTargetException a concrete class. Removed BadWorkspaceFileExceptio...
Googler
2016-04-12
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
Fix glob performance regression introduced by commit 3a95f353704dc2f7061e2c07...
Nathan Harmata
2016-03-17
*
Add an intermediate SkyFunction for resolving the external package
Damien Martin-Guillerez
2016-02-07
*
Use a clever hybrid approach for evaluating globs during package loading: fir...
Nathan Harmata
2016-02-05
*
Move the Globber interface into its own file.
Nathan Harmata
2016-02-05
*
Have GlobFunction make use of the assumption that the glob's package exists b...
Nathan Harmata
2016-02-04
*
Fix "put the colon here" message for non-default repositories.
Brian Silverman
2016-02-02
*
Clear up some confusion about glob prefetching (the old comment was wrong). A...
Nathan Harmata
2016-01-29
*
Disallow loads from external repos in WORKSPACE files. Currently, attempting ...
John Field
2016-01-18
*
Enable label-based Skylark loading. In particular, such labels may reference ...
John Field
2015-12-22
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Shuffle around all the constants related to the name of the //external packag...
Lukacs Berki
2015-12-10
*
Enable load() statement in the WORKSPACE file.
Damien Martin-Guillerez
2015-11-30
*
Use Labels, rather than PathFragments, to represent Skylark loads internally....
John Field
2015-11-13
*
Include the Globber in the PackageFunction AstAfterPreprocessing cache. Other...
Nathan Harmata
2015-11-12
*
Change the preprocessor interface to take the byte[] contents of the BUILD fi...
Nathan Harmata
2015-10-21
*
Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...
Nathan Harmata
2015-10-21
*
Make bazel not require a tools/defaults/BUILD file.
Lukacs Berki
2015-10-19
*
Avoid some Skyframe restarts.
Nathan Harmata
2015-10-19
*
Brief audit of singleton SkyValues
Michajlo Matijkiw
2015-10-19
*
Cache BUILD file AST parsing results instead of preprocessing results (the fo...
Nathan Harmata
2015-10-16
*
Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...
Lukacs Berki
2015-10-16
*
Only open and read the BUILD file when we don't have a cached preprocessing r...
Nathan Harmata
2015-10-13
*
Fix PackageFunction#loadPackage preprocessing result cache memory leak on err...
Nathan Harmata
2015-10-13
*
Track skylark import cycles in terms of PackageIdentifiers
Michajlo Matijkiw
2015-10-12
*
Make it possible to load the tools/defaults package without a BUILD file pres...
Lukacs Berki
2015-10-09
*
Partially revert []: move the tools/defaults package back to the main reposit...
Lukacs Berki
2015-10-07
*
Intern PackageIdentifiers as a memory optimization.
Miguel Alcon Pinto
2015-10-01
[next]