aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
Commit message (Expand)AuthorAge
* Export constructors as global symbols.Gravatar Googler2018-08-14
* Fixed the builtins exporter to include all top level Starlark symbols.Gravatar Googler2018-08-08
* Replace 0/1 with False/True for testonly attributeGravatar Googler2018-08-07
* Change writer in skylark docgen to use an explicit encodingGravatar Googler2018-08-03
* Set callable field only for methods in order to diferenciate them fromGravatar Googler2018-08-03
* Fixed builtins proto. Callable field was not set for functions with no parame...Gravatar Googler2018-08-02
* Added return type info in API exporter.Gravatar Googler2018-08-02
* Excluded "self" param from the callable symbols. In .bzl files it is not used...Gravatar Googler2018-08-02
* Fix a broken link in the documentationGravatar vladmos2018-08-01
* Remove load() from contents.Gravatar Googler2018-07-26
* Remove load() from the list of build functionsGravatar laurentlb2018-07-23
* Added completion for Starlark builtins.Gravatar Googler2018-07-18
* Expose BUILD and Starlark symbols.Gravatar Googler2018-07-17
* Remove SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-07-13
* Bazel server, tools: ensure Readers are closedGravatar laszlocsomor2018-07-09
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Fix link to toolchains to work properly.Gravatar jcater2018-06-28
* Delete some more LIPO crumbs.Gravatar Benjamin Peterson2018-06-28
* Fix docgen handling of multiple modules with the same nameGravatar cparsons2018-06-27
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* Fix a bad path and remove the reference to the legacy path-based load() syntax.Gravatar lberki2018-06-13
* Add documentation for the toolchains= attribute.Gravatar lberki2018-06-05
* Remove references to gcc from the documentation of Make variables.Gravatar lberki2018-05-25
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Ensure Docgen iterates through module categories detemrinistically.Gravatar cparsons2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Add a helpful note for the args argument of binary rules.Gravatar Googler2018-04-26
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Create @SkylarkConstructor annotation, to annotate certain global-namespace @...Gravatar cparsons2018-04-16
* Re-add an accidentally removed line in skylark docgenGravatar cparsons2018-04-16
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Remove dead code from SkylarkDocumentationCollectorGravatar cparsons2018-04-12
* Remove docgen corner case on undocumented data structures, as these are no lo...Gravatar cparsons2018-04-12
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Remove some dead code in SkyDocGravatar cparsons2018-04-09
* Update docs for the --test_timeout value.Gravatar Googler2018-04-03
* Adds 'timeout' to the table describing test size and a table for the timeoutGravatar ahumesky2018-03-15
* Fix docstring variable expansion for @SkylarkModuleGravatar brandjon2018-03-12
* Genericize closed-source .bzl file references in examplesGravatar Serge2018-02-23
* Replaced 'legal' by 'valid' in some documentation.Gravatar Googler2018-01-19
* Fix typo in example codeGravatar Googler2018-01-15
* Fix documentation about template variables.Gravatar lberki2017-12-21
* Automated rollback of commit bd4c8dd0bca8452b18cb8d0eed6e1d91b9ee4434.Gravatar lberki2017-12-21
* Automated rollback of commit 48ff6e00e2cf72fa920d01ec78755882ab1ee313.Gravatar philwo2017-12-21
* Mention that the $(JAVA) and $(JAVABASE) variables are only available if the ...Gravatar lberki2017-12-21
* Improve doc for .files and add more links/examples.Gravatar laurentlb2017-12-18
* Fix a documentation linkGravatar vladmos2017-12-18
* Fix the generic class information in the documentationGravatar vladmos2017-12-14