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
/
EnvironmentBackedRecursivePackageProvider.java
Commit message (
Expand
)
Author
Age
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
Parse the workspace name when a repository is loaded
Kristina Chodorow
2016-01-29
*
Move RepositoryName to its own top-level class
Kristina Chodorow
2016-01-26
*
Add bulk package lookup for use during target pattern resolution.
Eric Fellheimer
2016-01-04
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Make recursive package wildcards work in remote repositories.
Lukacs Berki
2015-10-15
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Thread the repository name all the way from TargetPatternResolver to Recursiv...
Lukacs Berki
2015-09-22
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Stop throwing an exception if a Package was successfully created but contains...
Janak Ramakrishnan
2015-09-17
*
Move PackageIdentifier to cmdline
Kristina Chodorow
2015-08-31
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-08
*
Rollback of accidentally submitted change.
Lukacs Berki
2015-07-07
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-07
*
Extract, reuse excluded directory assertion
Mark Schaller
2015-06-23
*
Make MissingDepException static
Mark Schaller
2015-06-23
*
Properly handle exceptions that RecursivePkgFunction can encounter, instead o...
Janak Ramakrishnan
2015-06-03
*
Teach skyframe about excluded directories, paths
Mark Schaller
2015-05-21
*
On-the-fly target pattern resolution in SkyQueryEnvironment
Mark Schaller
2015-03-18