| Age | Commit message (Expand) | Author | Lines |
| 2025-03-27 | std: get rid of pre-Vista fallback code | joboet | -22/+6 |
| 2025-03-27 | Merge pull request #4240 from RalfJung/aarch64-linux-android | Ralf Jung | -4/+4 |
| 2025-03-27 | Improve code | Guillaume Gomez | -34/+29 |
| 2025-03-27 | run a few more concurrency tests on aarch64-linux-android | Ralf Jung | -4/+4 |
| 2025-03-27 | Merge pull request #1566 from rust-lang/arm64_fixes | bjorn3 | -2/+20 |
| 2025-03-27 | Mark test as only-unix. | Mara Bos | -0/+1 |
| 2025-03-27 | Improve suggest construct with literal syntax instead of calling | xizheyin | -36/+89 |
| 2025-03-27 | Add `expect` to the list of non-crate attributes for doctest generation | Guillaume Gomez | -1/+1 |
| 2025-03-27 | Improve code comment | Guillaume Gomez | -2/+2 |
| 2025-03-27 | Improve comment and test for generated doctest with code comments | Guillaume Gomez | -3/+26 |
| 2025-03-27 | Add ui test for struct construction by calling syntax | xizheyin | -0/+70 |
| 2025-03-27 | Add a note about interpreting job duration changes | Jakub Beránek | -1/+9 |
| 2025-03-27 | Add cache for job metrics | Jakub Beránek | -1/+19 |
| 2025-03-27 | Add job duration changes stats in post-merge analysis | Jakub Beránek | -5/+57 |
| 2025-03-27 | Correctly handle line comments in attributes and generate extern crates | Guillaume Gomez | -25/+98 |
| 2025-03-27 | Correctly handle `fn main` in macro | Guillaume Gomez | -18/+35 |
| 2025-03-27 | Update rustdoc-ui tests | Guillaume Gomez | -3/+3 |
| 2025-03-27 | Greatly simplify doctest parsing and information extraction | Guillaume Gomez | -323/+136 |
| 2025-03-27 | Remove some asserts from the `download_ci_llvm` bootstrap test | Jakub Beránek | -21/+1 |
| 2025-03-27 | Remove `kw::Empty` uses from `src/librustdoc`. | Nicholas Nethercote | -6/+3 |
| 2025-03-27 | Auto merge of #139012 - Zalathar:rollup-qgt5yfo, r=Zalathar | bors | -311/+733 |
| 2025-03-27 | Add needs-threads to test. | Mara Bos | -0/+1 |
| 2025-03-27 | Rollup merge of #138987 - madsmtm:fix-108825, r=jieyouxu | Stuart Cook | -9/+21 |
| 2025-03-27 | Rollup merge of #138985 - oli-obk:push-mvlqmtmyozro, r=compiler-errors | Stuart Cook | -59/+51 |
| 2025-03-27 | Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errors | Stuart Cook | -1/+30 |
| 2025-03-27 | Rollup merge of #138977 - oli-obk:invoc-parent-keep-aggregated, r=compiler-er... | Stuart Cook | -24/+15 |
| 2025-03-27 | Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnr | Stuart Cook | -47/+139 |
| 2025-03-27 | Rollup merge of #138946 - Urgau:platform-support-bottom, r=jieyouxu | Stuart Cook | -13/+16 |
| 2025-03-27 | Rollup merge of #138935 - apiraino:update-wg-prio-triagebot-config, r=lqd | Stuart Cook | -2/+2 |
| 2025-03-27 | Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obk | Stuart Cook | -148/+311 |
| 2025-03-27 | Rollup merge of #138624 - LukasWoodtli:gardena/lw/mipsel-maintainer, r=jieyouxu | Stuart Cook | -1/+30 |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -7/+118 |
| 2025-03-27 | Auto merge of #138915 - compiler-errors:binder-tweak, r=lcnr | bors | -32/+16 |
| 2025-03-27 | Emit better error messages when invoking xcrun | Mads Marquart | -49/+263 |
| 2025-03-27 | Invoke xcrun inside sess.time | Mads Marquart | -1/+1 |
| 2025-03-27 | Document how the SDK is found if SDKROOT is not set | Mads Marquart | -6/+12 |
| 2025-03-27 | refactor: Move Apple SDK names to rustc_codegen_ssa::back::apple | Mads Marquart | -36/+21 |
| 2025-03-27 | Auto merge of #139005 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-03-26 | satisfy eslint | binarycat | -3/+3 |
| 2025-03-26 | Add release notes for 1.86.0 | Josh Stone | -0/+122 |
| 2025-03-26 | Auto merge of #138996 - CAD97:use_cfg_match, r=joboet | bors | -118/+53 |
| 2025-03-26 | Swap usize -> ptr transmute for strict_pov API | James Wainwright | -2/+2 |
| 2025-03-26 | Pass `Alignment` for `RawVecInner::new_in` | James Wainwright | -4/+15 |
| 2025-03-26 | Update cargo | Weihang Lo | -0/+0 |
| 2025-03-26 | Always emit native-static-libs note, even if it is empty | Mads Marquart | -9/+21 |
| 2025-03-26 | Expose `Unique::from<NonNull>` in const internally | James Wainwright | -1/+7 |
| 2025-03-27 | Report compiletest pass mode if forced | Jieyou Xu | -12/+17 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -118/+53 |
| 2025-03-26 | Auto merge of #138824 - Zoxc:dep-graph-no-prev-map, r=oli-obk | bors | -185/+144 |
| 2025-03-26 | add a temporary workaround for `string_deref_patterns` | dianne | -2/+21 |