aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/PackageFactory.java
Commit message (Expand)AuthorAge
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Remove glob list from native rulesGravatar laurentlb2018-05-16
* Remove --incompatible_disable_glob_tracking flag.Gravatar laurentlb2018-05-16
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Disallow empty environment groups.Gravatar gregce2018-04-04
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Remove a unused parameter in PackageFactory#evaluateBuildFile().Gravatar lberki2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Make "legacy globber" threads daemon.Gravatar carmi2018-03-19
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Migrate some users of useAst to useLocationGravatar cparsons2018-03-01
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* 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