rust/src/librustdoc
bors 34628e5b53 Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor
Rollup of 9 pull requests

Successful merges:

 - #79502 (Implement From<char> for u64 and u128.)
 - #79968 (Improve core::ptr::drop_in_place debuginfo)
 - #80774 (Fix safety comment)
 - #80801 (Use correct span for structured suggestion)
 - #80803 (Remove useless `fill_in` function)
 - #80820 (Support `download-ci-llvm` on NixOS)
 - #80825 (Remove under-used ImplPolarity enum)
 - #80850 (Allow #[rustc_builtin_macro = "name"])
 - #80857 (Add comment to `Vec::truncate` explaining `>` vs `>=`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-01-10 08:01:12 +00:00
..
clean Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor 2021-01-10 08:01:12 +00:00
doctest Remove unnecessary semicolon from Rustdoc-generated code 2020-12-29 16:30:02 -05:00
formats Improve code for DocFragment rework 2021-01-02 19:16:27 +01:00
html Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
json Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
passes Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez 2021-01-08 12:34:20 +00:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Simplfy color availability check 2020-11-17 10:33:14 +01:00
config.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00
core.rs Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth 2021-01-08 11:11:41 +09:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs End of rework of Attributes struct 2021-01-02 16:55:12 +01:00
doctree.rs Don't unnecessarily override attrs for Module 2020-12-23 15:25:30 -05:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00
lib.rs Add Iterator::intersperse 2020-12-30 12:07:19 -08:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
visit_ast.rs Apply suggestions from code review & other minor nits 2021-01-07 19:45:20 +01:00
visit_lib.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00

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