aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Implement hashCode, equals for TransitiveTraversalValue and related SkyValuesGravatar Mark Schaller2015-08-24
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Fix output of query --output=buildGravatar Laurent Le Brun2015-08-21
* Rollback of commit 0218320f1316b4d25e35abaaa80206237468824d.Gravatar Han-Wen Nienhuys2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-08-20
* Move inline "visibility" PathFragment to a constantGravatar Michajlo Matijkiw2015-08-20
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Memoize RepositoryNamesGravatar Michajlo Matijkiw2015-08-17
* Improve thread pools where we allow idle threads to be reclaimed, by just inc...Gravatar Eric Fellheimer2015-08-17
* Memoize labels for Package deserializationGravatar Michajlo Matijkiw2015-08-14
* Strip down PackageDeserializer#ContextGravatar Michajlo Matijkiw2015-08-14
* Deserialize configured map attributes that share keysGravatar Mark Schaller2015-08-14
* Fix indentation.Gravatar Nathan Harmata2015-08-13
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Avoid duplicate Path --> PathFragment expansion in Package deserialization.Gravatar Eric Fellheimer2015-08-10
* 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