about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-05Auto merge of #98584 - lcnr:region-stuff-more-beans, r=oli-obkbors-1159/+111
2022-07-05Auto merge of #98925 - Dylan-DPC:rollup-9185c9y, r=Dylan-DPCbors-743/+1229
2022-07-05Rollup merge of #98913 - lnicola:rust-analyzer-2022-07-05, r=lnicolaDylan DPC-7/+7
2022-07-05Rollup merge of #98856 - GuillaumeGomez:rustdoc-test-rm-fixme, r=Dylan-DPCDylan DPC-12/+2
2022-07-05Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui...Dylan DPC-2/+55
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-708/+1114
2022-07-05Rollup merge of #97712 - RalfJung:untyped, r=scottmcmDylan DPC-14/+51
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-143/+238
2022-07-05Prefer trace level instrumentation for the new noisy instrument attributesOli Scherer-5/+5
2022-07-05Add a helper method with an explicit name instead of hand rolling a match 3xOli Scherer-3/+9
2022-07-05Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPCbors-446/+574
2022-07-05:arrow_up: rust-analyzerLaurențiu Nicola-7/+7
2022-07-05Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-...Dylan DPC-0/+31
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-90/+167
2022-07-05Rollup merge of #97300 - ChayimFriedman2:patch-1, r=dtolnayDylan DPC-0/+7
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-63/+426
2022-07-04Rollup merge of #98898 - GuillaumeGomez:new-eslint-rul, r=Dylan-DPCMatthias Krüger-0/+1
2022-07-04Rollup merge of #98886 - michaelwoerister:tracked-split-dwarf-kind, r=davidtwcoMatthias Krüger-4/+38
2022-07-04Rollup merge of #98879 - compiler-errors:async-closure-wrap-parens, r=oli-obkMatthias Krüger-5/+46
2022-07-04Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obkMatthias Krüger-14/+15
2022-07-04Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomezMatthias Krüger-10/+259
2022-07-04Rollup merge of #98793 - Mark-Simulacrum:fix-tidy-bins, r=jyn514Matthias Krüger-8/+24
2022-07-04Rollup merge of #98782 - compiler-errors:specialization-error-span, r=oli-obkMatthias Krüger-18/+31
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-04rustdoc: censor certain complex unevaluated const exprsLeón Orell Valerian Liehr-10/+259
2022-07-04Auto merge of #98573 - krasimirgg:nlmb-llvm-nm, r=nikicbors-10/+14
2022-07-04Add "no-div-regex" eslint ruleGuillaume Gomez-0/+1
2022-07-04extra assertion, extra sureRalf Jung-0/+1
2022-07-04clarify commentRalf Jung-1/+2
2022-07-04region obligations, remove `body_id`lcnr-20/+10
2022-07-04implied bounds byebye nested hir idslcnr-129/+28
2022-07-04rip out `RegionCtxt` from hir typecklcnr-896/+13
2022-07-04only use `FnCtxt` for regionck inside of bodieslcnr-54/+54
2022-07-04RegionCtxt merged `body_id` with `body_owner`lcnr-30/+22
2022-07-04remove an unused `DefId`lcnr-74/+28
2022-07-04adapt native-link-modifier-bundle test to use llvm-nmKrasimir Georgiev-10/+14
2022-07-04Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrumbors-6/+35
2022-07-04incr.comp.: Make split-dwarf commandline options [TRACKED].Michael Woerister-4/+38
2022-07-04`InferSource::GenericArg`, check for containslcnr-30/+42
2022-07-04resolve vars in node substslcnr-5/+19
2022-07-04stop suggesting things inside of macroslcnr-10/+29
2022-07-04update infer cost computation for typeslcnr-37/+101
2022-07-04remove unused function argumentlcnr-37/+5
2022-07-04suggest `#[derive(Default)]` to enums with `#[default]`Takayuki Maeda-0/+31