| Age | Commit message (Expand) | Author | Lines |
| 2025-03-05 | Remove Python metric upload script and package.json | Jakub Beránek | -5095/+0 |
| 2025-03-05 | Upload Datadog average CPU usage metric in citool | Jakub Beránek | -15/+785 |
| 2025-03-05 | Make citool compilation faster | Jakub Beránek | -0/+4 |
| 2025-03-05 | Revert "avoid `compiler_for` for dist tools and force the current compiler" | onur-ozkan | -11/+47 |
| 2025-03-05 | handle forced compiler in `get_tool_rustc_compiler` | onur-ozkan | -0/+2 |
| 2025-03-05 | add new field `forced_compiler` to `Compiler` | onur-ozkan | -75/+97 |
| 2025-03-05 | Add warning and debug information when `cargo metadata` fails | Arthur Baars | -1/+16 |
| 2025-03-05 | tidy: add check to verify paths in triagebot.toml | klensy | -0/+97 |
| 2025-03-05 | add test cases for 'letm' keyword completion | Tongjun Gao | -0/+19 |
| 2025-03-05 | trim channel value in `get_closest_merge_commit` | onur-ozkan | -1/+1 |
| 2025-03-05 | Use size_of from the prelude instead of imported | Thalia Archibald | -34/+24 |
| 2025-03-05 | minicore: Add size_of to prelude and add rust_2024 prelude | Thalia Archibald | -0/+6 |
| 2025-03-04 | Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -47/+44 |
| 2025-03-05 | Merge pull request #19286 from lnicola/twiddle-ci | Laurențiu Nicola | -2/+1 |
| 2025-03-05 | Merge pull request #19265 from Shourya742/2025-03-01-add-dangling-dyn-diagnostic | Laurențiu Nicola | -9/+103 |
| 2025-03-05 | Twiddle with the rustup invocation on CI | Laurențiu Nicola | -2/+1 |
| 2025-03-05 | replace `rust.description` with `build.description` | onur-ozkan | -1/+1 |
| 2025-03-05 | pass `CFG_VER_DESCRIPTION` to tool builds | onur-ozkan | -0/+9 |
| 2025-03-05 | add change-entry | onur-ozkan | -0/+5 |
| 2025-03-05 | move `rust.description` to `build.description` | onur-ozkan | -2/+11 |
| 2025-03-04 | Rollup merge of #137991 - tgross35:avr-book-links, r=jieyouxu | Jubilee | -1/+2 |
| 2025-03-04 | Rollup merge of #137986 - fuyangpengqi:master, r=Amanieu | Jubilee | -1/+1 |
| 2025-03-04 | Rollup merge of #137981 - lolbinarycat:rustdoc-js-less-expect-error, r=notriddle | Jubilee | -45/+41 |
| 2025-03-04 | Rollup merge of #137947 - Kobzol:fix-rfl, r=marcoieni | Jubilee | -13/+10 |
| 2025-03-04 | Rollup merge of #137722 - yotamofek:pr/rustdoc/edition-2024, r=notriddle | Jubilee | -438/+289 |
| 2025-03-04 | Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkan | Jubilee | -1/+30 |
| 2025-03-04 | Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxu | Jubilee | -249/+116 |
| 2025-03-04 | Rollup merge of #137077 - Kobzol:citool-test-metrics, r=marcoieni | Jubilee | -70/+289 |
| 2025-03-04 | search.js: remove incorrect outdated comment | binarycat | -2/+0 |
| 2025-03-04 | search.js: give RawSearchIndexCrate.a an index signature | binarycat | -4/+2 |
| 2025-03-04 | search.js: allow empty result arrays | binarycat | -4/+3 |
| 2025-03-04 | search.js: give buildIndex a proper return type | binarycat | -2/+5 |
| 2025-03-04 | search.js: give local `where` a type | binarycat | -2/+1 |
| 2025-03-04 | give local mgens a type | binarycat | -2/+1 |
| 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 | add note for miri | LuuuXXX | -0/+3 |
| 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 | add support for extend rust tools and sanitizer | LuuuXXX | -3/+26 |