aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Remove dead codeGravatar Kristina Chodorow2015-08-06
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Annotate AspectDefinition.attributeAspect @SafeVarargs to suppress warnings.Gravatar Ulf Adams2015-08-05
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Add the default BUILD language functions to the WORKSPACE fileGravatar Damien Martin-Guillerez2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Reduce by 3x number of calls to LexerLocation lookups in package serialization.Gravatar Eric Fellheimer2015-07-29
* Add getter for RepositoryName#nameGravatar Michajlo Matijkiw2015-07-28
* Make default values of attributes point to the main repository.Gravatar Lukacs Berki2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Make the creation of the external package much simpler.Gravatar Lukacs Berki2015-07-23
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Disallow Skylark implicit outputs from referencing attributesGravatar Greg Estren2015-07-13
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Rollback of commit 4dbd628dc1384e5dce8c036e2b6bf93dd974bf04.Gravatar Mark Schaller2015-07-08
* Skylark: Fixed a bug where set.union() was erroneously seen as a global functionGravatar Florian Weikert2015-07-08
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-08
* Sort dict keys before transforming into ImmutableMap.Gravatar Han-Wen Nienhuys2015-07-07
* Allow Skylark rules to be private.Gravatar Laurent Le Brun2015-07-07
* Make absolute labels in remote repositories refer to the same repository by d...Gravatar Lukacs Berki2015-07-07
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Allow / in repository namesGravatar Kristina Chodorow2015-06-29
* Refactor the legacy globbing thread pool to make use of more modern concurren...Gravatar Eric Fellheimer2015-06-29
* Skylark: Glob argument is exclude, not excludesGravatar Laurent Le Brun2015-06-29
* Skylark: re-implemented String#format(), which has the following effects:Gravatar Florian Weikert2015-06-29
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
* rsplit's separator is now being parsed literally. As a result, special regex ...Gravatar Florian Weikert2015-06-23
* Error message when attribute is of the wrong type is misleadingGravatar Laurent Le Brun2015-06-23
* Stop "no generating action" exceptions for configurableGravatar Greg Estren2015-06-19
* Cleanup in PackageFactoryGravatar Laurent Le Brun2015-06-19
* Cleanup in PackageFactory, inline createPackage function.Gravatar Laurent Le Brun2015-06-18
* Allow repository rules to provide default bindings for external labels.Gravatar Lukacs Berki2015-06-18
* Skylark: Fix access to undefined label attribute in computed outputs.Gravatar Laurent Le Brun2015-06-17
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Skylark: make ConversionException an EvalExceptionGravatar Francois-Rene Rideau2015-06-12
* Description redacted.Gravatar Lukacs Berki2015-06-10
* Skylark: implemented set.union()Gravatar Florian Weikert2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Make it possible to put the Crosstool proto in BUILD files.Gravatar Lukacs Berki2015-06-09
* Log invalid rule class names on deserializationGravatar Mark Schaller2015-06-09
* Log exceptions deserializing PackagesGravatar Michajlo Matijkiw2015-06-09