aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen
Commit message (Expand)AuthorAge
* No longer crash when running "bazel help <rule>".Gravatar Florian Weikert2017-03-16
* 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
* Global cleanup change.Gravatar Googler2017-03-03
* Global cleanup change.Gravatar Googler2017-03-03
* Skylark documentation pipeline automatically generates documentation for all ...Gravatar Florian Weikert2017-02-22
* Clarify that package() comes after load()Gravatar Laurent Le Brun2017-02-16
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* Remove special-casing of the 'native' module.Gravatar Laurent Le Brun2017-02-15
* Fix the documentation of set/depsetGravatar Vladimir Moskva2017-02-14
* 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
* Add SwiftConfigurationGravatar Dmitry Shevchenko2017-01-12
* Remove the auto-punctuator because it is causing more problems than itGravatar John Cater2017-01-03
* Include ObjcProvider in generated Skylark documentation.Gravatar Florian Weikert2016-12-21
* 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
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Fix typo in bazel docs: Borne -> Bourne.Gravatar Googler2016-10-31
* Small docs updates for the extra action rule.Gravatar Ulf Adams2016-10-28
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Rollback of commit a9f20b0d6459d395444c45cf5e94a899f3443633.Gravatar Philipp Wollermann2016-10-19
* Enforce that non test-only targets cannot depends on test-only targetsGravatar Damien Martin-Guillerez2016-10-19
* sandbox: Allow network access by default, unless a target has a "block-networ...Gravatar Philipp Wollermann2016-10-07
* Refactor getAnnotationFromParentClass() to a new SkylarkInterfaceUtils moduleGravatar Jon Brandvein2016-10-05
* Fix NPE in skylark documentation processorGravatar Jon Brandvein2016-10-04
* Introduce language to clearly warn against usage of $(CC) and $(JAVA).Gravatar Ulf Adams2016-09-23
* Adds no_match_error documentation to select, example usage.Gravatar Greg Estren2016-09-19
* Generate documentation for named parameters for SkylarkCallableGravatar Damien Martin-Guillerez2016-09-06
* Remove BINMODE make variable. Use COMPILATION_MODE instead.Gravatar Ulf Adams2016-08-29
* Implement generating single-page Build Encyclopedia.Gravatar David Chen2016-08-29
* Replace doc pages with redirects to versioned doc pages.Gravatar David Chen2016-08-29
* Fix regular expression in order to produce correct documentation. Fixes #1522...Gravatar John Cater2016-08-29
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* Use ${link} references in common attribute documentation.Gravatar David Chen2016-08-22
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Deprecate the ${link page.heading} syntax for referencing BE static pages.Gravatar David Chen2016-08-16
* Use Options for BE docgen command line arguments.Gravatar David Chen2016-08-16
* Replace calls to <class>.newInstance with <class>.getConstructor().newInstance.Gravatar Ulf Adams2016-08-12
* --Gravatar Jon Brandvein2016-08-08
* Fixed SkylarkDoc.getDocumentation to append a period to the doc string if it ...Gravatar John Cater2016-07-29
* Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7.Gravatar Damien Martin-Guillerez2016-07-29
* --Gravatar Carmi Grushko2016-07-28
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
* Build encyclopedia: mark attributes that don't work withGravatar Greg Estren2016-07-14
* Fix internal documentationGravatar Dmitry Lomov2016-07-12