aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/PackageFactory.java
Commit message (Expand)AuthorAge
* Include the list of 'excludes' glob patterns in the error message used when a...Gravatar nharmata2018-01-18
* Fix blaze crashes with running under JDK9.Gravatar tomlu2018-01-17
* Remove some code leftover from back when BUILD file preprocessing was a thing...Gravatar nharmata2017-12-22
* Enable syscall cache and eager sub-directory globbing in AbstractPackageLoader.Gravatar carmi2017-12-20
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Remove the check "Reassignment of builtin" in BUILD files.Gravatar laurentlb2017-11-29
* Fix typo, remove stale commentGravatar brandjon2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Add memory profiler.Gravatar tomlu2017-10-18
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Only create builtins for rules once per PackageFactoryGravatar michajlo2017-10-02
* Delete duplicated definitions for package_name() and repository_name().Gravatar laurentlb2017-09-25
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Cleanup: Remove code related to glob prefetchingGravatar laurentlb2017-06-20
* Disable glob prefetching.Gravatar laurentlb2017-06-20
* Remove unused interface PreprocessorGravatar Klaus Aehlig2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce package_name() function to replace the magic PACKAGE_NAME constant.Gravatar laurentlb2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Remove Preprocessor.ResultGravatar laurentlb2017-04-13
* Remove Preprocessing support from PackageFactoryGravatar laurentlb2017-04-12
* Remove error handling from PreprocessorGravatar laurentlb2017-04-07
* Improve glob prefetching performance by providing a more realistic environment.Gravatar laurentlb2017-03-31
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Global cleanup change.Gravatar Googler2017-01-25
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Cleanup in Environment, remove unused lookup functionGravatar Laurent Le Brun2016-10-27
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05