| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | trait_sel: `MetaSized` always holds temporarily | David Wood | -21/+9 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -1/+1 |
| 2025-06-18 | Bless/update tests. | Mara Bos | -3/+5 |
| 2025-06-18 | Remove 'this error originates in format_args_nl' from test output. | Mara Bos | -2/+1 |
| 2025-06-16 | tests: `PointeeSized` bounds with extern types | David Wood | -9/+23 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -77/+39 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -16/+16 |
| 2025-06-13 | Update tests. | Mara Bos | -77/+39 |
| 2025-06-12 | Rollup merge of #141162 - mejrs:gated, r=fee1-dead | Matthias Krüger | -3/+6 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -16/+16 |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec... | mejrs | -3/+6 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -858/+858 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -858/+858 |
| 2025-06-07 | Rollup merge of #142131 - estebank:cast-sugg, r=Urgau | Jacob Pratt | -1/+1 |
| 2025-06-07 | Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil... | Jacob Pratt | -19/+22 |
| 2025-06-06 | reword suggestion message | Esteban Küber | -1/+1 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -19/+22 |
| 2025-06-05 | Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJung | Matthias Krüger | -2/+3 |
| 2025-06-04 | Report the actual item that evaluation failed for | Oli Scherer | -2/+3 |
| 2025-06-04 | Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e... | Matthias Krüger | -6/+6 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -6/+6 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -881/+881 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -3871/+3731 |
| 2025-05-29 | Rollup merge of #141571 - RalfJung:float-tests, r=tgross35 | Jacob Pratt | -46/+0 |
| 2025-05-28 | coretests: add abs() and copysign() tests, and remove now-unnecessary ui test | Ralf Jung | -46/+0 |
| 2025-05-28 | Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 | bors | -39/+26 |
| 2025-05-27 | Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU | Trevor Gross | -39/+26 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -62/+9 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -120/+20 |
| 2025-05-25 | Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint | Michael Goulet | -39/+26 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -62/+9 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -26/+12 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-05-10 | Auto merge of #140895 - matthiaskrgr:rollup-rfvqv4t, r=matthiaskrgr | bors | -11/+11 |
| 2025-05-10 | Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-... | Matthias Krüger | -11/+11 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -12/+12 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -8/+6 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -5/+4 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -27/+27 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -4/+4 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -27/+27 |
| 2025-04-30 | Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhpratt | Matthias Krüger | -1/+14 |
| 2025-04-30 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+14 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -588/+642 |
| 2025-04-29 | stabilize ptr::swap_nonoverlapping in const | Ralf Jung | -8/+6 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -2/+2 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -15/+18 |
| 2025-04-22 | remove intrinsics::drop_in_place | Ralf Jung | -11/+11 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -2/+2 |
| 2025-04-15 | Add test for issue 125668 | reddevilmidzy | -0/+5 |