about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-05-22Merge pull request #19824 from ChayimFriedman2/lints-againLukas Wirth-164/+60
2025-05-22Auto merge of #141379 - matthiaskrgr:rollup-g1cz0ic, r=matthiaskrgrbors-8/+4
2025-05-22Rollup merge of #141364 - aDotInTheVoid:atttrdocss, r=GuillaumeGomezMatthias Krüger-7/+1
2025-05-22Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r...Matthias Krüger-1/+3
2025-05-22Remove `is_empty` check in `filter_assoc_items_by_name_and_namespace`.Nicholas Nethercote-6/+1
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-3/+3
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-4/+4
2025-05-21rustdoc-json: Remove false docs and add test for inline attributeAlona Enraght-Moony-7/+1
2025-05-21Auto merge of #141343 - flip1995:clippy-subtree-update, r=Manishearthbors-4612/+6166
2025-05-21document that the entire test suite passes under freebsdRalf Jung-1/+1
2025-05-21run the full test suite under FreeBSDRalf Jung-2/+2
2025-05-21Merge pull request #19839 from ChayimFriedman2/inlay-hints-attrLukas Wirth-5/+15
2025-05-21Implement FreeBSD syscall cpuset_getaffinity.LorrensP-2158466-2/+117
2025-05-21internal: fix `integrated_benchmarks` to make actual editsDavid Barsky-8/+12
2025-05-21ci: improve citool job db errorsMarcoIeni-4/+10
2025-05-21Correctly set the span of the proc_macro crate's Group delimitersChayim Refael Friedman-5/+15
2025-05-21Merge pull request #4338 from RalfJung/FileDescriptionRalf Jung-2/+8
2025-05-21Rollup merge of #141280 - Kobzol:docker-rust-lang-cache, r=marcoieniMatthias Krüger-3/+2
2025-05-21Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...Philipp Krones-10/+5
2025-05-21Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...Philipp Krones-4612/+6166
2025-05-21Add some track_caller info to precondition panicsBen Kimock-4/+1
2025-05-21Rollup merge of #141283 - Sol-Ell:fix-benchmarking-on-windows, r=KobzolMatthias Krüger-1/+5
2025-05-21Rollup merge of #140994 - onur-ozkan:cc2ar-removal, r=albertlarsan68Matthias Krüger-148/+8
2025-05-21Allow x perf to find rustc.exe on WindowsEll-1/+5
2025-05-21FileDescription: improve read/write docsRalf Jung-2/+8
2025-05-21Merge pull request #4337 from RalfJung/ioRalf Jung-17/+25
2025-05-21test direct usage of io::{stdout,stderr,stdin}Ralf Jung-17/+25
2025-05-21Rollup merge of #141316 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-05-21Rollup merge of #141078 - marcoieni:split-dist-arm-linux, r=KobzolMatthias Krüger-10/+55
2025-05-21Rollup merge of #141042 - marcoieni:split-dist-powerpc64le-linux, r=KobzolMatthias Krüger-13/+63
2025-05-21Merge from rustcThe Miri Cronjob Bot-1473/+3546
2025-05-21Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-21add missing PATHonur-ozkan-0/+3
2025-05-21Update booksrustbot-0/+0
2025-05-20Auto merge of #141305 - matthiaskrgr:rollup-l6nwaht, r=matthiaskrgrbors-57/+43
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-3/+3
2025-05-20Auto merge of #140757 - dpaoliello:llvm20, r=Kobzolbors-2/+2
2025-05-20Rollup merge of #141303 - Urgau:pagetoc-fix-color, r=ehussMatthias Krüger-1/+1
2025-05-20Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubileeMatthias Krüger-1/+3
2025-05-20Rollup merge of #141288 - yotamofek:pr/rustdoc/nuke-bufdisplay, r=GuillaumeGomezMatthias Krüger-55/+39
2025-05-20Fix pagetoc inactive color in rustc bookUrgau-1/+1
2025-05-20Auto merge of #141292 - matthiaskrgr:rollup-9nhhk7k, r=matthiaskrgrbors-27/+20
2025-05-20Merge pull request #2400 from smanilov/patch-13Boxy-1/+2
2025-05-20Merge pull request #2398 from smanilov/patch-12Boxy-7/+9
2025-05-20Rollup merge of #141269 - tshepang:rdg-push, r=jieyouxuMatthias Krüger-27/+20
2025-05-20link tracking issue in explicit-extern-abis.mdDan Johnson-1/+3
2025-05-20Make it clear we talk about early bound paramsStan Manilov-1/+2
2025-05-20Get rid of unnecessary `BufDisplay` abstractionYotam Ofek-28/+6
2025-05-20Replace some `unwrap`s with `?`s where possibleYotam Ofek-2/+2
2025-05-20Make some fns return `fmt::Result` to get rid of a few `unwrap`sYotam Ofek-27/+33