aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* refactor: remove unnecessary Enums from ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: mv LocationExpander.Options to ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* bazel: s/ctx.run()/ctx.actions.run()/Gravatar Googler2017-11-27
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* SOURCE_DATE_EPOCH environment variable override the timestampGravatar Damien Martin-Guillerez2017-11-21
* Remove outdated javadoc parameter.Gravatar gregce2017-11-16
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Documentation for aspects-on-aspects.Gravatar Dmitry Lomov2017-11-14
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Allow 'runs_per_test' to be overridden.Gravatar Googler2017-11-13
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Add getAttributeLocation to AttributeMap and related classes.Gravatar jcater2017-11-10
* Fix TopLevelConstraintSemantics to ignore targets that explicitly ignore cons...Gravatar John Cater2017-11-10
* Ban middlemen from runfiles artifacts.Gravatar Benjamin Peterson2017-11-10
* Remove :foundation from the export list of :packages.Gravatar tomlu2017-11-09
* Rollback "Switch ExtraActionFactory and GenRuleBase to the Expander API" due ...Gravatar cparsons2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Finish making --auto_cpu_environment_group non-experimental.Gravatar jcater2017-11-09
* Fix name of DexArchiveAspect in AspectCollection javadoc.Gravatar ajmichael2017-11-07
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Switch ExtraActionFactory and GenRuleBase to the Expander APIGravatar ulfjack2017-11-06
* Add rootpath(s) and execpath(s) functions to template expansionGravatar ulfjack2017-11-03
* Avoid crash when a test and its alias are specified on the command line for "...Gravatar lberki2017-11-03
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02
* Reduce iterations and copies over inputs in ActionSpawn.Gravatar Jakob Buchgraber2017-10-30
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* PiperOrigin-RevId: 173660429Gravatar lpino2017-10-27
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Remove the runfiles middleman from py_binary's data runfiles.Gravatar Benjamin Peterson2017-10-26
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Add a deprecation warning to the check_fileset_dependencies_resursively flag.Gravatar kush2017-10-26
* Trim function params in TemplateExpanderGravatar ulfjack2017-10-25
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Implement custom executable API.Gravatar dslomov2017-10-24
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Expose a CcToolchainProvider that is generated by the legacy toolchain select...Gravatar cpeyser2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Allow ClassObjects to throw EvalExceptions.Gravatar dslomov2017-10-23
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Set the platform name in the build event stream to the CPU instead of the too...Gravatar lberki2017-10-20