| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -82/+157 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -82/+157 |
| 2024-03-17 | Rollup merge of #122572 - the8472:test-const-deadness, r=RalfJung | Matthias Krüger | -0/+46 |
| 2024-03-17 | add test for #122301 to cover behavior that's on stable | The 8472 | -0/+46 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -6/+6 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -1/+1 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -0/+130 |
| 2024-03-14 | Rollup merge of #122440 - RalfJung:required-consts, r=oli-obk | Matthias Krüger | -72/+447 |
| 2024-03-13 | include 32-bit variant for updated test of miri diagnostics. | Felix S. Klock II | -13/+167 |
| 2024-03-13 | const-eval: organize and extend tests for required-consts | Ralf Jung | -72/+447 |
| 2024-03-13 | Rebase. Update expected output to match current output. | Felix S. Klock II | -89/+57 |
| 2024-03-13 | Updated the test to include more output normalization. | Felix S. Klock II | -31/+34 |
| 2024-03-13 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -60/+634 |
| 2024-03-13 | regression test from 121610. | Felix S. Klock II | -0/+41 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -0/+60 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -5/+7 |
| 2024-03-12 | Add tests showing how we duplicate allocations when we shouldn't | Amanjeev Sethi | -0/+58 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -1/+0 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -2/+1 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -1/+0 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -2/+1 |
| 2024-03-11 | Rollup merge of #121893 - RalfJung:const-interior-mut-tests, r=oli-obk | Jubilee | -28/+113 |
| 2024-03-11 | promote-not: add test that distinguishes promotion from outer scope rule | Ralf Jung | -22/+42 |
| 2024-03-11 | const-checking: add some corner case tests, and fix some nits | Ralf Jung | -1/+46 |