| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2020-03-22 | Update to new diagnostic | Guillaume Gomez | -8/+11 |
| 2020-03-22 | Improve code readability | Guillaume Gomez | -13/+12 |
| 2020-03-22 | rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOC | Guillaume Gomez | -4/+3 |
| 2020-03-22 | Add lint when no doc is present at the crate-level | Guillaume Gomez | -0/+19 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -7/+4 |
| 2020-03-21 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -3/+1 |
| 2020-03-20 | remove redundant import (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -104/+213 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | Rollup merge of #70005 - GuillaumeGomez:code-block-signs, r=kinnison | Mazdak Farrokhzad | -13/+21 |
| 2020-03-18 | Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov | Mazdak Farrokhzad | -1/+0 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -27/+25 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+0 |
| 2020-03-16 | Update src/librustdoc/html/static/main.js
| Guillaume Gomez | -1/+1 |
| 2020-03-16 | Rename render::Type to improve naming | Guillaume Gomez | -8/+8 |
| 2020-03-16 | formatting | Guillaume Gomez | -27/+24 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -103/+215 |
| 2020-03-16 | Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb | Dylan DPC | -3/+3 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -27/+25 |
| 2020-03-16 | Rollup merge of #69686 - varkor:rustdoc-attributes, r=GuillaumeGomez | Dylan DPC | -23/+3 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -8/+11 |