aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Add registration of execution platformsGravatar John Cater2018-01-22
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Add a way for BaseCodecs to register association with subtypesGravatar brandjon2018-01-18
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Include the list of 'excludes' glob patterns in the error message used when a...Gravatar nharmata2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Fix blaze crashes with running under JDK9.Gravatar tomlu2018-01-17
* Encapsulate SkylarkInfo layouts in a classGravatar brandjon2018-01-12
* PiperOrigin-RevId: 181797878Gravatar Googler2018-01-12
* Honor repository when checking for conflictsGravatar Klaus Aehlig2018-01-12
* Move custom err msg functionality from Info to SkylarkInfoGravatar brandjon2018-01-11
* Adds a CODECs for Package and PackageValue.Gravatar shahan2018-01-11
* Refactor SkylarkInfo constructorsGravatar brandjon2018-01-11
* Info-related cleanupsGravatar brandjon2018-01-10
* 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