about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-595/+1005
2022-07-05Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPCbors-422/+459
2022-07-05Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-...Dylan DPC-0/+9
2022-07-05Rollup merge of #98854 - kadiwa4:rustc_hir_pretty_clean_up_borrowing, r=oli-obkDylan DPC-281/+264
2022-07-05Rollup merge of #98847 - RalfJung:box-is-special, r=oli-obkDylan DPC-12/+56
2022-07-05Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obkDylan DPC-63/+49
2022-07-05Rollup merge of #98761 - lcnr:need_type_info-cont, r=estebankDylan DPC-66/+81
2022-07-05Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwcobors-15/+47
2022-07-05Auto merge of #98846 - RalfJung:alignment-is-a-type-thing, r=oli-obkbors-95/+118
2022-07-04Auto merge of #98904 - matthiaskrgr:rollup-05owsx7, r=matthiaskrgrbors-32/+76
2022-07-04Rollup merge of #98886 - michaelwoerister:tracked-split-dwarf-kind, r=davidtwcoMatthias Krüger-4/+5
2022-07-04Rollup merge of #98879 - compiler-errors:async-closure-wrap-parens, r=oli-obkMatthias Krüger-3/+24
2022-07-04Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obkMatthias Krüger-14/+15
2022-07-04Rollup merge of #98782 - compiler-errors:specialization-error-span, r=oli-obkMatthias Krüger-7/+20
2022-07-04Rollup merge of #98738 - tmiasko:checked-binop, r=oli-obkMatthias Krüger-4/+12
2022-07-04Auto merge of #98627 - RalfJung:interpret-arith, r=lcnrbors-2/+17
2022-07-04extra assertion, extra sureRalf Jung-0/+1
2022-07-04clarify commentRalf Jung-1/+2
2022-07-04incr.comp.: Make split-dwarf commandline options [TRACKED].Michael Woerister-4/+5
2022-07-04`InferSource::GenericArg`, check for containslcnr-17/+20
2022-07-04resolve vars in node substslcnr-3/+8
2022-07-04stop suggesting things inside of macroslcnr-2/+23
2022-07-04update infer cost computation for typeslcnr-22/+40
2022-07-04remove unused function argumentlcnr-37/+5
2022-07-04suggest `#[derive(Default)]` to enums with `#[default]`Takayuki Maeda-0/+9
2022-07-04Auto merge of #98641 - lcnr:mir-dropck, r=oli-obkbors-48/+61
2022-07-04fully move dropck to mirlcnr-48/+61
2022-07-04Fix wrap parenthesis suggestion for async closureMichael Goulet-3/+24
2022-07-04more `rustc_pass_by_value`lcnr-14/+15
2022-07-03Add method to mutate MIR body without invalidating CFG caches.Jakob Degen-15/+47
2022-07-04Rollup merge of #98823 - compiler-errors:rust-call-mir-inline, r=cjgillotMatthias Krüger-5/+9
2022-07-04Rollup merge of #98501 - Enselic:err_if_attr_found, r=compiler-errorsMatthias Krüger-12/+14
2022-07-03move Box mess handling into general visitorRalf Jung-34/+55
2022-07-03fix interpreter validity check on BoxRalf Jung-6/+29
2022-07-04Auto merge of #98446 - nnethercote:derive-no-match-destructuring, r=scottmcmbors-46/+94
2022-07-04Don't use match-destructuring for derived ops on structs.Nicholas Nethercote-44/+93
2022-07-04Comment fixes.Nicholas Nethercote-2/+1
2022-07-03Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomezRalf Jung-8/+12
2022-07-03clean up the borrowing in rustc_hir_prettyKaDiWa-281/+264
2022-07-03interpret: track place alignment together with the type, not the valueRalf Jung-95/+117
2022-07-03interpret: don't rely on ScalarPair for overflowed arithmeticRalf Jung-2/+16
2022-07-03Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-105/+61
2022-07-03Auto merge of #98570 - SparrowLii:deadlock, r=cjgillotbors-21/+9
2022-07-02Auto merge of #98569 - nnethercote:finalize_resolutions_id, r=cjgillotbors-23/+23
2022-07-02Fix rust-call ICE in mir-inlinerMichael Goulet-5/+9
2022-07-02more use of format! variable captureRalf Jung-5/+3
2022-07-02Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJungbors-8/+61
2022-07-02make AllocRef APIs more consistentRalf Jung-11/+13
2022-07-02add AllocRange Debug impl; remove redundant AllocId Display implRalf Jung-50/+36
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-25/+240