aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* Allow more characters in labels.Gravatar twerth2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Normalize parameter name commentsGravatar cushon2018-04-27
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Post PatternExpandingError from the skyframe target pattern evaluator as needed.Gravatar Benjamin Peterson2018-03-07
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Replace path implementation.Gravatar tomlu2018-02-08
* Fix error handling in skyframe target pattern parsingGravatar ulfjack2018-02-02
* Introduce Root class.Gravatar tomlu2018-01-17
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Remove the hardcoded exclusion of the top-level //experimental directory. Thi...Gravatar nharmata2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add more assertions about test suite expansion behaviorGravatar Googler2017-11-07
* Add test asserting test_suite exclusion behaviorGravatar Googler2017-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
* Properly report errors as errors.Gravatar nharmata2017-10-16
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Automatic code cleanup.Gravatar cushon2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Move ParsingFailureEvent reporting to TargetPatternFunctionGravatar ulfjack2017-07-18
* Remove ParseFailureListener in favor of posting to EventBus directlyGravatar ulfjack2017-07-18
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Migrate tests to Truth.Gravatar lberki2017-05-29
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05