| Age | Commit message (Expand) | Author | Lines |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -4/+2 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -2/+6 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -128/+16 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -128/+16 |
| 2024-07-24 | Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -2/+6 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -7/+4 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -28/+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/+28 |
| 2024-07-22 | compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safe | Jubilee Young | -7/+4 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -17/+14 |
| 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-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -17/+14 |
| 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 | stabilize `const_int_from_str` | Skgland | -4/+2 |
| 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 |