| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-26 | Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboet | bors | -4/+4 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -4/+4 |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -14/+26 |
| 2024-05-23 | Add regression tests | Oli Scherer | -0/+42 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -3/+3 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -3/+3 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -63/+36 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -7/+7 |
| 2024-05-03 | turn pointer_structural_match into a hard error | Ralf Jung | -140/+11 |
| 2024-05-03 | remove IndirectStructuralMatch lint, emit the usual hard error instead | Ralf Jung | -62/+21 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -1/+1 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -1/+2 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -1/+1 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -0/+52 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -0/+52 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -6/+2 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -1/+89 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -219/+60 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -4/+2 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -4/+2 |
| 2024-04-22 | Rollup merge of #124240 - matthiaskrgr:tests_sunday, r=compiler-errors | Matthias Krüger | -0/+62 |
| 2024-04-21 | add test for #121413 | Matthias Krüger | -0/+62 |
| 2024-04-21 | Move some tests | Caio | -0/+33 |
| 2024-04-18 | Auto merge of #122684 - oli-obk:delay_interning_errors_to_after_validaiton, r... | bors | -460/+241 |
| 2024-04-17 | Auto merge of #123936 - Mark-Simulacrum:zst-no-alloc, r=oli-obk | bors | -8/+13 |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -490/+201 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -61/+131 |
| 2024-04-16 | Codegen ZSTs without an allocation | Mark Rousskov | -8/+13 |
| 2024-04-17 | Rollup merge of #124000 - compiler-errors:sugg-tweaks, r=wesleywiser | Guillaume Gomez | -2/+2 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -0/+39 |
| 2024-04-15 | Use /* value */ as a placeholder | Michael Goulet | -2/+2 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -1/+1 |
| 2024-04-14 | Fix value suggestion for array in generic context | Michael Goulet | -0/+26 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -2/+2 |