| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | EMPTY_MAP -> EMPTY_SET | Joshua Nelson | -4/+4 |
| 2020-07-15 | Don't ICE on infinitely recursive types | Joshua Nelson | -0/+18 |
| 2020-07-15 | Remove unnecessary lifetime parameter | Joshua Nelson | -6/+6 |
| 2020-07-15 | Use tcx as the only context for visitor | Joshua Nelson | -12/+11 |
| 2020-07-15 | Mention `cargo check` in help message | Joshua Nelson | -1/+1 |
| 2020-07-15 | Don't crash on Vec<DoesNotExist> | Joshua Nelson | -3/+6 |
| 2020-07-15 | Address review comments about code style | Joshua Nelson | -14/+10 |
| 2020-07-15 | Don't make typeck_tables_of public | Joshua Nelson | -5/+1 |
| 2020-07-15 | Recurse into function bodies, but don't typeck closures | Joshua Nelson | -9/+19 |
| 2020-07-15 | Don't ICE on errors in function returning impl trait | Joshua Nelson | -0/+79 |
| 2020-07-15 | Don't run analysis pass in rustdoc | Joshua Nelson | -5/+7 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -4/+4 |
| 2020-07-15 | rustdoc: Rename internal API fns to `into_string` | Lzu Tao | -17/+18 |
| 2020-07-15 | Remove unused CSS rules for internal rustc items | Lzu Tao | -16/+0 |
| 2020-07-15 | Don't render unstable for rustc docs | Lzu Tao | -28/+17 |
| 2020-07-14 | rustdoc: glue tokens before highlighting | Andy Russell | -22/+133 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -44/+48 |
| 2020-07-14 | Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomez | Manish Goregaokar | -43/+647 |
| 2020-07-14 | Focus on the current file in the source file sidebar | Guillaume Gomez | -0/+5 |
| 2020-07-13 | Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514 | Manish Goregaokar | -0/+1 |
| 2020-07-12 | Add Ayu theme to rustdoc | Jarek Samic | -0/+571 |
| 2020-07-12 | Clean up handling of style files in rustdoc | Jarek Samic | -43/+76 |
| 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 | Add margin after doc search results | Guillaume Gomez | -0/+1 |
| 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 | Add option to collapse automatically implementors | Guillaume Gomez | -3/+10 |
| 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 | Move #[doc(alias)] check in rustc | Guillaume Gomez | -28/+0 |
| 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 |