aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Fix crash on deserializing INTEGER_LIST attributes in packages.Gravatar Eric Fellheimer2015-09-02
* Inject the prelude path through the rule class provider.Gravatar Ulf Adams2015-09-01
* Make full location serialization for packages optionalGravatar Michajlo Matijkiw2015-08-31
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Don't unnecessarily concatenate Strings just for an error message in an Illeg...Gravatar Nathan Harmata2015-08-28
* Presize the LinkedHashSet to which we add glob results.Gravatar Nathan Harmata2015-08-28
* Avoid internal resizing when converting ListType.Gravatar Eric Fellheimer2015-08-28
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Avoid repeated copies of RuleClass attributes.Gravatar Eric Fellheimer2015-08-28
* Verify values for selects in attributes with allowed values.Gravatar Michael Staib2015-08-28
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Lock down the requirement of fragment declaration.Gravatar Ulf Adams2015-08-26
* Do not consider //external: a repository-local reference.Gravatar Lukacs Berki2015-08-25
* 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