about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2023-01-04Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillotMichael Goulet-6/+6
2023-01-04rename get_parent_node to parent_idMichael Goulet-6/+6
2023-01-03Don't trim path for `unsafe_op_in_unsafe_fn` lintsLéo Lanteri Thauvin-10/+13
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-22/+19
2022-12-22Fix the issue number in comment for as_local_call_operandTomasz Miąsko-1/+1
2022-12-22Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJungMatthias Krüger-3/+0
2022-12-21Clarify that raw retags are not permitted in MirJakob Degen-3/+0
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-22/+19
2022-12-20Some style nitsOli Scherer-3/+3
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/+889
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/+20
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