aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* When --experimental_extra_action_top_level_only, Bazel to report extra-action...Gravatar Carmi Grushko2016-11-09
* For SpawnActions, also honor the dynamic environmentGravatar Klaus Aehlig2016-11-07
* Do not propagate aspect to own attributes when using '*'.Gravatar Googler2016-11-04
* Also provide test summaries in the build-event streamGravatar Klaus Aehlig2016-11-02
* Rollback, breaks dependent code.Gravatar Jon Brandvein2016-11-02
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-10-31
* Small docs updates for the extra action rule.Gravatar Ulf Adams2016-10-28
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Report completion of a target together with failed actionsGravatar Klaus Aehlig2016-10-27
* Add a new concept of failure causesGravatar Klaus Aehlig2016-10-25
* Trim labels in location expressions before expansion.Gravatar Tobias Werth2016-10-25
* Move the RuleModule interface to ConfiguredRCP and rename it to RuleSet.Gravatar Ulf Adams2016-10-19
* Refactor the rule class provider.Gravatar Ulf Adams2016-10-18
* Rename field to clarify function.Gravatar Ulf Adams2016-10-14
* Expand $(location :label) to string unambiguously a pathGravatar Klaus Aehlig2016-10-14
* Merge BazelBaseRuleClasses into BaseRuleClasses.Gravatar Ulf Adams2016-10-14
* Remove unneeded annotationGravatar Jon Brandvein2016-10-12
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Make EvalUtils.getDataTypeNameFromClass() look for @SkylarkModules in parent ...Gravatar Jon Brandvein2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Adding support for Linux s390xGravatar namrata-ibm2016-10-11
* Add bin_dir and genfiles_dir to ctxGravatar Kristina Chodorow2016-10-11
* Supported "in" operator for all SkylarkIndexable objects.Gravatar Vladimir Moskva2016-10-07
* Implement cc_common.link_params_merge function.Gravatar Dmitry Lomov2016-10-07
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* remove inaccurate sentence from DependencyResolver commentsGravatar Benjamin Peterson2016-10-07
* Add cc_common.link_params declared provider.Gravatar Dmitry Lomov2016-10-07
* Extract java/javalite proto compilation args to command-line flags.Gravatar Carmi Grushko2016-10-06
* Proper error messages when built-in rule attributes are overridden #1811Gravatar Vladimir Moskva2016-10-05
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05
* Rollback of commit 3c0d64886d2f7f6b2015780f1628b1391c320d0f.Gravatar Carmi Grushko2016-10-04
* Proper error messages when built-in rule attributes are overridden #1811Gravatar Vladimir Moskva2016-10-04
* cc_inc_library deletes its output directory before execution.Gravatar Janak Ramakrishnan2016-10-04
* Add type annotation for the benefit of java 7Gravatar Klaus Aehlig2016-09-30
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* Fixed location expansion in cc rules.Gravatar Vladimir Moskva2016-09-30
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Remove the "labels in the configuration must be in the transitive closure of ...Gravatar Lukacs Berki2016-09-28
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* Allow aspects to propagate to all attributes.Gravatar Dmitry Lomov2016-09-27
* Rollback of commit 4946ab9d5b5d78862c043e35342107a1b9b2f398.Gravatar Cal Peyser2016-09-23
* BuildConfiguration: Remove outdated references to getShortName.Gravatar Greg Estren2016-09-23
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-22
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Remove the --show_cached_analysis_results command line option, which was a no...Gravatar Lukacs Berki2016-09-22
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21