| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-09 | tests: bless ui and rustdoc-ui tests for ICE messages | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-04-06 | Do not ICE on field access check on expr with `ty::Error` | Esteban Küber | -0/+26 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -18/+18 |
| 2024-04-02 | Remove dangling `.mir.stderr` and `.thir.stderr` test files | Eduardo Sánchez Muñoz | -38/+0 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -0/+41 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -18/+18 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -1/+1 |
| 2024-03-28 | Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoerister | bors | -17/+17 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -17/+17 |
| 2024-03-27 | Load missing type of impl associated constant from trait definition | Oli Scherer | -0/+65 |
| 2024-03-25 | Rollup merge of #122769 - RalfJung:reachable, r=tmiasko | Jubilee | -1/+14 |
| 2024-03-25 | extend doc comment for reachability set computation | Ralf Jung | -1/+14 |
| 2024-03-25 | Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril | bors | -1/+4 |
| 2024-03-24 | add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directive | Matthias Krüger | -1/+2 |
| 2024-03-24 | add test for ice 83056 "bad input type for cast" | Matthias Krüger | -0/+26 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -2/+0 |
| 2024-03-22 | `swap_simple` no longer needs to be a separate function | Scott McMurray | -2/+0 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -74/+616 |
| 2024-03-21 | make sure we don't inline these generic fn as that could monomorphize them | Ralf Jung | -6/+12 |
| 2024-03-21 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -1/+4 |
| 2024-03-20 | explicitly set opt-level=0 | Ralf Jung | -94/+109 |
| 2024-03-20 | mentioned_items: record all callee and coerced closure types, whether they ar... | Ralf Jung | -2/+229 |
| 2024-03-20 | mentioned items: also handle closure-to-fn-ptr coercions | Ralf Jung | -0/+75 |
| 2024-03-20 | mentioned items: also handle vtables | Ralf Jung | -13/+32 |
| 2024-03-20 | fix comments in required-consts tests | Ralf Jung | -34/+29 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -25/+230 |