| Age | Commit message (Expand) | Author | Lines |
| 2024-09-19 | Add `field@` and `variant@` doc-link disambiguators | Noa | -66/+138 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -38/+44 |
| 2024-09-19 | Auto merge of #130529 - onur-ozkan:better-ci-llvm-default, r=Kobzol | bors | -8/+12 |
| 2024-09-19 | add change-tracker for new download-ci-llvm default | onur-ozkan | -0/+5 |
| 2024-09-19 | update `llvm.download-ci-llvm` documentation | onur-ozkan | -1/+1 |
| 2024-09-19 | change download-ci-llvm default from "if-unchanged" to true | onur-ozkan | -7/+6 |
| 2024-09-19 | Auto merge of #130406 - arttet:master, r=onur-ozkan | bors | -3/+12 |
| 2024-09-19 | Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubilee | bors | -9/+98 |
| 2024-09-18 | Rollup merge of #130542 - ultrabear:stabilize_const_maybeuninit_as_mut_ptr, r... | Jubilee | -5/+5 |
| 2024-09-18 | Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril | Jubilee | -4/+41 |
| 2024-09-18 | Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=Urgau | Jubilee | -0/+52 |
| 2024-09-19 | Auto merge of #130511 - bjoernager:const-char-encode-utf8, r=dtolnay | bors | -18/+15 |
| 2024-09-18 | run `x.py fmt` | ultrabear | -1/+4 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -3/+0 |
| 2024-09-18 | stabilize `const_maybe_uninit_as_mut_ptr` | ultrabear | -2/+2 |
| 2024-09-19 | Auto merge of #123877 - ShE3py:expr-in-pats-2, r=fmease | bors | -412/+1813 |
| 2024-09-18 | Never patterns constitute a read for unsafety | Michael Goulet | -4/+41 |
| 2024-09-18 | Mark and implement 'char::encode_utf8' as const. | Gabriel Bjørnager Jensen | -18/+15 |
| 2024-09-18 | Auto merge of #130534 - workingjubilee:rollup-furaug4, r=workingjubilee | bors | -485/+686 |
| 2024-09-18 | Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er... | Jubilee | -26/+35 |
| 2024-09-18 | Rollup merge of #130513 - shekhirin:fs-write-doc-comment, r=cuviper | Jubilee | -1/+1 |
| 2024-09-18 | Rollup merge of #130487 - cuviper:min-llvm-18, r=nikic | Jubilee | -403/+89 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -11/+312 |
| 2024-09-18 | Rollup merge of #130450 - workingjubilee:these-names-are-indirect, r=bjorn3 | Jubilee | -39/+14 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-18 | Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease | Jubilee | -1/+73 |
| 2024-09-18 | Rollup merge of #127988 - estebank:dupe-derive-params, r=fmease | Jubilee | -1/+102 |
| 2024-09-18 | Rollup merge of #97524 - ibraheemdev:thread-raw, r=ibraheemdev | Jubilee | -0/+48 |
| 2024-09-18 | Revert "Add a hack to prevent proc_macro misopt in CI" | Josh Stone | -3/+1 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -400/+88 |
| 2024-09-18 | Check params for unsafety in THIR | Michael Goulet | -0/+52 |
| 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 | compiler: s/make_indirect_byval/pass_by_stack_offset/ | Jubilee Young | -8/+7 |
| 2024-09-18 | compiler: Use make_indirect for the wasm ABI | Jubilee Young | -1/+1 |
| 2024-09-18 | library: Call it really_init_mut to avoid name collisions | Jubilee Young | -4/+4 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -28/+9 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -72/+1122 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -282/+633 |
| 2024-09-18 | Auto merge of #130519 - matthiaskrgr:rollup-l1hok4x, r=matthiaskrgr | bors | -231/+294 |
| 2024-09-18 | Explicitly mark a hack as a HACK and elaborate its comment | León Orell Valerian Liehr | -17/+20 |
| 2024-09-18 | Do not ICE with incorrect empty suggestion | Esteban Küber | -1/+99 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -26/+35 |
| 2024-09-18 | Rollup merge of #130510 - samueltardieu:doc-letstmt-assign-desugar, r=compile... | Matthias Krüger | -1/+2 |
| 2024-09-18 | Rollup merge of #130509 - krasimirgg:llvm-20-2, r=nikic | Matthias Krüger | -0/+4 |
| 2024-09-18 | Rollup merge of #130507 - Urgau:check-cfg-raw-keywords, r=jieyouxu | Matthias Krüger | -4/+133 |
| 2024-09-18 | Rollup merge of #130471 - khuey:zlib-musl, r=Kobzol | Matthias Krüger | -0/+1 |
| 2024-09-18 | Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3 | Matthias Krüger | -226/+154 |
| 2024-09-18 | Bump cc dependency | Artyom Tetyukhin | -3/+12 |
| 2024-09-18 | Auto merge of #130497 - saethlin:alloc-zeroed-is-unstable, r=bjorn3 | bors | -1/+7 |