| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format... | Georg Semmler | -9/+425 |
| 2023-12-04 | dedup for duplicate suggestions | bohan | -0/+31 |
| 2023-12-03 | Auto merge of #118072 - estebank:issue-98982, r=cjgillot | bors | -17/+48 |
| 2023-12-03 | Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkov | bors | -0/+36 |
| 2023-12-03 | Satisfy tidy | Nadrieril | -0/+0 |
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -18/+48 |
| 2023-12-03 | Disallow guards on never patterns | Nadrieril | -41/+30 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -7/+86 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -0/+2 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -115/+177 |
| 2023-12-03 | codegen, miri: fix computing the offset of an unsized field in a packed struct | Ralf Jung | -0/+75 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -0/+106 |
| 2023-12-02 | Fix ICE when suggesting closures for non-fn-like defs | sjwang05 | -0/+36 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -34/+34 |
| 2023-12-02 | Rollup merge of #118539 - RalfJung:packed-struct-tests, r=lqd | Matthias Krüger | -0/+0 |
| 2023-12-02 | Rollup merge of #118514 - Enselic:ice-probe, r=cjgillot | Matthias Krüger | -1/+10 |
| 2023-12-02 | Add test using non-power-of-two vector | Caleb Zulawski | -1/+15 |
| 2023-12-02 | Implement repr(packed) for repr(simd) | Caleb Zulawski | -0/+45 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -0/+106 |
| 2023-12-02 | move packed-struct tests into packed/ folder | Ralf Jung | -0/+0 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -16/+16 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -0/+15 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -0/+100 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -8/+8 |
| 2023-12-02 | Add tests | Nadrieril | -1/+229 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -210/+198 |
| 2023-12-02 | Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasper | bors | -0/+46 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -8/+8 |
| 2023-12-01 | rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative | Martin Nordholts | -1/+10 |
| 2023-12-01 | Tweak unclosed generics errors | Esteban Küber | -36/+30 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -0/+100 |
| 2023-12-01 | Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkov | bors | -6/+74 |
| 2023-12-01 | fix: correct the arg for 'suggest to use associated function syntax' diagnostic | Young-Flash | -0/+73 |
| 2023-12-01 | add tests from crater for liveness causing scope differences | Rémy Rakic | -0/+46 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -56/+15 |
| 2023-12-01 | Rollup merge of #118486 - RalfJung:add-feature, r=compiler-errors | Takayuki Maeda | -73/+73 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -6/+74 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+49 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -43/+80 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -73/+73 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+49 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -19/+27 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -45/+13 |
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -0/+53 |
| 2023-11-29 | review comments and rebase fixes | Esteban Küber | -2/+2 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -43/+80 |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -24/+2 |
| 2023-11-29 | fix rebase | Esteban Küber | -2/+24 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -0/+4 |