aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Allow Skylark rules to be private.Gravatar Laurent Le Brun2015-07-07
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* MethodLibraryTest: Implemented an alternative approach that reduces duplicate...Gravatar Florian Weikert2015-07-01
* Printer can be configured to use single quotation marks instead of double quo...Gravatar Florian Weikert2015-07-01
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Test for the correct exception in FilesystemUtilsTest.Gravatar Philipp Wollermann2015-06-30
* Fix "crashes with "Aborted" and no other useful errors on EPERM".Gravatar Philipp Wollermann2015-06-30
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Remove all traces of --java_cpu.Gravatar Lukacs Berki2015-06-30
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Deflake GlobTest dealing with glob interruption. Do not assume that an interr...Gravatar Eric Fellheimer2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Rollback of commit 6f049bb19941b89d16364b26cca66aae09f9cb42.Gravatar Nathan Harmata2015-06-26
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Allow repository rules to provide default bindings for external labels.Gravatar Lukacs Berki2015-06-18
* Skylark: Allow variable reassignment to change the type of a variable.Gravatar Laurent Le Brun2015-06-18
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* This CL adds the android_binary rule to Bazel. Gravatar Lukacs Berki2015-06-16
* Fix NullPointerException in parser.Gravatar Laurent Le Brun2015-06-16
* Skylark: Forbid break/continue in BUILD files.Gravatar Laurent Le Brun2015-06-16
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Introduce a simple concurrent Multimap-like data structure with reference cou...Gravatar Nathan Harmata2015-06-16
* Undo development-only change to the number of threads in test that mistakenly...Gravatar Nathan Harmata2015-06-16
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Introduce CompositeRunfilesSupplierGravatar Michajlo Matijkiw2015-06-15
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Skylark: First argument of load() may no longer start with two slashes ("//")Gravatar Florian Weikert2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Minor refactoring of TestFileOutErr.Gravatar Eric Fellheimer2015-06-12
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* A minor refactoring.Gravatar Lukacs Berki2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Description redacted.Gravatar Rumou Duan2015-06-05
* Ignore relative entries in SearchPath.Gravatar Han-Wen Nienhuys2015-06-03
* Add vfs.SearchPath for searching binaries.Gravatar Han-Wen Nienhuys2015-06-03
* Slight refactoring of readdir().Gravatar Eric Fellheimer2015-06-03
* Remove compatible_with / restricted_to attributes from ruleGravatar Greg Estren2015-06-03
* Keep host dependencies exempt from constraint checkingGravatar Greg Estren2015-06-03
* Forbid **kwargs and *args in BUILD files.Gravatar Laurent Le Brun2015-05-27
* Skylark: File object can now retrieve dirname/basename.Gravatar Googler2015-05-27
* Filter out middleman artifacts in RunfilesSupplierImplGravatar Michajlo Matijkiw2015-05-27