| Age | Commit message (Expand) | Author | Lines |
| 2025-01-13 | Rollup merge of #134977 - estebank:issue-112357, r=BoxyUwU | Jacob Pratt | -5/+306 |
| 2025-01-13 | Rollup merge of #134498 - oli-obk:push-wmxynprsyxvr, r=compiler-errors | Jacob Pratt | -16/+37 |
| 2025-01-13 | Auto merge of #135192 - jdupak-ms:cdb-tests, r=wesleywiser | bors | -49/+294 |
| 2025-01-13 | Auto merge of #135204 - RalfJung:win64-zst, r=SparrowLii | bors | -271/+91 |
| 2025-01-13 | Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obk | bors | -33/+76 |
| 2025-01-13 | Add and improve debuginfo tests for Windows | Jakub Dupak | -49/+294 |
| 2025-01-13 | Auto merge of #135430 - jhpratt:rollup-39cecwd, r=jhpratt | bors | -23/+404 |
| 2025-01-13 | Rollup merge of #135391 - jieyouxu:conditional-tracing, r=onur-ozkan | Jacob Pratt | -6/+341 |
| 2025-01-13 | Rollup merge of #135386 - lolbinarycat:bootstrap-test-cleanup, r=jieyouxu | Jacob Pratt | -14/+14 |
| 2025-01-13 | Rollup merge of #135355 - ranger-ross:improved-ci-logs, r=onur-ozkan | Jacob Pratt | -3/+49 |
| 2025-01-13 | rustc-dev-guide: document `BOOTSTRAP_TRACING` and bootstrap `tracing` setup | 许杰友 Jieyou Xu (Joe) | -0/+104 |
| 2025-01-13 | Auto merge of #135352 - notriddle:notriddle/stability-shown, r=camelid | bors | -1/+38 |
| 2025-01-13 | Auto merge of #135371 - Mark-Simulacrum:no-alloc-case-cmp, r=compiler-errors | bors | -3/+5 |
| 2025-01-13 | bootstrap.py: build bootstrap binary with `--features=tracing` if `BOOTSTRAP_... | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2025-01-13 | bootstrap: add `tracing` and `tracing-tree` based tracing setup | 许杰友 Jieyou Xu (Joe) | -1/+36 |
| 2025-01-13 | bootstrap: add optional `tracing` cargo feature and optional `tracing*` deps | 许杰友 Jieyou Xu (Joe) | -5/+197 |
| 2025-01-12 | Auto merge of #135420 - GuillaumeGomez:rollup-93vepka, r=GuillaumeGomez | bors | -1012/+483 |
| 2025-01-12 | Rollup merge of #135411 - Urgau:unreach_pub-run-make, r=jieyouxu | Guillaume Gomez | -0/+1 |
| 2025-01-12 | Rollup merge of #135407 - joshtriplett:more-clippy, r=compiler-errors | Guillaume Gomez | -12/+33 |
| 2025-01-12 | Rollup merge of #135406 - Aditya-PS-05:fix/unstable-lint-docs, r=compiler-errors | Guillaume Gomez | -0/+5 |
| 2025-01-12 | Rollup merge of #135401 - joshtriplett:empty-expected, r=lqd | Guillaume Gomez | -0/+0 |
| 2025-01-12 | Rollup merge of #135383 - BoxyUwU:cov_tag_ptr, r=compiler-errors | Guillaume Gomez | -985/+291 |
| 2025-01-12 | Rollup merge of #135365 - saethlin:box-new, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2025-01-12 | Rollup merge of #135348 - aDotInTheVoid:pathspathspaths, r=GuillaumeGomez | Guillaume Gomez | -13/+151 |
| 2025-01-12 | Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboet | bors | -0/+1 |
| 2025-01-13 | remove test_unstable_lint feature | Aditya-PS-05 | -1/+2 |
| 2025-01-12 | Update the explanation for why we use box_new in vec! | Ben Kimock | -2/+2 |
| 2025-01-12 | Auto merge of #135281 - onur-ozkan:build-stamps, r=jieyouxu | bors | -362/+434 |
| 2025-01-12 | run_make_support: add `#![warn(unreachable_pub)]` | Urgau | -0/+1 |
| 2025-01-12 | De-abstract tagged pointer abstraction | Boxy | -985/+291 |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -542/+853 |
| 2025-01-12 | Update unstable lint docs to include required feature attributes | Aditya-PS-05 | -0/+4 |
| 2025-01-12 | Deny `clippy::four_forward_slashes` in library (no occurrences) | Josh Triplett | -0/+1 |
| 2025-01-12 | Deny `clippy::to_string_in_format_args` (no occurrences) | Josh Triplett | -0/+2 |
| 2025-01-12 | Deny `clippy::single_char_add_str` (no occurrences) | Josh Triplett | -0/+2 |
| 2025-01-12 | Deny `clippy::same_item_push` (no occurrences) | Josh Triplett | -0/+2 |
| 2025-01-12 | Deny `clippy::print_literal` (no occurrences) | Josh Triplett | -0/+2 |
| 2025-01-12 | Deny `clippy::needless_bool` and `clippy::needless_bool_assign` (no occurrences) | Josh Triplett | -0/+4 |
| 2025-01-12 | Deny `clippy::non_minimal_cfg` (no occurrences) | Josh Triplett | -0/+2 |
| 2025-01-12 | Deny `clippy::char_lit_as_u8` (no occurrences) | Josh Triplett | -1/+5 |
| 2025-01-12 | Deny `clippy:;four_forward_slashes` and fix the only occurrence | Josh Triplett | -1/+2 |
| 2025-01-12 | Deny `clippy::format_in_format_args` and fix the only occurrence | Josh Triplett | -10/+11 |
| 2025-01-12 | on Windows, consistently pass ZST by-ref | Ralf Jung | -57/+22 |
| 2025-01-12 | Auto merge of #135262 - mrkajetanp:ci-aarch64-dist-reland, r=Kobzol | bors | -95/+134 |
| 2025-01-12 | Rollup merge of #135398 - matthiaskrgr:crash, r=lqd | Matthias Krüger | -0/+56 |
| 2025-01-12 | Rollup merge of #135397 - lqd:compiletest-enums, r=jieyouxu | Matthias Krüger | -3/+34 |
| 2025-01-12 | Rollup merge of #135378 - compiler-errors:unnecessary-stashing, r=chenyukang | Matthias Krüger | -181/+173 |
| 2025-01-12 | Rollup merge of #135377 - compiler-errors:impossible-step, r=oli-obk | Matthias Krüger | -46/+99 |
| 2025-01-12 | Rollup merge of #135374 - compiler-errors:typo-trait-method, r=fee1-dead | Matthias Krüger | -2/+79 |
| 2025-01-12 | Rollup merge of #129259 - clarfonthey:maybe_uninit_slices, r=tgross35 | Matthias Krüger | -310/+412 |