| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -22/+22 |
| 2024-08-10 | Update tests | Nadrieril | -209/+159 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -22/+22 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -14/+12 |
| 2024-08-07 | Add test to ensure implied target features work with asm, and fix failing tests | Caleb Zulawski | -42/+25 |
| 2024-07-28 | Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 | Matthias Krüger | -6/+12 |
| 2024-07-27 | switch to an allowlist approach | Folkert | -4/+4 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -2/+27 |
| 2024-07-25 | Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obk | Matthias Krüger | -0/+53 |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -0/+53 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -4/+4 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -18/+26 |
| 2024-07-24 | Fix ddltool-failed test | Esteban Küber | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -4/+4 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -35/+3 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -35/+3 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -2/+27 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -24/+12 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+24 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -13/+4 |
| 2024-07-18 | Replace ASCII control chars with Unicode Control Pictures | Esteban Küber | -0/+0 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -39/+6 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -13/+4 |
| 2024-07-16 | improve error message when `#[naked]` is used with `#[track-caller] and `#[ta... | Folkert | -6/+12 |
| 2024-07-16 | Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obk | Trevor Gross | -0/+4 |