| Age | Commit message (Expand) | Author | Lines |
| 2025-04-04 | add new tests for autodiff batching and update old ones | Manuel Drehwald | -20/+25 |
| 2025-04-04 | Add tests for super let. | Mara Bos | -0/+460 |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -31/+31 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -4/+51 |
| 2025-04-04 | Make the compiler suggest actual paths instead of visible paths if the visibl... | morine0122 | -0/+45 |
| 2025-04-04 | Add feature gate test for cfg'd out super let. | Mara Bos | -1/+18 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -18/+18 |
| 2025-04-04 | Rollup merge of #139349 - meithecatte:destructor-constness, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2025-04-04 | Rollup merge of #139335 - compiler-errors:error-implies, r=oli-obk | Matthias Krüger | -0/+64 |
| 2025-04-04 | Rollup merge of #139322 - Kobzol:run-make-lld-refactor, r=jieyouxu | Matthias Krüger | -0/+0 |
| 2025-04-04 | Fix `Debug` impl for `LateParamRegionKind`. | Nicholas Nethercote | -4/+4 |
| 2025-04-04 | adt_destructor: sanity-check returned item | Maja Kądziołka | -0/+28 |
| 2025-04-04 | Apply `Recovery::Forbidden` when reparsing pasted macro fragments. | Nicholas Nethercote | -25/+32 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+450 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -461/+461 |
| 2025-04-03 | Rollup merge of #138767 - clubby789:check-cfg-bool, r=Urgau | Matthias Krüger | -24/+15 |
| 2025-04-03 | Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obk | Matthias Krüger | -4/+0 |
| 2025-04-03 | Pass correct param-env to error_implies | Michael Goulet | -0/+64 |
| 2025-04-03 | Add more tests for `cfg_boolean_literals` | clubby789 | -0/+41 |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -78/+22 |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -12/+71 |
| 2025-04-03 | Move `link-self-contained-consistency` test to a more reasonable location | Jakub Beránek | -0/+0 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+450 |
| 2025-04-03 | Allow boolean literals in `check-cfg` | clubby789 | -24/+15 |
| 2025-04-03 | compiler: report error when trait object type param reference self | xtex | -0/+21 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -464/+484 |
| 2025-04-03 | Fix up tests on wasm and msvc, and rebase conflicts | Vadim Petrochenkov | -13/+35 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -513/+636 |
| 2025-04-03 | Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmease | Matthias Krüger | -12/+54 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -0/+17 |
| 2025-04-03 | Fix the `f16`/`f128` feature gate on integer literals | beetrees | -12/+54 |
| 2025-04-03 | structure the message | Tshepang Mbambo | -1/+3 |
| 2025-04-03 | use lower case to match other error messages | Tshepang Mbambo | -2/+2 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -32/+202 |
| 2025-04-02 | Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2025-04-02 | Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errors | Matthias Krüger | -32/+32 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -0/+137 |
| 2025-04-02 | Fix two incorrect turbofish suggestions | Freya Arbjerg | -0/+33 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -3/+7 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -2/+2 |
| 2025-04-02 | Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`. | Nicholas Nethercote | -5/+5 |
| 2025-04-02 | Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`. | Nicholas Nethercote | -1/+1 |
| 2025-04-01 | add tests for array/slice const patterns | dianne | -0/+137 |
| 2025-04-02 | Auto merge of #139229 - Zalathar:rollup-5cs3f4d, r=Zalathar | bors | -13/+163 |
| 2025-04-02 | Rollup merge of #139200 - xizheyin:issue-139174, r=compiler-errors | Stuart Cook | -0/+64 |
| 2025-04-02 | Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=... | Stuart Cook | -13/+39 |
| 2025-04-02 | Rollup merge of #138823 - a4lg:riscv-feature-addition-base-i, r=Amanieu | Stuart Cook | -0/+5 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+25 |
| 2025-04-02 | Rollup merge of #135295 - eyraudh:master, r=compiler-errors | Stuart Cook | -0/+30 |
| 2025-04-02 | rustc_target: RISC-V: add base "I"-related important extensions | Tsukasa OI | -0/+5 |