| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | search.js: give pathSplitter a type signature | binarycat | -1/+5 |
| 2025-03-04 | search.js: second argument of convertNameToId is optional | binarycat | -2/+1 |
| 2025-03-04 | search.js: local variable `extra` is an array, annotate it as such. | binarycat | -2/+2 |
| 2025-03-04 | don't use double quotes | binarycat | -1/+1 |
| 2025-03-04 | fix whitespace | binarycat | -6/+6 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -0/+13 |
| 2025-03-04 | Record bootstrap step durations into GitHub summary in citool | Jakub Beránek | -4/+36 |
| 2025-03-04 | Move `BuildStep` and metric logging into `build_helper` | Jakub Beránek | -70/+83 |
| 2025-03-04 | Store bootstrap command-line into metrics | Jakub Beránek | -0/+10 |
| 2025-03-04 | Postprocess test suite metrics into GitHub summary | Jakub Beránek | -0/+164 |
| 2025-03-04 | Adapt `librustdoc` to 2024 edition lifetieme capture rules | Yotam Ofek | -420/+270 |
| 2025-03-04 | `librustdoc`: 2024 edition! 🎊 | Yotam Ofek | -18/+19 |
| 2025-03-04 | Add `avr-none` to SUMMARY.md and platform-support.md | Trevor Gross | -1/+2 |
| 2025-03-04 | ci: use ubuntu 24 on arm large runner | MarcoIeni | -1/+1 |
| 2025-03-04 | Fix some typos | fuyangpengqi | -1/+1 |
| 2025-03-04 | ParserQueryElement.typeFilter MAY be a string, OR number. | binarycat | -4/+2 |
| 2025-03-04 | rustdoc search: give buildTypeMapIndex a conditional return type | binarycat | -16/+10 |
| 2025-03-03 | rustdoc search: increase strictness of typechecking | binarycat | -6/+11 |
| 2025-03-04 | change 'let mut' keyword completion into 'ietm' snippet | Tongjun Gao | -2/+2 |
| 2025-03-04 | Improve keyword completion for 'let' and 'let mut' | Tongjun Gao | -1/+32 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -4225/+6061 |
| 2025-03-03 | Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgr | bors | -246/+353 |
| 2025-03-03 | Use default field values for `ErrorOutputType` | Esteban Küber | -2/+2 |
| 2025-03-03 | Re-enable Rust for Linux CI job | Jakub Beránek | -3/+2 |
| 2025-03-03 | Do not use rustup to build Rust for Linux | Jakub Beránek | -10/+8 |
| 2025-03-03 | Rollup merge of #137955 - Noratrieb:rustdoc-json-long-lines, r=aDotInTheVoid,... | Matthias Krüger | -4/+17 |
| 2025-03-03 | Rollup merge of #137946 - ehuss:ci-docker-readme, r=Kobzol | Matthias Krüger | -2/+2 |
| 2025-03-03 | Rollup merge of #137922 - Zalathar:sharded, r=SparrowLii | Matthias Krüger | -4/+1 |
| 2025-03-03 | Rollup merge of #137921 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -4153/+5956 |
| 2025-03-03 | Rollup merge of #137902 - nnethercote:ast-lexer-TokenKind, r=compiler-errors | Matthias Krüger | -17/+30 |
| 2025-03-03 | Rollup merge of #137882 - onur-ozkan:remove-extra-compiler-stage, r=Kobzol | Matthias Krüger | -9/+44 |
| 2025-03-03 | Rollup merge of #137852 - moulins:layout-nonarray-simd-deadcode, r=workingjub... | Matthias Krüger | -36/+11 |
| 2025-03-03 | Auto merge of #137914 - matthiaskrgr:rollup-phaxe6f, r=matthiaskrgr | bors | -30/+98 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -3/+1 |
| 2025-03-03 | Always allow rustdoc-json tests to contain long lines | Noratrieb | -4/+17 |
| 2025-03-04 | [rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi... | xizheyin | -2/+20 |
| 2025-03-04 | compiletest: change `TEST_BUILD_DIR` to maximally normalize | 许杰友 Jieyou Xu (Joe) | -2/+15 |
| 2025-03-03 | Fix docker run-local docs | Eric Huss | -2/+2 |
| 2025-03-03 | Skip Rust for Linux in CI temporarily | Jakub Beránek | -2/+3 |
| 2025-03-03 | Bump minimum supported toolchain to 1.82 | Laurențiu Nicola | -1/+1 |
| 2025-03-03 | Merge pull request #19261 from Veykril/push-rnqlyrvqpols | Lukas Wirth | -293/+496 |
| 2025-03-03 | Merge pull request #19243 from Veykril/push-qrrqsywkwyzp | Lukas Wirth | -64/+96 |
| 2025-03-03 | Merge pull request #19244 from Veykril/push-nmnrnlysvyvk | Lukas Wirth | -114/+140 |
| 2025-03-03 | Support tuple struct patterns for expand_rest_pattern assist | Lukas Wirth | -25/+217 |
| 2025-03-03 | Add dangling impl | bit-aloo | -31/+54 |
| 2025-03-03 | Rollup merge of #137618 - yotamofek:pr/pre-push-hook, r=Mark-Simulacrum | Matthias Krüger | -0/+14 |
| 2025-03-03 | Rollup merge of #137525 - tgross35:test-float-parse-less-parallelization, r=M... | Matthias Krüger | -226/+174 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -20/+165 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -4/+1 |
| 2025-03-03 | Merge pull request #19269 from lnicola/sync-from-rust | Laurențiu Nicola | -18845/+39668 |