| Age | Commit message (Expand) | Author | Lines |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -8/+8 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -24/+48 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -0/+87 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -0/+6 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -17/+4 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 |
| 2024-11-16 | Add regression test for issue #103476, fixed in edition 2024 | est31 | -0/+25 |
| 2024-11-16 | Also check if let chains with multiple lets in these two tests | est31 | -1/+28 |
| 2024-11-10 | Add more places where expressions can occur | est31 | -398/+835 |
| 2024-11-10 | Unify disallowed-positions test files into one file | est31 | -652/+2405 |
| 2024-11-04 | Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errors | Jubilee | -1/+10 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -2/+2 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -4/+4 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -1/+39 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -1/+39 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -2/+2 |
| 2024-10-28 | More test for non-exhaustive C-like enums in FFI | Yuri Astrakhan | -1/+10 |
| 2024-10-28 | Tweak more warnings. | Nicholas Nethercote | -4/+4 |
| 2024-10-22 | Move tests | Michael Goulet | -7896/+0 |
| 2024-10-21 | Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf... | bors | -0/+133 |
| 2024-10-21 | lang: Strengthen RFC 3391 guarantees to match T-lang consensus | Jubilee Young | -0/+71 |
| 2024-10-19 | compiler: Fully stabilize `result_ffi_guarantees` | Jubilee Young | -0/+62 |
| 2024-10-19 | Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=... | Matthias Krüger | -6/+25 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -4/+5 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -5/+5 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -3/+3 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -3/+3 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -28/+28 |
| 2024-10-02 | Improve const traits diagnostics for new desugaring | Deadbeef | -137/+114 |
| 2024-09-30 | Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-... | Matthias Krüger | -3/+3 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -3/+3 |
| 2024-09-27 | properly elaborate effects implied bounds for super traits | Deadbeef | -53/+21 |
| 2024-09-26 | Make new information notes instead of labels | Jonathan Birk | -5/+5 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -8/+23 |
| 2024-09-21 | Don't elaborate effects predicates into bounds list unless we're actually col... | Michael Goulet | -14/+1 |
| 2024-09-19 | warn less about non-exhaustive in ffi | Jubilee Young | -6/+25 |
| 2024-09-18 | Never patterns constitute a read for unsafety | Michael Goulet | -0/+36 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -37/+34 |
| 2024-09-13 | Add a machine-applicable suggestion to "unreachable pattern" | Nadrieril | -5/+20 |
| 2024-09-11 | Revert warning empty patterns as unreachable | Nadrieril | -31/+26 |
| 2024-09-02 | Non-exhaustive structs may be empty | Nadrieril | -196/+134 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -6/+6 |
| 2024-08-24 | remove invalid `TyCompat` relation for effects | Deadbeef | -2/+13 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -28/+28 |
| 2024-08-20 | Move the "matches no value" note to be a span label | Nadrieril | -24/+12 |
| 2024-08-19 | Add a note with a link to explain empty types | Nadrieril | -0/+12 |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -16/+16 |
| 2024-08-16 | Simplify cleaning foreign fns in rustdoc | Michael Goulet | -2/+2 |