aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/docgen
Commit message (Expand)AuthorAge
* Remove SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-07-13
* Fix docgen handling of multiple modules with the same nameGravatar cparsons2018-06-27
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Skylark documentation: Replace "set" and "List" plain-text return types with ...Gravatar fwe2017-07-21
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Skylark documentation pipeline automatically generates documentation for all ...Gravatar Florian Weikert2017-02-22
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* Remove the auto-punctuator because it is causing more problems than itGravatar John Cater2017-01-03
* Small docs updates for the extra action rule.Gravatar Ulf Adams2016-10-28
* Refactor getAnnotationFromParentClass() to a new SkylarkInterfaceUtils moduleGravatar Jon Brandvein2016-10-05
* Fix NPE in skylark documentation processorGravatar Jon Brandvein2016-10-04
* Generate documentation for named parameters for SkylarkCallableGravatar Damien Martin-Guillerez2016-09-06
* Implement generating single-page Build Encyclopedia.Gravatar David Chen2016-08-29
* Deprecate the ${link page.heading} syntax for referencing BE static pages.Gravatar David Chen2016-08-16
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* Add rule_or_page#heading syntax to RuleLinkExpander and support for expandingGravatar David Chen2016-05-17
* Use runfiles path, not execroot path, for Skylark's short_pathGravatar Kristina Chodorow2016-05-11
* Fix the documentation generator to use rule definition instances instead of c...Gravatar Luis Fernando Pino Duque2016-04-26
* Add support for additional edge cases to RuleLinkExpander.Gravatar David Chen2016-03-01
* Add syntax for referencing docs in other rule families.Gravatar David Chen2016-02-25
* Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATUREGravatar David Chen2016-02-22
* Open source most of our docgen tests.Gravatar Ulf Adams2015-12-22