| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -651/+617 |
| 2024-09-20 | Rollup merge of #130605 - clubby789:change-test, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-09-20 | Rollup merge of #129755 - vincenzopalazzo:macros/recursive-macros-between-edi... | Guillaume Gomez | -0/+52 |
| 2024-09-20 | Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errors | Guillaume Gomez | -0/+14 |
| 2024-09-20 | Fix feature name in test | clubby789 | -1/+1 |
| 2024-09-20 | Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472 | bors | -0/+20 |
| 2024-09-19 | rustdoc: use the correct span for doctests | Michael Howell | -1/+39 |
| 2024-09-18 | Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril | Jubilee | -0/+36 |
| 2024-09-18 | Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=Urgau | Jubilee | -0/+38 |
| 2024-09-19 | Auto merge of #123877 - ShE3py:expr-in-pats-2, r=fmease | bors | -340/+1418 |
| 2024-09-18 | Never patterns constitute a read for unsafety | Michael Goulet | -0/+36 |
| 2024-09-18 | Add known-bug and update comments to describe correct behavior in light of bug | Eric Holk | -6/+3 |
| 2024-09-18 | Rollup merge of #130487 - cuviper:min-llvm-18, r=nikic | Jubilee | -204/+66 |
| 2024-09-18 | Rollup merge of #130450 - workingjubilee:these-names-are-indirect, r=bjorn3 | Jubilee | -30/+6 |
| 2024-09-18 | Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease | Jubilee | -1/+64 |
| 2024-09-18 | Rollup merge of #127988 - estebank:dupe-derive-params, r=fmease | Jubilee | -0/+90 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -204/+66 |
| 2024-09-18 | Check params for unsafety in THIR | Michael Goulet | -0/+38 |
| 2024-09-18 | tests: Move wasm32 to transparent-opaque-ptr.rs test | Jubilee Young | -4/+4 |
| 2024-09-18 | tests: Remove test for wrong wasm codegen | Jubilee Young | -26/+2 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -61/+809 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -213/+543 |
| 2024-09-18 | Explicitly mark a hack as a HACK and elaborate its comment | León Orell Valerian Liehr | -10/+12 |
| 2024-09-18 | Do not ICE with incorrect empty suggestion | Esteban Küber | -0/+88 |
| 2024-09-18 | Rollup merge of #130507 - Urgau:check-cfg-raw-keywords, r=jieyouxu | Matthias Krüger | -0/+120 |
| 2024-09-18 | Get rid of niche selection's dependence on fields's order | Adwin White | -0/+20 |
| 2024-09-18 | Auto merge of #130500 - matthiaskrgr:rollup-lfx3bb4, r=matthiaskrgr | bors | -3/+116 |
| 2024-09-18 | Improve handling of raw-idents in check-cfg | Urgau | -0/+120 |
| 2024-09-18 | Rollup merge of #130466 - davidtwco:aarch64-transparent-test, r=jieyouxu | Matthias Krüger | -3/+116 |
| 2024-09-18 | Auto merge of #130498 - matthiaskrgr:rollup-tg4d0zi, r=matthiaskrgr | bors | -16/+139 |
| 2024-09-18 | Rollup merge of #130496 - jder:issue-130400, r=compiler-errors | Matthias Krüger | -0/+34 |
| 2024-09-18 | Rollup merge of #130491 - matthiaskrgr:sehsarc, r=compiler-errors | Matthias Krüger | -0/+97 |
| 2024-09-18 | Rollup merge of #130489 - compiler-errors:raw-lt-lint, r=jieyouxu | Matthias Krüger | -0/+8 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -16/+0 |
| 2024-09-18 | Auto merge of #130454 - durin42:llvm-20-notrunc, r=workingjubilee | bors | -5/+8 |
| 2024-09-17 | Fix circular fn_sig queries to return the correct number of arguments for met... | Jesse Rusak | -0/+34 |
| 2024-09-18 | Rollup merge of #130482 - spastorino:remove-known-bug-97156, r=jackh726 | Matthias Krüger | -81/+0 |
| 2024-09-18 | more crash tests | Matthias Krüger | -0/+97 |
| 2024-09-17 | Store raw ident span for raw lifetime | Michael Goulet | -0/+8 |
| 2024-09-17 | Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgr | bors | -1/+32 |
| 2024-09-17 | Rollup merge of #129477 - Xiretza:fix-fluent-diagnostics, r=compiler-errors | Matthias Krüger | -1/+32 |
| 2024-09-17 | Remove redundant test typeid equality by subtyping | Santiago Pastorino | -81/+0 |
| 2024-09-17 | Add coverage for pat too | Eric Holk | -30/+45 |
| 2024-09-17 | test: cross-edition metavar fragment specifiers | Vincenzo Palazzo | -0/+40 |
| 2024-09-17 | Rollup merge of #130440 - compiler-errors:rpitit-opaque-hidden, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-09-17 | Rollup merge of #130275 - compiler-errors:extern-crate, r=lcnr | Matthias Krüger | -0/+39 |
| 2024-09-17 | Rollup merge of #130201 - compiler-errors:foreign-synthetic-body, r=lcnr | Matthias Krüger | -0/+39 |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-09-17 | Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxu | Matthias Krüger | -0/+9 |
| 2024-09-17 | fluent_macro: fix diagnostics for fluent parse failures | Xiretza | -5/+5 |