aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Fix wrapping of GlobList into SkylarkListGravatar Francois-Rene Rideau2016-02-01
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* RELNOTES[INC]: Remove JAVAC "Make" variableGravatar Liam Miller-Cushon2016-02-01
* Add test for side-effecting a list contained in a dictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Rollback of commit e379f28f464faacc4db21f4fed3a48fa6d4d23f0.Gravatar Googler2016-01-29
* Clear up some confusion about glob prefetching (the old comment was wrong). A...Gravatar Nathan Harmata2016-01-29
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Refactor DependencyResolver to collect and return loading errors.Gravatar Ulf Adams2016-01-28
* Resolve repository-relative labels within the current repositoryGravatar Kristina Chodorow2016-01-28
* Rename native.rule and native.rules to {existing_rule,existing_rules}Gravatar Han-Wen Nienhuys2016-01-28
* Intern IntVersions.Gravatar Janak Ramakrishnan2016-01-28
* Ensure repository names are valid workspace namesGravatar Kristina Chodorow2016-01-28
* Fix SkyframeBuilder's error handling, and change the contract of EvaluationRe...Gravatar Janak Ramakrishnan2016-01-28
* Fix: return an error from the analysis phase with keep_going in error cases.Gravatar Ulf Adams2016-01-27
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* Convert skylark rules and tests to use _ in repo namesGravatar Kristina Chodorow2016-01-27
* Make local-jdk conform to workspace name rulesGravatar Kristina Chodorow2016-01-27
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Return opaque value for native.rule() on a select() statement.Gravatar Han-Wen Nienhuys2016-01-27
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Separate runfiles middlemen into two layers: one that is a middleman for the ...Gravatar Lukacs Berki2016-01-26
* RELNOTES[INC]: Set stamping to false by default (i.e., --nostamp)Gravatar Damien Martin-Guillerez2016-01-26
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898.Gravatar Ulf Adams2016-01-25
* Add test coverage that failures and printed errors are consistent.Gravatar Ulf Adams2016-01-25
* Always generate a workspace name for new repositoriesGravatar Kristina Chodorow2016-01-25
* Make select() statements in remote repositories with selector labels pointing...Gravatar Lukacs Berki2016-01-25
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-01-22
* Restore the test for analysis root cause reporting.Gravatar Ulf Adams2016-01-22
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Add test case to SingleBuildFileCache for unreadable filesGravatar Michajlo Matijkiw2016-01-22
* Fix NullPointerException in DelegatingWalkableGraphGravatar Damien Martin-Guillerez2016-01-22
* Improve space efficiency of Blaze action cache: For actions that don't perfor...Gravatar Eric Fellheimer2016-01-22
* Raise error if we find an unknown type in native.rule().Gravatar Han-Wen Nienhuys2016-01-21
* Copy output files out of the sandbox even when the action failed.Gravatar Philipp Wollermann2016-01-21
* Fix extra_actions with sandboxing.Gravatar Brian Silverman2016-01-21
* Perform package loading in parallel with transitive target visitation. This i...Gravatar Janak Ramakrishnan2016-01-21
* Enforce aspect configuration fragment specification when present.Gravatar Michael Staib2016-01-21
* Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Respect maven excludes and separate build rules.Gravatar Stein Eldar Johnsen2016-01-21
* Add a Java property to influence symlinking strategy so that we can test what...Gravatar Lukacs Berki2016-01-20
* Allow empty go_prefix.Gravatar Han-Wen Nienhuys2016-01-20
* Fix a couple of bugs related to error handling for top-level aspects.Gravatar Ulf Adams2016-01-20