aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates
Commit message (Expand)AuthorAge
* Replace 0/1 with False/True for testonly attributeGravatar Googler2018-08-07
* 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
* Fix link to toolchains to work properly.Gravatar jcater2018-06-28
* Delete some more LIPO crumbs.Gravatar Benjamin Peterson2018-06-28
* 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
* Add a helpful note for the args argument of binary rules.Gravatar Googler2018-04-26
* 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
* 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
* 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
* Replace apparent endorsement for recursive globs with one for smaller BUILD t...Gravatar Googler2017-09-13
* Documentation cleanup.Gravatar dmarting2017-09-13
* 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
* Fix licenses() example documentation (https://user-images.githubusercontent.c...Gravatar Zaven Muradyan2017-08-02
* Document name binding in load()Gravatar Dmitry Lomov2017-07-24
* Delete the "Predefined Python variables" page.Gravatar laurentlb2017-07-18
* Try to clarify "unaffected by subinclude," and also stop mentioning subinclud...Gravatar cpovirk2017-07-06
* List the default timeout values for all 4 possible values, not just 3 out of 4.Gravatar Googler2017-06-29
* Fix couple of code blocks, doc paths in docgen templates.Gravatar dzc2017-06-16
* Internal cleanup.Gravatar gregce2017-06-09
* Link to rules_docker GitHub repo instead of generated documentation.Gravatar steren2017-05-15
* RELNOTES: Fix select condition intersections.Gravatar Googler2017-04-19
* Make sure that the external version of skylark-overview.html is being display...Gravatar Florian Weikert2017-03-08
* Skylark Documentation: Add a one-page overview of all Skylark modules and glo...Gravatar Florian Weikert2017-03-06
* Clarify that package() comes after load()Gravatar Laurent Le Brun2017-02-16
* Remove special-casing of the 'native' module.Gravatar Laurent Le Brun2017-02-15
* Clarify that load() statements do not respect visibility.Gravatar Laurent Le Brun2017-02-14
* Clarify what the .args= argument is used for in binaries.Gravatar Lukacs Berki2017-01-17
* Fix the documentation for the "size" attribute in tests.Gravatar Philipp Wollermann2016-12-09
* Say C and C++, when C and C++ is what we mean.Gravatar Googler2016-12-09
* Description redacted.Gravatar David Chen2016-12-07
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Fix typo in bazel docs: Borne -> Bourne.Gravatar Googler2016-10-31