| Age | Commit message (Expand) | Author | Lines |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -15/+9 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -0/+2 |
| 2020-04-14 | Rollup merge of #71002 - Freax13:fix-target, r=ollie27 | Dylan DPC | -2/+7 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -0/+1 |
| 2020-04-14 | rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait impls | Matthias Schiffer | -0/+2 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -15/+9 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -13/+14 |
| 2020-04-13 | Rollup merge of #70656 - GuillaumeGomez:scrollbar-display, r=kinnison | Dylan DPC | -0/+64 |
| 2020-04-12 | Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -1/+2 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -17/+10 |
| 2020-04-10 | fix target & runtool args order | Tom Dohrmann | -2/+7 |
| 2020-04-10 | Improve rustdoc source code a bit | Guillaume Gomez | -29/+25 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -3/+7 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -1/+4 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id | marmeladema | -2/+5 |
| 2020-04-08 | Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddyb | Dylan DPC | -6/+10 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -6/+10 |
| 2020-04-07 | Extend sidebar scrollbar changes to all scrollbars | Guillaume Gomez | -13/+41 |
| 2020-04-07 | Improve scrollbar display in rustdoc | Guillaume Gomez | -0/+36 |
| 2020-04-06 | ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. | Eduard-Mihai Burtescu | -52/+52 |
| 2020-04-06 | ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`. | Eduard-Mihai Burtescu | -19/+22 |
| 2020-04-05 | Retire rustc::ty::Attributes enum. | Camille GILLOT | -14/+6 |
| 2020-04-05 | Allocate query Vecs on the arena. | Camille GILLOT | -3/+4 |
| 2020-04-05 | Stop importing int modules in librustdoc | Linus Färnstrand | -2/+0 |
| 2020-04-03 | Rollup merge of #70706 - gizmondo:check-theme, r=GuillaumeGomez | Dylan DPC | -13/+7 |
| 2020-04-02 | Expand and remove try_something macro. | Alex Aktsipetrov | -13/+7 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -2/+2 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Rollup merge of #69458 - Luro02:master, r=GuillaumeGomez,ollie27 | Dylan DPC | -40/+63 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -115/+93 |
| 2020-03-31 | improve folder name for persistent doc tests | Luro02 | -40/+63 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -23/+23 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -38/+38 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-28 | Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC | bors | -2/+22 |
| 2020-03-28 | Rollup merge of #70493 - 0xd4d:rustdoc-tab-size, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2020-03-28 | Rollup merge of #70448 - TimotheeGerber:rustdoc-create-output-dir, r=Guillaum... | Dylan DPC | -1/+6 |
| 2020-03-28 | Fix rustdoc.css CSS tab-size property | 0xd4d | -2/+2 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -1/+1 |
| 2020-03-26 | Create output dir in rustdoc markdown render | Timothée Gerber | -1/+6 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -4/+5 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -1/+0 |
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -1/+0 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -0/+1 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -0/+1 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -7/+4 |
| 2020-03-22 | Update lint name to follow convention | Guillaume Gomez | -3/+3 |