| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -2/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -2/+2 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -2/+2 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -11/+3 |
| 2022-01-18 | privacy: update `visit_infer` | lcnr | -11/+3 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -6/+6 |
| 2022-01-17 | Update w/ comments | kadmin | -8/+2 |
| 2022-01-17 | Update term for use in more places | kadmin | -6/+11 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -2/+3 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -26/+20 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -4/+0 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -2/+2 |
| 2022-01-15 | initial revert | Ellen | -6/+2 |
| 2022-01-14 | fix: set struct/union/enum fields/variants as reachable when item is | Lamb | -20/+64 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -181/+39 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -2/+2 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -1/+5 |
| 2021-12-27 | relax priv-in-pub lint on generic bounds and where clauses in trait impls | Jack Wrenn | -1/+5 |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_privacy` | LegionMammal978 | -9/+8 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -7/+3 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -5/+4 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -0/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -3/+5 |
| 2021-10-21 | Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr | Yuki Okushi | -6/+3 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -3/+5 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-02 | Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot | bors | -16/+16 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -16/+16 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -3/+1 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -3/+8 |
| 2021-09-09 | add a `CastKind` to `Node::Cast` | Ellen | -1/+1 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -1/+1 |
| 2021-09-09 | tidy | Ellen | -3/+3 |
| 2021-09-09 | dont support blocks | Ellen | -2/+1 |
| 2021-09-09 | as casts and block exprs | Ellen | -1/+1 |
| 2021-09-09 | WIP state | Ellen | -3/+4 |
| 2021-09-04 | Make fields on `AbstractConst` private | Ethan Brierley | -1/+1 |
| 2021-09-04 | `AbstractConst::root`: Always run `subst` when `Node` is `Leaf` | Ethan Brierley | -6/+3 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -3/+3 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -3/+3 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |