| Age | Commit message (Expand) | Author | Lines |
| 2022-05-10 | only_local: always check for misuse | lcnr | -5/+2 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -44/+15 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -1/+1 |
| 2022-04-10 | FIXME for diagnostic variable name | Michael Goulet | -61/+63 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -9/+17 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -9/+17 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -4/+3 |
| 2022-02-19 | Adopt let else in more places | est31 | -5/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -3/+3 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -3/+3 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -1/+1 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -4/+2 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -3/+1 |
| 2021-10-28 | implement type-changing-struct-update | SparrowLii | -0/+3 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -4/+7 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -4/+7 |
| 2021-10-16 | Fix an ICE with TAITs and Future | Yuki Okushi | -5/+10 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -1/+1 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -2/+2 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -17/+13 |
| 2021-08-20 | move `fallback_if_possible` and friends to fallback.rs | Niko Matsakis | -6/+0 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -3/+9 |
| 2021-07-23 | Fix span when suggesting to add an associated type bound | Giacomo Stevanato | -20/+45 |
| 2021-05-11 | Use .name_str() to format primitive types in error messages | Fabian Wolff | -2/+15 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -5/+8 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -16/+32 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -1/+3 |
| 2021-03-16 | fix expected/found order on impl trait projection mismatch | SNCPlay42 | -16/+32 |
| 2021-03-03 | Fix tests | Ryan Levick | -2/+0 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -3/+3 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -6/+34 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -2/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2021-02-15 | name async generators something more human friendly in type error diagnostics | Gus Wynn | -3/+3 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -6/+34 |
| 2021-02-13 | Heat up the ICE-y error reporting | Ellen | -4/+9 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -4/+7 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -2/+1 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+1 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -1/+2 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+1 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -5/+2 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -4/+4 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -1/+1 |