summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-08-30Rollup merge of #100092 - compiler-errors:issue-100075, r=oli-obkDylan DPC-0/+65
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-725/+1053
2022-08-29Add another MaybeUninit array test with constAlex Saveau-0/+6
2022-08-30add UI test for unprettyyukang-0/+8
2022-08-29rustdoc: remove unused CSS selectors for `.table-display`Michael Howell-35/+2
2022-08-29Don't --bless in pre-push hookTyler Mandry-1/+1
2022-08-29bootstrap: Add llvm-has-rust-patches target optionTyler Mandry-5/+10
2022-08-29Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgrbors-31/+191
2022-08-29Fix tests due to stricter invalid_value5225225-1/+2
2022-08-29Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obkMatthias Krüger-2/+5
2022-08-29Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomezMatthias Krüger-13/+113
2022-08-29Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorinoMatthias Krüger-16/+73
2022-08-29Point at the string inside literal and mention if we need string interpolationYiming Lei-0/+59
2022-08-29Auto merge of #101152 - Dylan-DPC:rollup-v4iw8ux, r=Dylan-DPCbors-15/+40
2022-08-29unix_sigpipe: Skip some tests on android; libc has no `signal` functionMartin Nordholts-1/+6
2022-08-29Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errorsnils-7/+7
2022-08-29Revert let_chains stabilizationNilstrieb-387/+715
2022-08-29Bump stage0Nilstrieb-338/+338
2022-08-29Auto merge of #101147 - weihanglo:update-cargo, r=Mark-Simulacrumbors-0/+0
2022-08-29Try normalizing types without RevealAll in ParamEnv in mir validationNilstrieb-0/+25
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-32/+81
2022-08-29Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisaDylan DPC-1/+14
2022-08-29Rollup merge of #100239 - RalfJung:const-prop-uninit, r=oli-obkDylan DPC-1/+2
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-13/+13
2022-08-29Rollup merge of #98304 - SUPERCILEX:maybeuninit, r=nikicDylan DPC-0/+11
2022-08-29Auto merge of #98626 - oli-obk:tracing, r=lcnrbors-0/+1
2022-08-29Track PGO profiles in depinfoJakub Beránek-0/+27
2022-08-29Update cargoWeihang Lo-0/+0
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-34/+34
2022-08-29Auto merge of #101143 - matthiaskrgr:rollup-g8y5k0g, r=matthiaskrgrbors-95/+214
2022-08-29Rollup merge of #101116 - GuillaumeGomez:rm-attrs-ty-alias, r=notriddleMatthias Krüger-8/+6
2022-08-29Rollup merge of #101111 - saethlin:better-fnentry-spans, r=RalfJungMatthias Krüger-8/+8
2022-08-29Rollup merge of #100959 - LuisCardosoOliveira:translation-rename-attr-warning...Matthias Krüger-23/+22
2022-08-29Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnrMatthias Krüger-10/+10
2022-08-29Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obkMatthias Krüger-42/+164
2022-08-29Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obkMatthias Krüger-4/+4
2022-08-29Improve HIR stats collector.Nicholas Nethercote-20/+52
2022-08-29Auto merge of #100908 - lnicola:rust-analyzer-2022-08-23, r=lnicolabors-625/+2091
2022-08-29check_missing_items.py: Check importsNixon Enraght-Moony-0/+6
2022-08-29Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h...Nixon Enraght-Moony-13/+107
2022-08-29Use `&'hir Ty` everywhere.Nicholas Nethercote-2/+2
2022-08-29Use `&'hir Expr` everywhere.Nicholas Nethercote-4/+4
2022-08-29Add prefix to every line of `-Zhir-stats` output.Nicholas Nethercote-151/+145
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-18/+20
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+310
2022-08-28entirely get rid of NeedsRfc CTFE errorsRalf Jung-0/+3
2022-08-28CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...Ralf Jung-2/+2
2022-08-28Use the declaration's SourceInfo for FnEntry retags, not the outermostBen Kimock-8/+8
2022-08-28Remove `register_attr`-related testsYuki Okushi-506/+183
2022-08-28Auto merge of #101115 - matthiaskrgr:rollup-iy14ztr, r=matthiaskrgrbors-53/+216