aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/PackageFactory.java
Commit message (Expand)AuthorAge
* 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
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* 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
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Improve thread pools where we allow idle threads to be reclaimed, by just inc...Gravatar Eric Fellheimer2015-08-17
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Cleanup in PackageFactoryGravatar Laurent Le Brun2015-06-19
* Cleanup in PackageFactory, inline createPackage function.Gravatar Laurent Le Brun2015-06-18
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Add a hidden flag which allows us to set the size of the legacy globbing thre...Gravatar Eric Fellheimer2015-05-22
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Remove Package.AbstractBuilder.Gravatar Han-Wen Nienhuys2015-04-22
* Description redacted.Gravatar Googler2015-03-30
* Skylark: native module is updated.Gravatar Googler2015-03-25
* Skylark: native module is updated with exports_files and package_group.Gravatar Googler2015-03-24
* Skylark: Package environment extensions can register functions with the nativ...Gravatar Googler2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24
* Refactoring: Introduce a new class LValue.Gravatar Laurent Le Brun2015-03-20
* Skylark: Update error message when 'native' module cannot be accessed.Gravatar Laurent Le Brun2015-03-18
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* PackageFactory: cleanup code duplicationGravatar Laurent Le Brun2015-03-18
* Skylark: Improve error message when using native module outside macroGravatar Laurent Le Brun2015-03-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05