| Age | Commit message (Expand) | Author | Lines |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -1/+1 |
| 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 | -1/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -4/+3 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -3/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -7/+5 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -41/+45 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -3/+5 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -10/+8 |
| 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 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -2/+2 |
| 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 | -0/+1 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -0/+1 |
| 2020-04-06 | ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. | Eduard-Mihai Burtescu | -52/+52 |
| 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 | -1/+0 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -20/+12 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -9/+9 |
| 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-16 | Support type search for arguments and returned types | Guillaume Gomez | -0/+20 |
| 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-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -2/+0 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -2/+2 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -3/+3 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -3/+3 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -2/+0 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -7/+7 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -1/+3 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -3/+3 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+1 |
| 2020-02-16 | Code review changes. | Ben Lewis | -3/+1 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -1/+5 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -5/+1 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -3/+3 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-17 | formatting | Guillaume Gomez | -21/+19 |
| 2020-01-16 | Improve code readability | Guillaume Gomez | -26/+10 |