| Age | Commit message (Expand) | Author | Lines |
| 2020-07-13 | Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514 | Manish Goregaokar | -0/+1 |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -8/+13 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -15/+15 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -15/+15 |
| 2020-07-10 | Change some function names. | Nicholas Nethercote | -2/+5 |
| 2020-07-10 | Eliminate `rust_input`. | Nicholas Nethercote | -31/+23 |
| 2020-07-09 | Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+7 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -10/+9 |
| 2020-07-09 | Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514 | Manish Goregaokar | -4/+6 |
| 2020-07-09 | Allow for parentheses after macro intra-doc-links | Manish Goregaokar | -0/+3 |
| 2020-07-09 | Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G... | bors | -4/+4 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -10/+9 |
| 2020-07-08 | rustdoc: Allow linking from private items to private types | Dennis Hamester | -0/+1 |
| 2020-07-07 | Revert "Add guard to check for local `core` crate" | Seth Pellegrino | -6/+4 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -4/+4 |
| 2020-07-07 | Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearth | bors | -113/+53 |
| 2020-07-06 | Rollup merge of #74078 - jyn514:lut, r=Manishearth | Manish Goregaokar | -5/+28 |
| 2020-07-06 | Rollup merge of #74067 - rye:rustdoc-fqn-hover-underline, r=GuillaumeGomez | Manish Goregaokar | -0/+3 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -108/+22 |
| 2020-07-06 | Hide `&mut self` methods from Deref in sidebar | Gary Guo | -1/+7 |
| 2020-07-06 | Add guard to check for local `core` crate | Seth Pellegrino | -4/+6 |
| 2020-07-05 | Always resolve type@primitive as a primitive, not a module | Joshua Nelson | -5/+28 |
| 2020-07-05 | Use relative path for local links to primitives in libcore | Seth Pellegrino | -4/+6 |
| 2020-07-05 | rustdoc: Restore underline text decoration on hover for FQN in header | Kristofer Rye | -0/+3 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -2/+2 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -60/+0 |
| 2020-07-02 | Fix links | Guillaume Gomez | -1/+1 |
| 2020-07-02 | Simplify DOM by removing IDs for code tags | Guillaume Gomez | -52/+16 |
| 2020-07-02 | Expand sub code blocks block content when hidden when the page hash refers to it | Guillaume Gomez | -0/+8 |
| 2020-07-02 | Improve page hash handling | Guillaume Gomez | -5/+7 |
| 2020-07-02 | No need to call getPageId a second time | Guillaume Gomez | -1/+1 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -4/+4 |
| 2020-06-27 | Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank | Manish Goregaokar | -2/+9 |
| 2020-06-26 | Rollup merge of #72771 - jyn514:rustdoc, r=Manishearth | Manish Goregaokar | -23/+62 |
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -2/+9 |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -2/+2 |
| 2020-06-26 | Fix debug messages | Joshua Nelson | -3/+2 |
| 2020-06-26 | Generate docs for links to private items when passed --document-private | Joshua Nelson | -27/+42 |
| 2020-06-26 | Warn if linking to a private item | Joshua Nelson | -3/+28 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -2/+2 |
| 2020-06-26 | Rollup merge of #73297 - ehuss:tool-warnings, r=Mark-Simulacrum | Manish Goregaokar | -30/+39 |
| 2020-06-26 | Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnison | Manish Goregaokar | -0/+2 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -30/+39 |
| 2020-06-23 | Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth | bors | -0/+28 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+28 |
| 2020-06-23 | Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez | bors | -6/+7 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -6/+7 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -1/+0 |
| 2020-06-18 | Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+41 |
| 2020-06-18 | Rollup merge of #73315 - GuillaumeGomez:clean-up-config-strs, r=kinnison | Manish Goregaokar | -9/+7 |