aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Migrate SkylarkRuleContext (and a few dependencies) to the build APIGravatar cparsons2018-05-11
* Fix spelling error in javadoc.Gravatar dannark2018-05-11
* Migrate almost all Skylark global modules to skylarkbuildapiGravatar cparsons2018-05-07
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Remove dead code from SpawnActionGravatar kush2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Update test code to support finding deferred param files.Gravatar tomlu2018-05-02
* Remove unused methods.Gravatar tomlu2018-05-02
* Migrate AbstractAction and SkylarkActionFactory to buildapiGravatar cparsons2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Migrate Runfiles to the build APIGravatar cparsons2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Migrate annotations of SkylarkAttr to an interface class.Gravatar cparsons2018-04-30
* Change LocationFunction to not extend Function.Gravatar dannark2018-04-30
* Make runfiles usage on Windows more flexible to support remote execution.Gravatar Googler2018-04-30
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Use TransitionResolver to get top level transitions in BuildView.Gravatar mstaib2018-04-27
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Add equality support to composing transitions.Gravatar mstaib2018-04-27
* Avoid creating a Composing*Transition if one of the transitions is NoTransition.Gravatar mstaib2018-04-27
* Add --experimental_use_late_bound_option_defauts flag to toggle usage of late...Gravatar Googler2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Prepare to abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Ensure make variables from the CcToolchainProvider end up in theGravatar jcater2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Start refactoring elements of the Skylark Build API into their own package.Gravatar cparsons2018-04-23
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Adds support to go compilation to respect the build_runfile_manifests flag.Gravatar shahan2018-04-17
* Migrate configuration_field() to SkylarkCallable.Gravatar cparsons2018-04-17
* Migrate most of SkylarkRuleClassFunctions to use @SkylarkCallableGravatar cparsons2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Change default value of 'tools' attribute to unbound.Gravatar tomlu2018-04-16
* Cleanup Artifact.getPath() usage surrounding Fingerprint.Gravatar shahan2018-04-16
* Create @SkylarkConstructor annotation, to annotate certain global-namespace @...Gravatar cparsons2018-04-16
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce tools attribute to ctx.actions.run and friends.Gravatar tomlu2018-04-16
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Implement positional overloads for ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13