| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Inline and remove more `DiagnosticBuilder::new_diagnostic_*` functions. | Nicholas Nethercote | -83/+28 |
| 2023-12-04 | Auto merge of #118490 - Nadrieril:arena-alloc-matrix, r=nnethercote | bors | -31/+33 |
| 2023-12-04 | Inline and remove `DiagnosticBuilder::new_diagnostic_*` functions. | Nicholas Nethercote | -24/+0 |
| 2023-12-04 | Give `Handler::fatal` and `Session::fatal` the same return type. | Nicholas Nethercote | -8/+9 |
| 2023-12-04 | dedup for duplicate suggestions | bohan | -4/+5 |
| 2023-12-04 | Document reentrancy in `*Arena::alloc_from_iter` | Nadrieril | -16/+25 |
| 2023-12-03 | Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillot | bors | -16/+22 |
| 2023-12-03 | Auto merge of #118579 - matthiaskrgr:rollup-22kn8sa, r=matthiaskrgr | bors | -6/+14 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -16/+22 |
| 2023-12-03 | Rollup merge of #118574 - Enselic:query-instability, r=cjgillot | Matthias Krüger | -1/+7 |
| 2023-12-03 | Rollup merge of #118525 - Zalathar:skip-spans, r=cjgillot | Matthias Krüger | -5/+7 |
| 2023-12-03 | Auto merge of #118072 - estebank:issue-98982, r=cjgillot | bors | -13/+86 |
| 2023-12-03 | Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov | bors | -32/+85 |
| 2023-12-03 | Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkov | bors | -2/+9 |
| 2023-12-03 | rustc_session: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+7 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -132/+133 |
| 2023-12-03 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -59/+42 |
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -8/+27 |
| 2023-12-03 | Disallow guards on never patterns | Nadrieril | -2/+17 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -5/+42 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -29/+25 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -151/+221 |
| 2023-12-03 | interpret: make numeric_intrinsic accessible from Miri | Ralf Jung | -46/+36 |
| 2023-12-03 | codegen, miri: fix computing the offset of an unsized field in a packed struct | Ralf Jung | -11/+23 |
| 2023-12-03 | more targeted errors when extern types end up in places they should not | Ralf Jung | -0/+22 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -12/+4 |
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -5/+7 |
| 2023-12-02 | Fix ICE when suggesting closures for non-fn-like defs | sjwang05 | -2/+9 |
| 2023-12-02 | Avoid per-register closure expansions | Mark Rousskov | -58/+63 |
| 2023-12-02 | Rollup merge of #118524 - celinval:smir-instance-def, r=ouz-a | Matthias Krüger | -19/+107 |
| 2023-12-02 | Rollup merge of #118514 - Enselic:ice-probe, r=cjgillot | Matthias Krüger | -3/+4 |
| 2023-12-02 | Implement repr(packed) for repr(simd) | Caleb Zulawski | -3/+24 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -12/+4 |
| 2023-12-02 | Add diagnostic item to PartialEq::{eq,ne} | Urgau | -0/+2 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -6/+27 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -2/+10 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -5/+30 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -486/+464 |
| 2023-12-02 | Anticipate allocation sizes | Nadrieril | -15/+8 |
| 2023-12-01 | Add more information to stable Instance | Celina G. Val | -19/+107 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -32/+335 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -102/+98 |
| 2023-12-02 | Inline and remove `LoweringContext::handler()`. | Nicholas Nethercote | -6/+2 |
| 2023-12-02 | Remove unnecessary qualifiers. | Nicholas Nethercote | -3/+3 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -40/+33 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -66/+51 |
| 2023-12-02 | `Handler` tweaks. | Nicholas Nethercote | -8/+6 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -25/+28 |
| 2023-12-02 | Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`. | Nicholas Nethercote | -21/+21 |