| Age | Commit message (Expand) | Author | Lines |
| 2025-01-13 | Included Abdroid to an epoll test targets | Yoh Deadfall | -1/+1 |
| 2025-01-13 | Illumos: Added epoll and eventfd | Yoh Deadfall | -8/+41 |
| 2025-01-13 | for purely return-type based searches, deprioritize clone-like functions | binarycat | -0/+46 |
| 2025-01-13 | Mark rustbook as an external tool | Eric Huss | -1/+5 |
| 2025-01-13 | Update books | rustbot | -0/+0 |
| 2025-01-13 | Fix another bug when reaching macro expansion limit caused a stack overflow | Chayim Refael Friedman | -0/+31 |
| 2025-01-13 | ci: Enable opt-dist for dist-aarch64-linux builds | Kajetan Puchalski | -10/+36 |
| 2025-01-13 | rustdoc: Eliminate `AttributesExt` | Noah Lev | -46/+23 |
| 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 | Added deref_poiner_as in _NSGetExecutablePath | geetanshjuneja | -1/+1 |
| 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/+20 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::lists` trait method as function | Noah Lev | -35/+24 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::cfg` trait method as function | Noah Lev | -83/+88 |
| 2025-01-12 | bootstrap: do not rely on LIBRARY_PATH env variable | Audrey Dutcher | -34/+17 |
| 2025-01-13 | Detect unstable lint docs that dont enable their feature | Michael Goulet | -10/+28 |
| 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 | 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 | -2/+26 |
| 2025-01-12 | Rollup merge of #135348 - aDotInTheVoid:pathspathspaths, r=GuillaumeGomez | Guillaume Gomez | -13/+140 |
| 2025-01-12 | Fixup: fix clang command lines in another file | Alan Somers | -3/+3 |
| 2025-01-12 | Added Android to epoll and eventfd test targets | Yoh Deadfall | -3/+3 |
| 2025-01-12 | Auto merge of #135281 - onur-ozkan:build-stamps, r=jieyouxu | bors | -362/+429 |
| 2025-01-12 | Merge pull request #4135 from RalfJung/unsup-targets | Ralf Jung | -166/+185 |
| 2025-01-12 | turns out Solarish targets support our entire test suite | Ralf Jung | -10/+16 |
| 2025-01-12 | remove a rustfmt::skip | Ralf Jung | -155/+168 |
| 2025-01-12 | record YohDeadfall as FreeBSD maintainer | Ralf Jung | -1/+1 |
| 2025-01-12 | run_make_support: add `#![warn(unreachable_pub)]` | Urgau | -0/+1 |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -3/+34 |
| 2025-01-12 | Deny `clippy::four_forward_slashes` in library (no occurrences) | Josh Triplett | -0/+1 |
| 2025-01-12 | internal: Compute inlay hint tooltips lazily | Lukas Wirth | -16/+47 |
| 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 | -0/+1 |
| 2025-01-12 | Deny `clippy::format_in_format_args` and fix the only occurrence | Josh Triplett | -1/+5 |
| 2025-01-12 | Fix text edits for discriminant hints | Lukas Wirth | -2/+33 |
| 2025-01-12 | internal: Compute inlay hint text edits lazily | Lukas Wirth | -56/+118 |
| 2025-01-12 | fix: Fix `ref` text edit for binding mode hints | Lukas Wirth | -2/+27 |
| 2025-01-12 | Auto merge of #135262 - mrkajetanp:ci-aarch64-dist-reland, r=Kobzol | bors | -95/+134 |
| 2025-01-12 | Rollup merge of #135389 - jieyouxu:fix-stage0-rustdoc-rmake, r=onur-ozkan | Matthias Krüger | -3/+11 |