| Age | Commit message (Expand) | Author | Lines |
| 2025-06-15 | Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obk | bors | -27/+16 |
| 2025-06-15 | Merge pull request #20009 from Veykril/push-rvnnorzvpnqv | Lukas Wirth | -73/+136 |
| 2025-06-15 | Optimize private visibility resolution | Lukas Wirth | -39/+83 |
| 2025-06-15 | Optimize `pub(crate)` visibility resolution | Lukas Wirth | -36/+55 |
| 2025-06-15 | Merge pull request #20008 from Veykril/push-rsnkrwyplmwr | Lukas Wirth | -137/+120 |
| 2025-06-15 | Unify assoc item visibility queries | Lukas Wirth | -77/+58 |
| 2025-06-15 | Idiomatic salsa use for extern block abi query | Lukas Wirth | -13/+16 |
| 2025-06-15 | use `if let` guards where possible | Deadbeef | -20/+12 |
| 2025-06-15 | Idiomatic salsa use for impl items query | Lukas Wirth | -41/+40 |
| 2025-06-15 | Replace unnecessary use of `MacroDefId` with `MacroId` | Lukas Wirth | -6/+6 |
| 2025-06-15 | Merge pull request #20007 from Veykril/push-opqzsnwzwyvn | Lukas Wirth | -77/+81 |
| 2025-06-15 | Idiomatic salsa use for enum variants query | Lukas Wirth | -77/+81 |
| 2025-06-15 | Merge pull request #20006 from Veykril/push-uvmuznvlwsxx | Lukas Wirth | -213/+692 |
| 2025-06-15 | Cleanup incremental tests | Lukas Wirth | -213/+692 |
| 2025-06-15 | Auto merge of #142388 - cjgillot:span-hash, r=davidtwco | bors | -10/+10 |
| 2025-06-15 | Move the place in `&pin mut $place` when `!Unpin` to ensure soundness | Frank King | -191/+559 |
| 2025-06-15 | Auto merge of #142355 - lcnr:fast_reject-reject, r=BoxyUwU | bors | -3/+4 |
| 2025-06-15 | Move `tests/ui/async-await/pin-ergonomics` to `tests/ui` | Frank King | -0/+0 |
| 2025-06-15 | Implement pinned borrows, part of `pin_ergonomics` | Frank King | -18/+471 |
| 2025-06-15 | Merge pull request #19996 from LHolten/exclude-imports | Chayim Refael Friedman | -1/+214 |
| 2025-06-15 | Add config option to exclude imports from symbol search | Lucas Holten | -1/+214 |
| 2025-06-15 | cargo update | github-actions | -164/+166 |
| 2025-06-14 | symcheck: Add a wrapper around an archive | Trevor Gross | -24/+80 |
| 2025-06-14 | Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid | bors | -141/+159 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -0/+2 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -1/+16 |
| 2025-06-15 | Add `simd_funnel_sh{l,r}` and `simd_round_ties_even` | sayantn | -27/+201 |
| 2025-06-14 | Add minimal triagebot config | Urgau | -0/+21 |
| 2025-06-14 | Merge pull request #709 from rust-lang/reenable-run-make-tests | antoyo | -14/+80 |
| 2025-06-14 | Merge pull request #2468 from rust-lang/query-cleaning | Tshepang Mbambo | -2/+5 |
| 2025-06-14 | Switch to gcc-14 by default to fix some run-make tests | Antoni Boucher | -6/+14 |
| 2025-06-14 | Fix reference mutability in coerce_container_to_any diagnostics | Benjamin Saunders | -5/+34 |
| 2025-06-14 | Use precedence-aware formatting for coerce_container_to_any suggestions | Benjamin Saunders | -5/+9 |
| 2025-06-14 | Fix coerce_container_to_any false positive on autoderef | Benjamin Saunders | -12/+23 |
| 2025-06-14 | do not inline links | Tshepang Mbambo | -2/+5 |
| 2025-06-14 | title case | Tshepang Mbambo | -1/+1 |
| 2025-06-14 | Merge pull request #2467 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -11/+11 |
| 2025-06-14 | use sentence case | Tshepang Mbambo | -11/+11 |
| 2025-06-14 | Merge pull request #2466 from rust-lang/tshepang-moved | Tshepang Mbambo | -2/+2 |
| 2025-06-14 | content has moved to another chapter | Tshepang Mbambo | -2/+2 |
| 2025-06-14 | Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errors | bors | -6/+5 |
| 2025-06-14 | Merge pull request #2465 from xizheyin/rustc-query | Tshepang Mbambo | -39/+46 |
| 2025-06-14 | Added support for testing the backend with abi-cafe | michal kostrubiec | -2/+68 |
| 2025-06-14 | use `extern "custom"` on naked functions with a custom calling convention | Folkert de Vries | -28/+19 |
| 2025-06-14 | docs: make unbuffered_bytes docs more consistent (#15019) | dswij | -1/+1 |
| 2025-06-14 | Merge pull request #2441 from rust-lang/tshepang-remove-title-case | Tshepang Mbambo | -28/+28 |
| 2025-06-14 | Remove unneeded lifetime (#15040) | dswij | -1/+1 |
| 2025-06-14 | use `is_multiple_of` to check if an addr is aligned | Folkert de Vries | -9/+9 |
| 2025-06-14 | Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee | bors | -1/+1 |
| 2025-06-14 | Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee | bors | -829/+479 |