rust/src/librustdoc/html
bors a8a2a887d0 Auto merge of #56875 - Centril:rollup, r=Centril
Rollup of 20 pull requests

Successful merges:

 - #53506 (Documentation for impl From for AtomicBool and other Atomic types)
 - #56343 (Remove not used mod)
 - #56439 (Clearer error message for dead assign)
 - #56640 (Add FreeBSD unsigned char platforms to std::os::raw)
 - #56648 (Fix BTreeMap UB)
 - #56672 (Document time of back operations of a Linked List)
 - #56706 (Make `const unsafe fn` bodies `unsafe`)
 - #56742 (infer: remove Box from a returned Iterator)
 - #56761 (Suggest using `.display()` when trying to print a `Path`)
 - #56781 (Update LLVM submodule)
 - #56789 (rustc: Add an unstable `simd_select_bitmask` intrinsic)
 - #56790 (Make RValue::Discriminant a normal Shallow read)
 - #56793 (rustdoc: look for comments when scraping attributes/crates from doctests)
 - #56826 (rustc: Add the `cmpxchg16b` target feature on x86/x86_64)
 - #56832 (std: Use `rustc_demangle` from crates.io)
 - #56844 (Improve CSS rule)
 - #56850 (Fixed issue with using `Self` ctor in typedefs)
 - #56855 (Remove u8 cttz hack)
 - #56857 (Fix a small mistake regarding NaNs in a deprecation message)
 - #56858 (Fix doc of `std::fs::canonicalize`)

Failed merges:

 - #56741 (treat ref-to-raw cast like a reborrow: do a special kind of retag)

r? @ghost
2018-12-16 20:58:09 +00:00
..
static Auto merge of #56875 - Centril:rollup, r=Centril 2018-12-16 20:58:09 +00:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustdoc: Use dyn keyword when rendering dynamic traits 2018-10-15 00:48:57 +01:00
highlight.rs Remove not used DotEq token 2018-12-02 23:11:08 +09:00
item_type.rs handle proc-macros as macros instead of functions 2018-09-25 14:56:43 -05:00
layout.rs Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavus 2018-12-15 06:42:27 +00:00
markdown.rs Split on words instead 2018-12-13 22:11:22 +01:00
render.rs Fix invalid JS file generation 2018-12-16 15:16:06 +01:00
static_files.rs Show everything when noscript is on 2018-12-06 23:34:36 +01:00
toc.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00