| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU" | Boxy | -3/+3 |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -182/+113 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -3/+3 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -1/+1 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -3/+5 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -6/+21 |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -182/+113 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -3/+3 |
| 2024-07-15 | Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obk | Matthias Krüger | -427/+399 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -6/+21 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -25/+30 |
| 2024-07-13 | consolidate miri-unleashed tests for mutable refs into one file | Ralf Jung | -427/+399 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -6/+21 |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -2/+2 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -15/+26 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -57/+57 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -25/+30 |
| 2024-07-06 | Rollup merge of #127275 - RalfJung:offset-from-isize-min, r=Amanieu | Matthias Krüger | -5/+19 |
| 2024-07-04 | Rollup merge of #127319 - oli-obk:fail2taint, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2024-07-04 | Remove a use of `StructuredDiag`, which is incompatible with automatic error ... | Oli Scherer | -0/+13 |
| 2024-07-04 | offset_from: "the difference must fit in an isize" is a corollary | Ralf Jung | -5/+19 |
| 2024-07-04 | Use shorter span for float literal suggestion | Esteban Küber | -4/+6 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -6/+2 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -50/+34 |
| 2024-06-28 | bless UI tests | Deadbeef | -4/+16 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -298/+65 |
| 2024-06-24 | Suggest inline const blocks for array initialization | Pavel Grigorenko | -33/+19 |
| 2024-06-23 | Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errors | Matthias Krüger | -1/+25 |
| 2024-06-23 | Change a fixed crash test to a standard test | Trevor Gross | -0/+14 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -1/+25 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -4/+31 |
| 2024-06-21 | bless tests | Deadbeef | -23/+256 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -6/+2 |
| 2024-06-19 | Remove c_unwind from tests and fix tests | Gary Guo | -2/+2 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -0/+244 |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -16/+16 |
| 2024-06-14 | Resolve const lifetimes to static in trait too | Michael Goulet | -20/+7 |
| 2024-06-14 | Add more tests | Michael Goulet | -0/+245 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -0/+12 |
| 2024-06-14 | Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk | Matthias Krüger | -3/+38 |
| 2024-06-14 | const validation: fix ICE on dangling ZST reference | Ralf Jung | -3/+38 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -4/+8 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -16/+16 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -0/+244 |
| 2024-06-11 | add const eval bool-to-int cast test | Ralf Jung | -0/+31 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -18/+11 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -8/+8 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -8/+8 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -51/+0 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -202/+32 |