aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
Commit message (Expand)AuthorAge
* 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
* Fix the documentation to allow making links to BE documetation articlesGravatar vladmos2017-12-13
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Add support for negative package specificationsGravatar cushon2017-11-21
* Update be-nav.vmGravatar dmaclach2017-11-10
* removed "This is useful for Skylark..." Duplicate text from load() docGravatar Googler2017-11-02
* Update Appengine Rules LabelGravatar Tyler Rockwood2017-10-12
* Automated rollback of commit 236b1e96351b45056124ce97b0bcf047b9428606.Gravatar lpino2017-10-06
* Documentation cleanupGravatar dmarting2017-10-06
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Replace apparent endorsement for recursive globs with one for smaller BUILD t...Gravatar Googler2017-09-13
* Documentation cleanup.Gravatar dmarting2017-09-13
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* Support executing as root in the linux sandbox.Gravatar Benjamin Peterson2017-08-11