| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | cleanup and comments | lcnr | -26/+34 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -23/+120 |
| 2023-12-04 | do not fetch variance info during generalization | lcnr | -1/+1 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -12/+12 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -11/+11 |
| 2023-11-29 | Rollup merge of #118269 - compiler-errors:poly, r=wesleywiser | Matthias Krüger | -22/+6 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -3/+10 |
| 2023-11-26 | move comment about local trait | Ryan Mehri | -1/+2 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -3/+9 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -3/+0 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -7/+7 |
| 2023-11-26 | Clean dead codes | r0cky | -3/+0 |
| 2023-11-25 | Rollup merge of #118201 - compiler-errors:obligation-causes, r=cjgillot | Michael Goulet | -6/+0 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -4/+1 |
| 2023-11-25 | Remove some more unused codepaths in (region) error reporting | Michael Goulet | -6/+0 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -1/+1 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -12/+1 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -1/+1 |
| 2023-11-25 | Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler... | León Orell Valerian Liehr | -0/+82 |
| 2023-11-24 | Unify TraitRefs and PolyTraitRefs | Michael Goulet | -22/+6 |
| 2023-11-24 | Move EagerResolution to rustc_infer::infer::resolve | Santiago Pastorino | -0/+82 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -2/+1 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -3/+5 |
| 2023-11-23 | remove unused pub fn | klensy | -12/+1 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -3/+5 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -5/+4 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -11/+7 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+2 |
| 2023-11-21 | Fix some unnecessary casts | Nilstrieb | -11/+7 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -25/+25 |
| 2023-11-21 | Restore closure-kind error messages | Michael Goulet | -2/+4 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -3/+0 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -2/+9 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -8/+46 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-17 | replace unnecessary folder impls with fold_region | lcnr | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -2/+5 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-14 | review + fix CI | lcnr | -2/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -54/+61 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -7/+0 |
| 2023-11-13 | continue renaming | lcnr | -14/+14 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -32/+35 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -7/+0 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -8/+12 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -1/+1 |