about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src
AgeCommit message (Expand)AuthorLines
2022-12-20Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obkbors-2/+2
2022-12-19Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"Rémy Rakic-309/+83
2022-12-18Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=NilstriebMatthias Krüger-1/+1
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+2
2022-12-18Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obkMatthias Krüger-9/+8
2022-12-18don't restuct references just to reborrowMatthias Krüger-9/+8
2022-12-18avoid .into() conversion to identical typesMatthias Krüger-1/+1
2022-12-18use &str / String literals instead of format!()Matthias Krüger-1/+1
2022-12-18Auto merge of #104417 - mejrs:mir_build, r=davidtwcobors-291/+888
2022-12-17Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obkMatthias Krüger-0/+49
2022-12-17Try to fix ICEmejrs-1/+5
2022-12-17Remove (eager)mejrs-1/+1
2022-12-17Resolve various merge conflictsmejrs-128/+127
2022-12-17Migrate multiple mut borrows diagnosticTheOddGarlic-7/+41
2022-12-17Migrate borrow of moved value diagnosticTheOddGarlic-17/+23
2022-12-17Migrate irrefutable let pattern diagnosticsTheOddGarlic-57/+53
2022-12-17Migrate pattern bindings with variant name lintTheOddGarlic-23/+20
2022-12-17Migrate leading/trailing irrefutable let pattern diagnosticsTheOddGarlic-25/+26
2022-12-17Migrate lower range bound diagnosticsTheOddGarlic-24/+22
2022-12-17Migrate "could not evaluate const pattern" diagnosticTheOddGarlic-3/+10
2022-12-17Migrate "constant pattern depends on generic parameter" diagnosticTheOddGarlic-3/+11
2022-12-17Migrate unreachable pattern diagnosticTheOddGarlic-8/+15
2022-12-17Migrate pattern inlining error diagnosticsTheOddGarlic-13/+33
2022-12-17Migrate "non-exhaustive patterns: type is non-empty" diagnosticTheOddGarlic-7/+105
2022-12-17Migrate "unused unsafe" lintTheOddGarlic-12/+37
2022-12-17Migrate "requires unsafe" diagnosticsTheOddGarlic-95/+321
2022-12-17Migrate "unsafe_op_in_unsafe_fn" lintsTheOddGarlic-14/+180
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-14/+19
2022-12-16Support call and drop terminators in custom mirJakob Degen-0/+49
2022-12-16Auto merge of #103880 - b-naber:field-ty-mir, r=lcnrbors-83/+309
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-9/+109
2022-12-14address reviewb-naber-90/+52
2022-12-14Remove one more usage of `mk_substs_trait`Oli Scherer-1/+1
2022-12-14Let `mk_fn_def` take an iterator instead to simplify some call sitesOli Scherer-2/+0
2022-12-14Support more projections in custom mirJakob Degen-6/+37
2022-12-14Support common enum operations in custom mirJakob Degen-3/+72
2022-12-14Auto merge of #104986 - compiler-errors:opaques, r=oli-obkbors-3/+5
2022-12-13Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errorsMatthias Krüger-1/+1
2022-12-13Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obkMatthias Krüger-16/+26
2022-12-13Do not suggest borrowing binding in pattern in let elseEsteban Küber-1/+1
2022-12-13Combine projection and opaque into aliasMichael Goulet-3/+5
2022-12-13Extract shared logic into a new functionGary Guo-20/+14
2022-12-13Remove unnecessary recursive call to parent unsafeckGary Guo-3/+0
2022-12-13Ensure valid local_data is set for custom mir buildingGary Guo-1/+7
2022-12-13Allow unsafe through inline const for THIR unsafety checkerGary Guo-12/+25
2022-12-12Rollup merge of #105615 - WaffleLapkin:remove_opt_scope_span_mention, r=compi...Matthias Krüger-4/+2
2022-12-12Fixup method doc that mentions removed paramMaybe Waffle-4/+2
2022-12-12Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors-4/+4
2022-12-11Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-deadMatthias Krüger-3/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-3/+1