| Age | Commit message (Expand) | Author | Lines |
| 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 | Added sahf feature to windows targets | CKingX | -5/+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 | Prefer `min_exhaustive_patterns` in compiler | Nadrieril | -2/+4 |
| 2024-02-13 | Unmark the feature gate as incomplete | Nadrieril | -1/+1 |
| 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 | Continue reporting remaining errors instead of silently dropping them | Oli Scherer | -2/+3 |
| 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 |
| 2024-02-13 | coverage: Move `prev_original_span` into `PrevCovspan` | Zalathar | -19/+11 |
| 2024-02-13 | coverage: Split `CoverageSpan` into several distinct structs | Zalathar | -83/+139 |
| 2024-02-13 | Avoid an ICE in diagnostics | Oli Scherer | -1/+1 |
| 2024-02-13 | Just pass the checker instead of individual fields | Oli Scherer | -39/+33 |
| 2024-02-13 | Remove an `impl_polarity` call where the information is already available in ... | Oli Scherer | -16/+23 |
| 2024-02-13 | coverage: Don't track `curr_original_span` explicitly | Zalathar | -11/+2 |
| 2024-02-13 | coverage: When merging spans, keep `prev` and merge `curr` into it | Zalathar | -9/+3 |
| 2024-02-13 | Avoid using the HIR span in the happy path | Oli Scherer | -5/+8 |
| 2024-02-13 | Don't reinvoke `trait_header` query twice | Oli Scherer | -11/+11 |
| 2024-02-13 | Use MCSubtargetInfo::getAllProcessorFeatures() | Nikita Popov | -4/+4 |
| 2024-02-13 | Invoke `trait_def` query only once | Oli Scherer | -10/+13 |
| 2024-02-13 | Store impl unsafety in impl trait header | Oli Scherer | -24/+28 |
| 2024-02-13 | Rollup merge of #120995 - durin42:llvm-19-pgo-coldfuncopt, r=cuviper | Matthias Krüger | -0/+15 |
| 2024-02-13 | Rollup merge of #120988 - tshepang:fix-comment, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-02-13 | Rollup merge of #120987 - tshepang:redundant, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2024-02-13 | Rollup merge of #120974 - zmodem:exportas, r=durin42 | Matthias Krüger | -0/+3 |
| 2024-02-13 | Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-02-13 | Rollup merge of #120751 - estebank:issue-68982, r=nnethercote | Matthias Krüger | -35/+89 |