| Age | Commit message (Expand) | Author | Lines |
| 2024-09-11 | add regression test for #97589 | dianne | -0/+20 |
| 2024-09-11 | Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau | Matthias Krüger | -2/+10 |
| 2024-09-11 | Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errors | Matthias Krüger | -0/+53 |
| 2024-09-11 | Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=... | Matthias Krüger | -0/+55 |
| 2024-09-11 | Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errors | Matthias Krüger | -29/+20 |
| 2024-09-11 | Revert warning empty patterns as unreachable | Nadrieril | -464/+91 |
| 2024-09-11 | Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu | bors | -0/+55 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -2/+4 |
| 2024-09-11 | Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat... | Olivier Goffart | -3/+3 |
| 2024-09-11 | Fix false positive with `missing_docs` and `#[test]` | Olivier Goffart | -0/+6 |
| 2024-09-11 | Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errors | bors | -7/+7 |
| 2024-09-11 | Regression test for #129541 | Zachary S | -0/+14 |
| 2024-09-11 | Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead | bors | -8/+23 |
| 2024-09-10 | rustdoc: tweak spacing in toolbar | Michael Howell | -5/+5 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -65/+87 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -101/+79 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -0/+1 |
| 2024-09-10 | enable and extend float-classify test | Ralf Jung | -126/+128 |
| 2024-09-10 | move float tests into their own dir | Jubilee Young | -0/+0 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -1051/+764 |
| 2024-09-10 | Report the `note` when specified in `diagnostic::on_unimplemented` | FedericoBruzzone | -0/+53 |
| 2024-09-10 | Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgr | bors | -41/+63 |
| 2024-09-11 | downgrade borrowck suggestion level due to possible span conflict | Ding Xiang Fei | -34/+79 |
| 2024-09-11 | coalesce lint suggestions that can intersect | Ding Xiang Fei | -47/+353 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -14/+625 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+92 |
| 2024-09-10 | Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errors | Matthias Krüger | -41/+11 |
| 2024-09-10 | Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddle | Matthias Krüger | -0/+52 |
| 2024-09-10 | Add test for S_OBJNAME and update test for LF_BUILDINFO cl and cmd for | Florian Schmiderer | -19/+30 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -0/+20 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+33 |
| 2024-09-10 | generalize: track relevant info in cache key | lcnr | -7/+7 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -0/+55 |
| 2024-09-10 | abi/compatibility test: remove tests inside repr(C) wrappers | Ralf Jung | -41/+11 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -0/+518 |
| 2024-09-10 | turn errors that should be impossible due to our static checks into ICEs | Ralf Jung | -1/+15 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -472/+79 |
| 2024-09-10 | coverage: Extract `executor::block_on` from several async coverage tests | Zalathar | -277/+142 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -1051/+764 |
| 2024-09-09 | Rollup merge of #130152 - krasimirgg:nsan, r=nikic | Jubilee | -0/+1 |
| 2024-09-09 | Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu | Jubilee | -6/+6 |
| 2024-09-09 | Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr | Jubilee | -0/+51 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -0/+36 |
| 2024-09-09 | rustdoc: add two regression tests | León Orell Valerian Liehr | -0/+52 |
| 2024-09-09 | compiler: Inform the solver of concurrency | Jubilee Young | -0/+51 |
| 2024-09-09 | Rollup merge of #130137 - gurry:master, r=cjgillot | Matthias Krüger | -0/+59 |
| 2024-09-09 | Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errors | Matthias Krüger | -8/+62 |
| 2024-09-09 | adapt a test for llvm 20 | Krasimir Georgiev | -0/+1 |
| 2024-09-09 | Add test about missing docs at crate level | Urgau | -0/+14 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -0/+6 |