| Age | Commit message (Expand) | Author | Lines |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -14/+8 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -5/+6 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -14/+8 |
| 2020-04-23 | Address comments from review | marmeladema | -12/+11 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -16/+14 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -23/+24 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -41/+45 |
| 2020-04-16 | Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-Simulacrum | Dylan DPC | -4/+6 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -4/+6 |
| 2020-04-16 | Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -0/+1 |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -24/+20 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -0/+1 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -15/+9 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -17/+10 |
| 2020-04-10 | Improve rustdoc source code a bit | Guillaume Gomez | -24/+20 |
| 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-08 | Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddyb | Dylan DPC | -1/+4 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -1/+4 |
| 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 | -1/+0 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -2/+2 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -42/+28 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -9/+9 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -22/+22 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -3/+3 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -1/+0 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -1/+0 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -4/+2 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -16/+58 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -0/+2 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+2 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+2 |
| 2020-03-12 | Rollup merge of #69921 - matthiaskrgr:rustdoc_import, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-11 | rustdoc: remove unused import | Matthias Krüger | -1/+0 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -5/+0 |
| 2020-03-07 | rustdoc: simplify boolean condition (clippy::nonminimal_bool) | Matthias Krüger | -1/+1 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -5/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -1/+1 |