aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
* Open-source many of tests from SkylarkIntegrationTest.Gravatar Dmitry Lomov2016-09-01
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* More flexible LValue syntaxGravatar Vladimir Moskva2016-08-23
* Add 'provider()' function.Gravatar Dmitry Lomov2016-08-11
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Apply extra actions to top-level aspects.Gravatar Dmitry Lomov2016-08-10
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* --Gravatar Carmi Grushko2016-07-28
* Prohibit duplicate addition of aspect to an attribute and improve diagnostics.Gravatar Dmitry Lomov2016-07-19
* Make sure that aspects are only added once to Skylark attribute defintion.Gravatar Dmitry Lomov2016-07-18
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Fix native.existing_rule() when argument is an existing fileGravatar Laurent Le Brun2016-07-13
* For Skylark attribute creation, non_empty is deprecated; introduce allow_emptyGravatar Laurent Le Brun2016-07-07
* Add allow_single_file in attr.label, deprecate single_file.Gravatar Laurent Le Brun2016-07-05
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* For --aspects parameter, ignore top-level targets that are not rules.Gravatar Dmitry Lomov2016-06-29
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Added more pointers to Aspect-related documentation.Gravatar Florian Weikert2016-06-21
* Updates BuildViewTestCase.invalidatePackages() to also invalidateGravatar Greg Estren2016-06-21
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* Correctly escape backslashes in proto messarges.Gravatar Googler2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Skylark: callback functions can now explicitly specify their required attribu...Gravatar Florian Weikert2016-06-06
* Delete the legacy global function 'provider'.Gravatar Laurent Le Brun2016-06-03
* Always restrict aspects to only access requested configuration fragments.Gravatar Michael Staib2016-05-19
* Print a proper error when calling a rule from a .bzl fileGravatar Laurent Le Brun2016-05-16
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Skylark: allow_files can now accept a string list argumentGravatar Laurent Le Brun2016-05-12
* Add feature to selectively disable Blaze's cc include scanner.Gravatar Googler2016-05-12
* Remove return value from ctx.file_action functionGravatar Laurent Le Brun2016-05-12
* Print an error message when the wrong type of input is given as an aspectGravatar Kristina Chodorow2016-05-11
* Use runfiles path, not execroot path, for Skylark's short_pathGravatar Kristina Chodorow2016-05-11
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Skylark aspects should always output to bin directory.Gravatar Dmitry Lomov2016-04-22
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Expose __init__.py filenames to SkylarkGravatar Brian Silverman2016-04-15
* Use the correct Aspect in AspectFunction for Skylark aspects.Gravatar Dmitry Lomov2016-04-07
* --Gravatar Chris Parsons2016-03-28
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Fix equality and comparison for SkylarkAspectClass.Gravatar Dmitry Lomov2016-03-17