| Age | Commit message (Expand) | Author | Lines |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -5/+5 |
| 2025-03-28 | Add a HIR pretty-printing test focused on lifetimes. | Nicholas Nethercote | -0/+187 |
| 2025-03-27 | Rollup merge of #138987 - madsmtm:fix-108825, r=jieyouxu | Stuart Cook | -0/+16 |
| 2025-03-27 | Rollup merge of #138985 - oli-obk:push-mvlqmtmyozro, r=compiler-errors | Stuart Cook | -34/+16 |
| 2025-03-27 | Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errors | Stuart Cook | -0/+24 |
| 2025-03-27 | Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnr | Stuart Cook | -0/+31 |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -0/+36 |
| 2025-03-26 | Always emit native-static-libs note, even if it is empty | Mads Marquart | -0/+16 |
| 2025-03-26 | Test that env! works with incremental compilation | Mads Marquart | -0/+36 |
| 2025-03-26 | Use the correct binder scope for elided lifetimes in assoc consts | Oli Scherer | -34/+16 |
| 2025-03-26 | Collect items referenced from var_debug_info | Tomasz Miąsko | -0/+24 |
| 2025-03-26 | Rollup merge of #138959 - meithecatte:matchpair-place-option, r=Zalathar | Stuart Cook | -0/+11 |
| 2025-03-26 | Rollup merge of #138954 - compiler-errors:hash-opaques, r=oli-obk | Stuart Cook | -0/+19 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -478/+388 |
| 2025-03-26 | Rollup merge of #138818 - khuey:138198, r=jieyouxu | Stuart Cook | -0/+18 |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -2/+57 |
| 2025-03-26 | Implement lint against using Interner and InferCtxtLike in random compiler cr... | Michael Goulet | -0/+31 |
| 2025-03-26 | Auto merge of #138956 - jhpratt:rollup-6g7ppwd, r=jhpratt | bors | -152/+137 |
| 2025-03-26 | Add a regression test for TestCase::Or without place | Maja Kądziołka | -0/+11 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -83/+82 |
| 2025-03-25 | Rollup merge of #138885 - fneddy:fix_pattern_types_tests, r=compiler-errors | Jacob Pratt | -13/+15 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -0/+20 |
| 2025-03-25 | Rollup merge of #138128 - compiler-errors:precise-capturing-in-traits, r=oli-... | Jacob Pratt | -56/+20 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -0/+19 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -1/+126 |
| 2025-03-25 | Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgr | bors | -5/+140 |
| 2025-03-25 | Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2025-03-25 | Rollup merge of #138886 - samueltardieu:push-xxkzmupznoky, r=jieyouxu | Matthias Krüger | -0/+103 |
| 2025-03-25 | Rollup merge of #138317 - petrochenkov:libsearch3, r=compiler-errors | Matthias Krüger | -5/+24 |
| 2025-03-25 | Test define opaques in extern items | Michael Goulet | -0/+30 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -83/+52 |
| 2025-03-25 | Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxu | bors | -25/+276 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -25/+276 |
| 2025-03-25 | Incorporate issue-111692.rs into the larger test file and add more test cases | León Orell Valerian Liehr | -83/+66 |
| 2025-03-25 | Combine several test files into one | León Orell Valerian Liehr | -372/+263 |
| 2025-03-25 | Brace-ident-colon can certainly no longer start a block | León Orell Valerian Liehr | -49/+86 |
| 2025-03-25 | privacy: Visit types and traits in impls in type privacy lints | Vadim Petrochenkov | -5/+24 |
| 2025-03-25 | add FCW to warn about wasm ABI transition | Ralf Jung | -1/+126 |
| 2025-03-25 | ignore doctests only in specified targets | Takayuki Maeda | -0/+20 |
| 2025-03-25 | Rollup merge of #138838 - compiler-errors:new-solver-crashes-tweaks, r=lcnr | Takayuki Maeda | -22/+88 |
| 2025-03-25 | Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxu | Takayuki Maeda | -0/+4 |
| 2025-03-25 | Add a test with an empty crate name. | Nicholas Nethercote | -0/+13 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -0/+21 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -42/+67 |
| 2025-03-24 | Rollup merge of #138868 - mejrs:d_not_recommend_typo, r=davidtwco | Matthias Krüger | -1/+18 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -1/+0 |
| 2025-03-24 | Mark a fixed test | Michael Goulet | -3/+8 |
| 2025-03-24 | Don't ICE when encountering placeholders in layout computation | Michael Goulet | -8/+22 |
| 2025-03-24 | Don't mark privacy test as needing GCE | Michael Goulet | -11/+10 |
| 2025-03-24 | Allow WellFormed goals to be returned from relating in new solver | Michael Goulet | -0/+48 |