aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark
Commit message (Expand)AuthorAge
...
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* 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
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Add memory profiler.Gravatar tomlu2017-10-18
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Use Mutability for Args class.Gravatar dslomov2017-09-29
* Fix and improve context.args.add documentation.Gravatar tomlu2017-09-25
* Add ability to write param files to disk.Gravatar tomlu2017-09-21
* Expose 'registerAction' on SkylarkActionFactory.Gravatar dslomov2017-09-20
* Implement support for Skylark param files.Gravatar tomlu2017-09-19
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Rollback context.actions.args() functionality.Gravatar tomlu2017-09-14
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* docs,Skylark: explain actions.run_shell.commandGravatar laszlocsomor2017-08-31
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* docs,Skylark: fix formatting in Args.htmlGravatar laszlocsomor2017-08-30
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Implement CustomCommandLine support for Skylark.Gravatar tomlu2017-08-28
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Implement field declarations for declared providers.Gravatar dslomov2017-08-25
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09