about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-0/+1
2023-07-26rustdoc: fix cross-crate impl-SizedLeón Orell Valerian Liehr-25/+71
2023-07-26rustdoc: stylistic changesLeón Orell Valerian Liehr-21/+15
2023-07-25Add `sym::iter_mut` + `sym::as_mut_ptr`blyxyas-1/+1
2023-07-25Auto merge of #114076 - matthiaskrgr:rollup-cpqq1n9, r=matthiaskrgrbors-20/+44
2023-07-25Rollup merge of #114062 - Kobzol:ci-group-splitting, r=Mark-SimulacrumMatthias Krüger-19/+43
2023-07-25Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnrMatthias Krüger-1/+1
2023-07-25Auto merge of #114027 - arlosi:update-cargo, r=ehussbors-49/+0
2023-07-25make MPlaceTy non-CopyRalf Jung-12/+12
2023-07-25interpret: make read functions generic over operand typeRalf Jung-45/+45
2023-07-25interpret: make write functions generic over the place typeRalf Jung-71/+71
2023-07-25Allow using external builds of the compiler-rt profile libJosh Stone-6/+28
2023-07-25Split nested GHA groups instead of panickingJakub Beránek-19/+43
2023-07-25Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgrbors-2/+4
2023-07-25Remove credential providers from bootstrapArlo Siemsen-49/+0
2023-07-25Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol...Matthias Krüger-1/+3
2023-07-25Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillotMatthias Krüger-1/+1
2023-07-25Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnrbors-2/+2
2023-07-25Make everything builtin!Michael Goulet-2/+2
2023-07-26Add help for crate arg when crate name is invalidyukang-1/+3
2023-07-25CI: fix CMake installation for 32 and 64bit `dist` LinuxJakub Beránek-4/+2
2023-07-25Auto merge of #114011 - RalfJung:place-projection, r=oli-obkbors-110/+99
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-4/+1
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-13/+7
2023-07-25Improve performance of `first_non_private`Guillaume Gomez-22/+18
2023-07-25bless moreRalf Jung-4/+4
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-103/+92
2023-07-25clippy: `env!` invocations can't be b"" literalsDavid Wood-1/+1
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-2/+74
2023-07-24bootstrap: Define CMake platform if DragonFly.Alex Zepeda-1/+8
2023-07-25Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkovbors-16/+31
2023-07-24typosTshepang Mbambo-2/+2
2023-07-24Update cargoArlo Siemsen-0/+0
2023-07-24Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgrbors-18/+42
2023-07-24bootstrap: Don't bundle musl on UnikraftMartin Kröning-2/+2
2023-07-24compiler: Add `*-unikraft-linux-musl` documentationMartin Kröning-0/+69
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+3
2023-07-24Rollup merge of #114006 - jonathanpallant:update-sparc-unknown-readme, r=AmanieuMatthias Krüger-18/+42
2023-07-24Perform OpaqueCast field projection on HIR, too.Oli Scherer-0/+2
2023-07-24Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,...bors-3/+6
2023-07-24Fix span for punnycodeEric Huss-1/+1
2023-07-24Cache qpath first public resultGuillaume Gomez-27/+50
2023-07-24Revert "Remove needs for transmute"Guillaume Gomez-28/+20
2023-07-24Remove needs for transmuteGuillaume Gomez-20/+28
2023-07-24Re-add missing generics in `first_non_private`Guillaume Gomez-3/+23
2023-07-24Add support for `--document-hidden-items` in `first_non_private`Guillaume Gomez-1/+2
2023-07-24Add test for private itemsGuillaume Gomez-0/+3
2023-07-24Correctly handle `super` and `::`Guillaume Gomez-1/+10
2023-07-24Rename `first_not_private` into `first_non_private`Guillaume Gomez-2/+2
2023-07-24Improve code readabilityGuillaume Gomez-32/+27