| Age | Commit message (Expand) | Author | Lines |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | rustdoc: clean `QPath::LangItem` | David Wood | -0/+20 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-08-11 | Feature gate is always present | Mark Rousskov | -1/+1 |
| 2020-08-10 | Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514 | bors | -5/+23 |
| 2020-08-07 | Display elided lifetime for non-reference type in doc | Gary Guo | -14/+13 |
| 2020-08-04 | Add missing "is_min_const_fn" calls to prevent "const" to be displayed if the... | Guillaume Gomez | -5/+23 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -4/+4 |
| 2020-07-31 | fix rustdoc generic param order | Bastian Kauschke | -15/+8 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -24/+14 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -27/+21 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -5/+5 |
| 2020-07-27 | fix rustdoc | Bastian Kauschke | -12/+20 |
| 2020-07-27 | rustdoc | Bastian Kauschke | -20/+28 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -4/+1 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+2 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -1/+1 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -4/+4 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+1 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -5/+0 |
| 2020-06-01 | Call `skip_binder` or `no_bound_vars` before `self_ty` | Dylan MacKenzie | -2/+2 |
| 2020-05-30 | rustdoc: remove calls to `local_def_id_from_node_id` | marmeladema | -3/+3 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -4/+4 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -15/+13 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+2 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -4/+4 |
| 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 |