about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-15Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obkbors-27/+16
2025-06-15Merge pull request #20009 from Veykril/push-rvnnorzvpnqvLukas Wirth-73/+136
2025-06-15Optimize private visibility resolutionLukas Wirth-39/+83
2025-06-15Optimize `pub(crate)` visibility resolutionLukas Wirth-36/+55
2025-06-15Merge pull request #20008 from Veykril/push-rsnkrwyplmwrLukas Wirth-137/+120
2025-06-15Unify assoc item visibility queriesLukas Wirth-77/+58
2025-06-15Idiomatic salsa use for extern block abi queryLukas Wirth-13/+16
2025-06-15use `if let` guards where possibleDeadbeef-20/+12
2025-06-15Idiomatic salsa use for impl items queryLukas Wirth-41/+40
2025-06-15Replace unnecessary use of `MacroDefId` with `MacroId`Lukas Wirth-6/+6
2025-06-15Merge pull request #20007 from Veykril/push-opqzsnwzwyvnLukas Wirth-77/+81
2025-06-15Idiomatic salsa use for enum variants queryLukas Wirth-77/+81
2025-06-15Merge pull request #20006 from Veykril/push-uvmuznvlwsxxLukas Wirth-213/+692
2025-06-15Cleanup incremental testsLukas Wirth-213/+692
2025-06-15Auto merge of #142388 - cjgillot:span-hash, r=davidtwcobors-10/+10
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-191/+559
2025-06-15Auto merge of #142355 - lcnr:fast_reject-reject, r=BoxyUwUbors-3/+4
2025-06-15Move `tests/ui/async-await/pin-ergonomics` to `tests/ui`Frank King-0/+0
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-18/+471
2025-06-15Merge pull request #19996 from LHolten/exclude-importsChayim Refael Friedman-1/+214
2025-06-15Add config option to exclude imports from symbol searchLucas Holten-1/+214
2025-06-15cargo updategithub-actions-164/+166
2025-06-14symcheck: Add a wrapper around an archiveTrevor Gross-24/+80
2025-06-14Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoidbors-141/+159
2025-06-15Implement `simd_round_ties_even` for miri, cg_clif and cg_gccsayantn-0/+2
2025-06-15Implement `simd_round_ties_even` for miri, cg_clif and cg_gccsayantn-1/+16
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-27/+201
2025-06-14Add minimal triagebot configUrgau-0/+21
2025-06-14Merge pull request #709 from rust-lang/reenable-run-make-testsantoyo-14/+80
2025-06-14Merge pull request #2468 from rust-lang/query-cleaningTshepang Mbambo-2/+5
2025-06-14Switch to gcc-14 by default to fix some run-make testsAntoni Boucher-6/+14
2025-06-14Fix reference mutability in coerce_container_to_any diagnosticsBenjamin Saunders-5/+34
2025-06-14Use precedence-aware formatting for coerce_container_to_any suggestionsBenjamin Saunders-5/+9
2025-06-14Fix coerce_container_to_any false positive on autoderefBenjamin Saunders-12/+23
2025-06-14do not inline linksTshepang Mbambo-2/+5
2025-06-14title caseTshepang Mbambo-1/+1
2025-06-14Merge pull request #2467 from rust-lang/tshepang-patch-1Tshepang Mbambo-11/+11
2025-06-14use sentence caseTshepang Mbambo-11/+11
2025-06-14Merge pull request #2466 from rust-lang/tshepang-movedTshepang Mbambo-2/+2
2025-06-14content has moved to another chapterTshepang Mbambo-2/+2
2025-06-14Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errorsbors-6/+5
2025-06-14Merge pull request #2465 from xizheyin/rustc-queryTshepang Mbambo-39/+46
2025-06-14Added support for testing the backend with abi-cafemichal kostrubiec-2/+68
2025-06-14use `extern "custom"` on naked functions with a custom calling conventionFolkert de Vries-28/+19
2025-06-14docs: make unbuffered_bytes docs more consistent (#15019)dswij-1/+1
2025-06-14Merge pull request #2441 from rust-lang/tshepang-remove-title-caseTshepang Mbambo-28/+28
2025-06-14Remove unneeded lifetime (#15040)dswij-1/+1
2025-06-14use `is_multiple_of` to check if an addr is alignedFolkert de Vries-9/+9
2025-06-14Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubileebors-1/+1
2025-06-14Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubileebors-829/+479