| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | Skip coroutines in jump threading to avoid query cycles | Tomasz Miąsko | -0/+6 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -12/+21 |
| 2024-02-14 | Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkin | Guillaume Gomez | -6/+6 |
| 2024-02-14 | Rollup merge of #121083 - GuillaumeGomez:doc-to_opt_closure_kind, r=compiler-... | Guillaume Gomez | -0/+14 |
| 2024-02-14 | Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obk | Guillaume Gomez | -4/+12 |
| 2024-02-14 | Rollup merge of #120966 - chenyukang:yukang-fix-120599-resolve, r=pnkfelix | Guillaume Gomez | -23/+39 |
| 2024-02-14 | Extend documentation for `Ty::to_opt_closure_kind` method | Guillaume Gomez | -0/+14 |
| 2024-02-14 | Make sure `tcx.create_def` also depends on the forever red node, instead of j... | Oli Scherer | -6/+6 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -12/+21 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -90/+88 |
| 2024-02-14 | Rollup merge of #121049 - estebank:issue-121009, r=fmease | Oli Scherer | -0/+5 |
| 2024-02-14 | Rollup merge of #121039 - cjgillot:gvn-adjust, r=compiler-errors | Oli Scherer | -5/+9 |
| 2024-02-14 | Rollup merge of #121015 - nnethercote:opt-delayed-bug, r=oli-obk | Oli Scherer | -12/+27 |
| 2024-02-14 | Rollup merge of #120915 - OdenShirataki:master, r=fmease | Oli Scherer | -3/+3 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -1/+1 |
| 2024-02-14 | Rollup merge of #120498 - compiler-errors:type-flags, r=lcnr | Oli Scherer | -341/+469 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -90/+88 |
| 2024-02-14 | Auto merge of #121018 - oli-obk:impl_unsafety, r=TaKO8Ki | bors | -69/+80 |
| 2024-02-14 | Fix false positive with if let and ranges | yukang | -4/+12 |
| 2024-02-14 | remove importing suggestions when there is a shadowed typo canddiate | yukang | -23/+39 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -24/+51 |
| 2024-02-14 | Auto merge of #121055 - matthiaskrgr:rollup-bzn5sda, r=matthiaskrgr | bors | -117/+180 |
| 2024-02-14 | Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnr | bors | -0/+16 |
| 2024-02-13 | Rollup merge of #121047 - compiler-errors:default-impls, r=lcnr | Matthias Krüger | -0/+22 |
| 2024-02-13 | Rollup merge of #121014 - nnethercote:rm-force_print_diagnostic, r=oli-obk | Matthias Krüger | -45/+80 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -68/+58 |
| 2024-02-13 | Rollup merge of #118882 - compiler-errors:normalized-sig-wf, r=lcnr | Matthias Krüger | -4/+20 |
| 2024-02-14 | Optimize `delayed_bug` handling. | Nicholas Nethercote | -12/+27 |
| 2024-02-13 | Pin `cc` version | clubby789 | -1/+6 |
| 2024-02-13 | Pin `memchr` version | clubby789 | -1/+2 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -22/+43 |
| 2024-02-14 | Fix `DiagCtxtInner::reset_err_count`. | Nicholas Nethercote | -15/+45 |
| 2024-02-14 | Remove `force_print_diagnostic`. | Nicholas Nethercote | -29/+34 |
| 2024-02-14 | Make `struct_span_note` call `struct_note`. | Nicholas Nethercote | -1/+1 |
| 2024-02-13 | Do not point at `#[allow(_)]` as the reason for compat lint triggering | Esteban Küber | -0/+5 |
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -0/+22 |
| 2024-02-13 | Auto merge of #121036 - matthiaskrgr:rollup-ul05q8e, r=matthiaskrgr | bors | -505/+373 |
| 2024-02-13 | Fix handling of adjustment casts. | Camille GILLOT | -5/+9 |
| 2024-02-13 | Rollup merge of #121031 - TimNN:lh-fix-20240213, r=durin42 | Matthias Krüger | -1/+1 |
| 2024-02-13 | Rollup merge of #121019 - Zalathar:covspans, r=oli-obk | Matthias Krüger | -150/+155 |
| 2024-02-13 | Rollup merge of #120978 - Nadrieril:sane-blocks, r=matthewjasper | Matthias Krüger | -71/+61 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -103/+56 |
| 2024-02-13 | Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errors | Matthias Krüger | -180/+100 |
| 2024-02-13 | Check normalized call signature for WF in mir typeck | Michael Goulet | -4/+20 |
| 2024-02-13 | Move visitable bounds up into interner | Michael Goulet | -77/+37 |
| 2024-02-13 | Add assertions back to canonicalizer | Michael Goulet | -3/+10 |
| 2024-02-13 | Uplift TypeVisitableExt into rustc_type_ir | Michael Goulet | -315/+476 |
| 2024-02-13 | Auto merge of #120055 - nikic:llvm-18, r=cuviper | bors | -4/+4 |
| 2024-02-13 | RustWrapper: adapt for coverage mapping API changes | Tim Neumann | -1/+1 |
| 2024-02-13 | coverage: Simplify code for adding `prev` to pending dups | Zalathar | -40/+12 |