aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Remove obsolete ConfigurationTransition.SPLIT.Gravatar gregce2017-12-28
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Refactor Info classGravatar brandjon2017-12-27
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove some code leftover from back when BUILD file preprocessing was a thing...Gravatar nharmata2017-12-22
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Remove ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Enable syscall cache and eager sub-directory globbing in AbstractPackageLoader.Gravatar carmi2017-12-20
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Don't assume java.home points to a jre/ sub-directoryGravatar cushon2017-12-18
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Remove unused Info constructor argGravatar brandjon2017-12-08
* Automated rollback of commit 337f19cc54e77c45daa1d5f61bf0a8d3daf8268f.Gravatar buchgr2017-12-08
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* Register builtins with RuntimeGravatar brandjon2017-12-07
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Add option to populate selector list in blaze query's proto output.Gravatar twerth2017-12-06
* Flip the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2017-12-06
* Build output files if the build tag filter contains only tags to exclude.Gravatar lberki2017-12-05
* Fix docs for repository_nameGravatar Rodrigo Queiro2017-12-05
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Make Predicate<String> obtainable from RuleClassNamePredicateGravatar Googler2017-12-01
* Do not filter debug messagesGravatar vladmos2017-11-30
* RuleFormatter: Skip Skylark-defined ComputedDefault attributes instead of cra...Gravatar carmi2017-11-29
* Remove the check "Reassignment of builtin" in BUILD files.Gravatar laurentlb2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Fix typo, remove stale commentGravatar brandjon2017-11-28
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Move override check to the createAndOverrideRule functionGravatar Damien Martin-Guillerez2017-11-22
* Add support for negative package specificationsGravatar cushon2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Fix Skylark outputs to properly report errors in template placeholders.Gravatar jcater2017-11-16
* Remove some unused constantsGravatar cushon2017-11-15
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Add getAttributeLocation to AttributeMap and related classes.Gravatar jcater2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Refactor LateBoundDefault to be abstract, in preparation for being subclassed...Gravatar cparsons2017-11-06
* Rename ExternalPackageBuilder into WorkspaceFactoryHelperGravatar Damien Martin-Guillerez2017-10-30
* 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