aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/PackageFactory.java
Commit message (Expand)AuthorAge
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Fix wrong Skylark documentation for environment_group.Gravatar Greg Estren2016-05-05
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Use a clever hybrid approach for evaluating globs during package loading: fir...Gravatar Nathan Harmata2016-02-05
* Move the Globber interface into its own file.Gravatar Nathan Harmata2016-02-05
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Clear up some confusion about glob prefetching (the old comment was wrong). A...Gravatar Nathan Harmata2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Describe some of the more likely license typesGravatar Kristina Chodorow2016-01-27
* Return opaque value for native.rule() on a select() statement.Gravatar Han-Wen Nienhuys2016-01-27
* Raise error if we find an unknown type in native.rule().Gravatar Han-Wen Nienhuys2016-01-21
* Add native.rule(NAME), which returns the attributes of a previously defined r...Gravatar Han-Wen Nienhuys2016-01-15
* For native rule classes, (de)serialize only explicit attrsGravatar Mark Schaller2016-01-14
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Include the Globber in the PackageFunction AstAfterPreprocessing cache. Other...Gravatar Nathan Harmata2015-11-12
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Cache BUILD file AST parsing results instead of preprocessing results (the fo...Gravatar Nathan Harmata2015-10-16
* Add a __workspace_dir__ variable alongside of __embedded_dir__ in the namespa...Gravatar Lukacs Berki2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Get rid of transient errors during preprocessing and throw IOExceptions inste...Gravatar Janak Ramakrishnan2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rewrite the preprocessor infrastructure to return events as part of the result.Gravatar Ulf Adams2015-09-09
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Inject the default runfiles prefix from the rule class provider.Gravatar Ulf Adams2015-09-04