about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-14Make outlives::{components,verify} agreeAli MJ Al-Nasrawy-53/+46
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-301/+151
2022-07-01Auto merge of #98730 - matthiaskrgr:rollup-2c4d4x5, r=matthiaskrgrbors-16/+42
2022-07-01Rollup merge of #98610 - lcnr:emit_inference_failure_err-ice, r=estebankMatthias Krüger-7/+19
2022-06-30Rollup merge of #98695 - tshepang:or-pattern, r=compiler-errorsMatthias Krüger-1/+1
2022-06-30Rollup merge of #98688 - RalfJung:from-mplace, r=oli-obkMatthias Krüger-8/+29
2022-06-30Rollup merge of #98677 - lyming2007:issue-98492-fix, r=lcnrMatthias Krüger-0/+2
2022-06-30Rollup merge of #98670 - krasimirgg:llvm-15-LLVMConstExtractValue, r=nikicMatthias Krüger-7/+10
2022-06-30For diagnostic information of Boolean, remind it as use the type: 'bool'Yiming Lei-0/+2
2022-06-30add issue number to fixmelcnr-1/+1
2022-06-30add logging to `write_resolution`lcnr-1/+2
2022-06-30llvm-wrapper: adapt for LLVMConstExtractValue removalKrasimir Georgiev-7/+10
2022-06-30Auto merge of #98377 - davidv1992:add-lifetimes-to-argument-temporaries, r=ol...bors-2/+16
2022-06-30Auto merge of #98649 - RalfJung:guardians-of-mir, r=oli-obkbors-1149/+1182
2022-06-30use "or pattern"Tshepang Mbambo-1/+1
2022-06-30Auto merge of #98691 - matthiaskrgr:rollup-ymsa64p, r=matthiaskrgrbors-75/+67
2022-06-29fix doc issuesRalf Jung-7/+7
2022-06-30Rollup merge of #96727 - oli-obk:no_expect, r=lcnrMatthias Krüger-75/+67
2022-06-29Auto merge of #98520 - RalfJung:invalid, r=compiler-errorsbors-2/+4
2022-06-29interpret: add From<&MplaceTy> for PlaceTyRalf Jung-8/+29
2022-06-29move MIR syntax into a dedicated file and ping some people whenever it changesRalf Jung-1148/+1181
2022-06-29Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dyl...Matthias Krüger-66/+38
2022-06-29Rollup merge of #98665 - ChrisDenton:deprecated-suggestion, r=compiler-errorsMatthias Krüger-1/+1
2022-06-29Rollup merge of #98643 - voidc:valtree-ref-pretty, r=lcnrMatthias Krüger-102/+90
2022-06-29Rollup merge of #98642 - yanchen4791:issue-98260-fix, r=spastorinoMatthias Krüger-0/+5
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-2/+4
2022-06-29Rollup merge of #98625 - RalfJung:retag, r=oli-obkDylan DPC-5/+18
2022-06-29Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obkDylan DPC-179/+171
2022-06-29Rollup merge of #98554 - DrMeepster:box_unsizing_is_not_special, r=RalfJungDylan DPC-17/+7
2022-06-29Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnrDylan DPC-1/+2
2022-06-29Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,...Dylan DPC-25/+103
2022-06-29avoid many `&str` to `String` conversions with `MultiSpan::push_span_label`Takayuki Maeda-66/+38
2022-06-29Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqdbors-30/+30
2022-06-29The only reason we had to replace opaque types in closures was due to async f...Oli Scherer-67/+35
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-38/+62
2022-06-29Use verbose help for deprecation suggestionChris Denton-1/+1
2022-06-29Improve doc comment of destructure_constDominik Stolz-3/+4
2022-06-29Auto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r=Dylan-DPCbors-784/+828
2022-06-29Rollup merge of #98603 - compiler-errors:minor-borrowck-diagnostic-fixes, r=d...Dylan DPC-72/+42
2022-06-29Rollup merge of #98549 - RalfJung:interpret-stacktraces, r=oli-obkDylan DPC-18/+13
2022-06-29Rollup merge of #98277 - compiler-errors:issue-93596, r=estebankDylan DPC-10/+10
2022-06-29Rollup merge of #97786 - ferrocene:pa-fix-simulate-remap-prefix, r=Mark-Simul...Dylan DPC-16/+22
2022-06-29Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726Dylan DPC-634/+712
2022-06-29Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiaskoDylan DPC-34/+29
2022-06-29Erase regions in new abstract constskadmin-1/+2
2022-06-29Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obkbors-25/+129
2022-06-28Don't point at another arg if we're already pointing at oneMichael Goulet-8/+30
2022-06-29Auto merge of #98376 - nnethercote:improve-derive-PartialEq, r=petrochenkovbors-131/+88
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-25/+103
2022-06-28Do not use a suggestion to change a binding's name to a typeMichael Goulet-26/+35