rust/src/librustdoc
bors ae00b62ceb Auto merge of #81502 - CraftSpider:method-abi, r=jyn514
Add abi field to `Method`

Also bumps version and adds a test (Will conflict with #81500, whichever is merged first)

Rationale: It's possible for methods to have an ABI. This should be exposed in the JSON.
2021-02-07 10:59:41 +00:00
..
clean Remove unneeded From trait impl for DefKind 2021-02-05 17:23:54 +01:00
doctest
formats Remove Function all_types and ret_types fields 2021-02-05 17:23:52 +01:00
html Auto merge of #80883 - GuillaumeGomez:remove-some-function-fields, r=ollie27 2021-02-06 20:55:36 +00:00
json Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 2021-02-07 10:59:41 +00:00
passes Cleanup rustdoc pass descriptions a bit 2021-02-04 13:51:11 -08:00
theme
Cargo.toml rustdoc tweaking 2021-01-30 01:02:18 +00:00
config.rs Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeGomez 2021-01-30 13:36:53 +09:00
core.rs Cleanup rustdoc pass descriptions a bit 2021-02-04 13:51:11 -08:00
docfs.rs
doctest.rs Make rustdoc respect --error-format short 2021-02-02 22:03:28 +01:00
doctree.rs
error.rs
externalfiles.rs
fold.rs
lib.rs Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay 2021-02-06 00:14:06 +01:00
markdown.rs
README.md
theme.rs
visit_ast.rs
visit_lib.rs

For more information about how librustdoc works, see the rustc dev guide.