| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu | dianqk | -97/+157 |
| 2025-06-30 | Avoid looking at HIR for trait and impl items | Oli Scherer | -56/+60 |
| 2025-06-30 | Merge `lower_item` into `check_item_type` | Oli Scherer | -27/+23 |
| 2025-06-30 | Move lazy type alias checks to non-hir-wfck | Oli Scherer | -72/+38 |
| 2025-06-30 | Use predicate spans instead of whole item spans | Oli Scherer | -109/+98 |
| 2025-06-30 | Check variances in the non-hir wfchecker | Oli Scherer | -58/+92 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -35/+35 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -378/+588 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -1/+1 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -17/+45 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -97/+152 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -33/+57 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -27/+43 |
| 2025-06-30 | Improve macro-stats printing. | Nicholas Nethercote | -2/+1 |
| 2025-06-30 | Augment the macro-stats test. | Nicholas Nethercote | -3/+10 |
| 2025-06-30 | moved tests | Kivooeo | -0/+0 |
| 2025-06-29 | moved & deleted some tests | Kivooeo | -12/+0 |
| 2025-06-29 | Port #[link_section] to the new attribute parsing infrastructure | Anne Stijns | -9/+28 |
| 2025-06-29 | moved tests | Kivooeo | -0/+0 |
| 2025-06-29 | cleaned up some tests | Kivooeo | -97/+157 |
| 2025-06-29 | Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii | Guillaume Gomez | -1/+172 |
| 2025-06-29 | Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxu | Guillaume Gomez | -145/+162 |
| 2025-06-29 | Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu | Guillaume Gomez | -74/+83 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -25/+138 |
| 2025-06-29 | Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errors | Matthias Krüger | -267/+267 |
| 2025-06-29 | Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmann | Matthias Krüger | -46/+29 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -267/+267 |
| 2025-06-28 | Move some UI tests to more apropriate directories | Trevor Gross | -0/+0 |
| 2025-06-28 | Do not freshen ReError | Michael Goulet | -0/+56 |
| 2025-06-28 | moved tests | Kivooeo | -0/+0 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -74/+83 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -46/+29 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -145/+162 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+339 |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -0/+20 |
| 2025-06-27 | Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com... | Matthias Krüger | -0/+30 |
| 2025-06-27 | Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obk | Matthias Krüger | -75/+171 |
| 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 #142730 - bend-n:suggest_declaring_modules_when_file_found_bu... | Matthias Krüger | -1/+68 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -23/+0 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -1395/+1448 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -0/+20 |
| 2025-06-27 | remember how to write never returns | Jubilee Young | -10/+10 |
| 2025-06-27 | compiler: allow interrupts to return () or ! | Jubilee Young | -0/+110 |
| 2025-06-27 | compiler: fixup error message for x86-interrupt invalid returns | Jubilee Young | -2/+2 |
| 2025-06-27 | tests: add test for invalid interrupt signatures | Jubilee Young | -0/+304 |
| 2025-06-27 | hir_analysis: prohibit `dyn PointeeSized` | David Wood | -0/+30 |
| 2025-06-27 | const checks: avoid 'top-level scope' terminology | Ralf Jung | -75/+171 |
| 2025-06-27 | Rollup merge of #143084 - RalfJung:const-eval-recursive-static-write, r=oli-obk | Guillaume Gomez | -30/+92 |