| Age | Commit message (Expand) | Author | Lines |
| 2025-03-24 | Alphabetize the keywords list. | Nicholas Nethercote | -8/+21 |
| 2025-03-24 | Fix some formatting. | Nicholas Nethercote | -2/+2 |
| 2025-03-24 | Improve keyword comments a little. | Nicholas Nethercote | -5/+4 |
| 2025-03-24 | Remove `is_any_keyword` methods. | Nicholas Nethercote | -23/+8 |
| 2025-03-23 | Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrum | bors | -104/+90 |
| 2025-03-23 | Auto merge of #138602 - Veykril:push-purxoytpktpu, r=SparrowLii | bors | -2/+4 |
| 2025-03-23 | Slim `rustc_parse_format` dependencies down | Lukas Wirth | -2/+4 |
| 2025-03-23 | Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet | bors | -161/+136 |
| 2025-03-23 | Auto merge of #138833 - joboet:optimize-repeat-n, r=thomcc | bors | -4/+55 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -105/+256 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -86/+226 |
| 2025-03-22 | Rollup merge of #138822 - moxian:unlock, r=joshtriplett | Matthias Krüger | -5/+10 |
| 2025-03-22 | Rollup merge of #138793 - RalfJung:arm-floatabi, r=Noratrieb | Matthias Krüger | -1/+4 |
| 2025-03-22 | Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errors | Matthias Krüger | -43/+37 |
| 2025-03-22 | Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboet | Matthias Krüger | -2/+3 |
| 2025-03-22 | Rollup merge of #138675 - cuviper:release-1.85.1, r=Urgau | Matthias Krüger | -0/+11 |
| 2025-03-22 | Rollup merge of #138468 - lolbinarycat:rustdoc-js-less-expect-error-part3, r=... | Matthias Krüger | -9/+70 |
| 2025-03-22 | Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3 | Matthias Krüger | -2/+39 |
| 2025-03-22 | Rollup merge of #138018 - obi1kenobi:pg/librustdoc_repr_attr, r=aDotInTheVoid | Matthias Krüger | -43/+82 |
| 2025-03-22 | rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output. | Predrag Gruevski | -43/+82 |
| 2025-03-22 | Clarify "Windows 1607" | Josh Stone | -1/+1 |
| 2025-03-22 | Auto merge of #138830 - matthiaskrgr:rollup-gaxgfwl, r=matthiaskrgr | bors | -1612/+1845 |
| 2025-03-22 | core: optimize `RepeatN` | joboet | -4/+55 |
| 2025-03-22 | std: move process implementations to `sys` | joboet | -104/+90 |
| 2025-03-22 | Rollup merge of #138804 - tgross35:atomic-from-ptr-inline, r=RalfJung | Matthias Krüger | -0/+3 |
| 2025-03-22 | Rollup merge of #138801 - lolbinarycat:triagebot-autolabel-138565, r=Noratrieb | Matthias Krüger | -0/+17 |
| 2025-03-22 | Rollup merge of #138794 - petrochenkov:cfgtracefix, r=jieyouxu | Matthias Krüger | -8/+15 |
| 2025-03-22 | Rollup merge of #138782 - karolzwolak:where-test-91520, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2025-03-22 | Rollup merge of #138773 - RalfJung:catch_unwind_docs, r=jhpratt | Matthias Krüger | -0/+1 |
| 2025-03-22 | Rollup merge of #138639 - spencer3035:clean-ui-tests-2-of-n, r=jieyouxu | Matthias Krüger | -78/+65 |
| 2025-03-22 | Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboet | Matthias Krüger | -0/+87 |
| 2025-03-22 | Rollup merge of #138763 - aDotInTheVoid:two-years-later, r=GuillaumeGomez | Matthias Krüger | -1192/+1259 |
| 2025-03-22 | Rollup merge of #138750 - oli-obk:decouple-hir-queries, r=fee1-dead | Matthias Krüger | -6/+5 |
| 2025-03-22 | Rollup merge of #138673 - taiki-e:trusty-fix, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-03-22 | Rollup merge of #138536 - makai410:mut-mir-visitor, r=celinval | Matthias Krüger | -333/+508 |
| 2025-03-22 | Rollup merge of #138535 - yotamofek:pr/rustdoc/lang-string-parse-cleanup, r=n... | Matthias Krüger | -44/+41 |
| 2025-03-22 | Rollup merge of #138490 - tbu-:pr_arc_file_pos, r=Noratrieb | Matthias Krüger | -0/+3 |
| 2025-03-22 | Rollup merge of #138410 - bjorn3:misc_cleanups, r=compiler-errors | Matthias Krüger | -36/+28 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -321/+363 |
| 2025-03-22 | Use unit structs for stateless stdio | Thalia Archibald | -12/+12 |
| 2025-03-22 | Implement exact reads for StdinRaw | Thalia Archibald | -28/+35 |
| 2025-03-22 | Implement optional methods for unsupported stdio | Thalia Archibald | -1/+64 |
| 2025-03-22 | Auto merge of #138719 - lcnr:concrete_opaque_types-closures, r=oli-obk | bors | -153/+147 |
| 2025-03-21 | cleaned and organized 3 tests in `./tests/ui/issues` | Spencer | -78/+65 |
| 2025-03-21 | Revert "Stabilize file_lock" | moxian | -5/+10 |
| 2025-03-22 | Auto merge of #138808 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-03-21 | Update cargo | Weihang Lo | -0/+0 |
| 2025-03-21 | triagebot: add autolabel rules for D-* and L-* | binarycat | -0/+17 |
| 2025-03-21 | Auto merge of #128320 - saethlin:link-me-maybe, r=compiler-errors | bors | -26/+57 |
| 2025-03-21 | Allow inlining for `Atomic*::from_ptr` | Trevor Gross | -0/+3 |