about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-19Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726Dylan DPC-5/+3
2022-12-19Rollup merge of #105864 - matthiaskrgr:compl, r=NilstriebDylan DPC-54/+26
2022-12-19Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnrDylan DPC-17/+22
2022-12-19Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgrbors-154/+92
2022-12-19clippy::complexity fixesMatthias Krüger-54/+26
2022-12-18Rollup merge of #105879 - Nilstrieb:revert-hir-arena, r=oli-obkMatthias Krüger-38/+21
2022-12-18Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=NilstriebMatthias Krüger-55/+37
2022-12-18Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errorsMatthias Krüger-16/+16
2022-12-18Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errorsMatthias Krüger-44/+10
2022-12-18Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkovMatthias Krüger-1/+8
2022-12-18Auto merge of #105446 - erikdesjardins:vt-size, r=nikicbors-3/+24
2022-12-18Don't ICE in closure arg borrow suggestionMichael Goulet-5/+3
2022-12-18Revert "Introduce lowering_arena to avoid creating AST nodes on the fly"Nilstrieb-38/+21
2022-12-18Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obkMatthias Krüger-42/+41
2022-12-18Rollup merge of #105870 - matthiaskrgr:useless_conv, r=oli-obkMatthias Krüger-27/+17
2022-12-18Rollup merge of #105854 - matthiaskrgr:rmclone, r=compiler-errorsMatthias Krüger-1/+1
2022-12-18Rollup merge of #105420 - tmiasko:dest-prop-dead-code, r=JakobDegenMatthias Krüger-0/+7
2022-12-18don't restuct references just to reborrowMatthias Krüger-42/+41
2022-12-18avoid .into() conversion to identical typesMatthias Krüger-27/+17
2022-12-18use &str / String literals instead of format!()Matthias Krüger-55/+37
2022-12-18remove redundant fn params that were only "used" in recursionMatthias Krüger-44/+10
2022-12-18don't clone Copy typesMatthias Krüger-16/+16
2022-12-18Auto merge of #104417 - mejrs:mir_build, r=davidtwcobors-291/+1191
2022-12-18remove redundant cloneMatthias Krüger-1/+1
2022-12-17Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obkMatthias Krüger-0/+49
2022-12-17Rollup merge of #105792 - Ezrashaw:add-e0320-long-docs, r=GuillaumeGomezMatthias Krüger-1/+28
2022-12-17print argument name in arg mismatch if possibleMichael Goulet-1/+8
2022-12-17Suggest a `T: Send` bound for `&mut T` upvars in `Send` generatorsMatthew House-17/+22
2022-12-17Try to fix ICEmejrs-1/+5
2022-12-17Remove (eager)mejrs-1/+1
2022-12-17Resolve various merge conflictsmejrs-130/+129
2022-12-17Migrate multiple mut borrows diagnosticTheOddGarlic-7/+47
2022-12-17Migrate borrow of moved value diagnosticTheOddGarlic-17/+29
2022-12-17Migrate irrefutable let pattern diagnosticsTheOddGarlic-57/+103
2022-12-17Migrate pattern bindings with variant name lintTheOddGarlic-23/+24
2022-12-17Migrate leading/trailing irrefutable let pattern diagnosticsTheOddGarlic-25/+52
2022-12-17Migrate lower range bound diagnosticsTheOddGarlic-24/+29
2022-12-17Migrate "could not evaluate const pattern" diagnosticTheOddGarlic-3/+12
2022-12-17Migrate "constant pattern depends on generic parameter" diagnosticTheOddGarlic-3/+14
2022-12-17Migrate unreachable pattern diagnosticTheOddGarlic-8/+19
2022-12-17Migrate pattern inlining error diagnosticsTheOddGarlic-13/+41
2022-12-17Migrate "non-exhaustive patterns: type is non-empty" diagnosticTheOddGarlic-7/+113
2022-12-17Migrate "unused unsafe" lintTheOddGarlic-12/+43
2022-12-17Migrate "requires unsafe" diagnosticsTheOddGarlic-95/+431
2022-12-17Migrate "unsafe_op_in_unsafe_fn" lintsTheOddGarlic-14/+236
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-14/+26
2022-12-17Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3bors-1/+1
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-15/+20
2022-12-17Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errorsMatthias Krüger-16/+16
2022-12-16Support call and drop terminators in custom mirJakob Degen-0/+49