| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -34/+34 |
| 2025-06-27 | Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obk | Matthias Krüger | -58/+132 |
| 2025-06-27 | Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk | Matthias Krüger | -0/+15 |
| 2025-06-27 | Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwU | Matthias Krüger | -0/+28 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -110/+110 |
| 2025-06-27 | const checks: avoid 'top-level scope' terminology | Ralf Jung | -58/+132 |
| 2025-06-27 | const-eval: error when initializing a static writes to that static | Ralf Jung | -15/+61 |
| 2025-06-26 | clarify and unify 'transient mutable borrow' errors | Ralf Jung | -49/+49 |
| 2025-06-26 | add more sensible mut-ref-to-immutable test | Ralf Jung | -8/+21 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -121/+117 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -110/+110 |
| 2025-06-26 | const validation: properly ignore zero-sized UnsafeCell | Ralf Jung | -0/+15 |
| 2025-06-25 | Normalize before computing ConstArgHasType goal | Michael Goulet | -0/+28 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -56/+74 |
| 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 |