| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | Merge pull request #2361 from ehuss/update-mdbook | Yuki Okushi | -1/+1 |
| 2025-04-28 | Update mdbook to 0.4.48 | Eric Huss | -1/+1 |
| 2025-04-28 | Merge pull request #2358 from rust-lang/rustc-pull | Tshepang Mbambo | -3041/+5188 |
| 2025-04-28 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -3040/+5187 |
| 2025-04-28 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-04-27 | Auto merge of #140362 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-04-27 | Auto merge of #140366 - matthiaskrgr:rollup-zd3q1oy, r=matthiaskrgr | bors | -108/+368 |
| 2025-04-27 | Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obk | Matthias Krüger | -12/+20 |
| 2025-04-27 | Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errors | Matthias Krüger | -18/+12 |
| 2025-04-27 | Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=Urgau | Matthias Krüger | -78/+302 |
| 2025-04-27 | Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=Nadrieril | Matthias Krüger | -0/+34 |
| 2025-04-27 | Update cargo | Weihang Lo | -0/+0 |
| 2025-04-27 | Auto merge of #140360 - matthiaskrgr:rollup-savbr84, r=matthiaskrgr | bors | -143/+89 |
| 2025-04-27 | Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errors | Matthias Krüger | -118/+54 |
| 2025-04-27 | Rollup merge of #140339 - petrochenkov:capanew, r=lqd | Matthias Krüger | -9/+8 |
| 2025-04-27 | Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789 | Matthias Krüger | -1/+1 |
| 2025-04-27 | Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboet | Matthias Krüger | -2/+3 |
| 2025-04-27 | Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-27 | Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-27 | Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35 | Matthias Krüger | -3/+12 |
| 2025-04-27 | Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 | Matthias Krüger | -4/+5 |
| 2025-04-27 | Merge pull request #2351 from rust-lang/rustc-pull | Yuki Okushi | -10984/+20283 |
| 2025-04-27 | Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddle | bors | -1/+92 |
| 2025-04-27 | Use `search_for_cycle_permutation` to look for `variances_of` | John Kåre Alsaker | -12/+20 |
| 2025-04-27 | fix missing doc in CString::from_raw and str::from_boxed_utf8_unchecked | LemonJ | -3/+12 |
| 2025-04-27 | Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwU | bors | -0/+71 |
| 2025-04-26 | Auto merge of #140288 - Zalathar:new-executor, r=jieyouxu | bors | -8/+12 |
| 2025-04-26 | Update lint-docs to default to Rust 2024 | Eric Huss | -5/+5 |
| 2025-04-26 | lint-docs: Don't hard-code the valid editions | Eric Huss | -14/+8 |
| 2025-04-26 | hygiene: Use `IndexVec` for syntax context decode cache | Vadim Petrochenkov | -9/+4 |
| 2025-04-26 | hygiene: Misc cleanups | Vadim Petrochenkov | -82/+46 |
| 2025-04-26 | hygiene: Remove decode placeholders | Vadim Petrochenkov | -34/+11 |
| 2025-04-26 | Update example to use `CStr::to_string_lossy` | Jake Goulding | -2/+3 |
| 2025-04-26 | Auto merge of #140336 - matthiaskrgr:rollup-kxo6ljw, r=matthiaskrgr | bors | -316/+573 |
| 2025-04-26 | session: Cleanup `CanonicalizedPath::new` | Vadim Petrochenkov | -9/+8 |
| 2025-04-26 | Rollup merge of #140325 - ethanwu10:ethanwu10/grammar-fixes-for-bufread-has-d... | Matthias Krüger | -2/+2 |
| 2025-04-26 | Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors | Matthias Krüger | -174/+189 |
| 2025-04-26 | Rollup merge of #140318 - compiler-errors:specialized-async-fn-kind-err, r=fe... | Matthias Krüger | -31/+53 |
| 2025-04-26 | Rollup merge of #140317 - mejrs:check_on_uni, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-04-26 | Rollup merge of #140226 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -62/+27 |
| 2025-04-26 | Rollup merge of #140215 - joshlf:transmutability-char-nonzero, r=jswrenn | Matthias Krüger | -46/+302 |
| 2025-04-26 | Merge pull request #2356 from rust-lang/tshepang-patch-2 | Tshepang Mbambo | -3/+6 |
| 2025-04-26 | replace command that does not work | Tshepang Mbambo | -3/+6 |
| 2025-04-26 | Merge pull request #2355 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -1/+1 |
| 2025-04-26 | copy-paste ease | Tshepang Mbambo | -1/+1 |
| 2025-04-26 | Merge pull request #2354 from rust-lang/tshepang-fix-code-blocks | Tshepang Mbambo | -24/+24 |
| 2025-04-26 | use correct code block markers | Tshepang Mbambo | -24/+24 |
| 2025-04-26 | Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapter | Tshepang Mbambo | -0/+5 |
| 2025-04-26 | Merge pull request #2345 from rust-lang/extraneous | Tshepang Mbambo | -3/+3 |
| 2025-04-26 | clarified bootstrap optimization agrs | Kivooeo | -1/+1 |