about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-01-25Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiserMatthias Krüger-0/+17
2022-01-25Rollup merge of #93250 - Aaron1011:remove-early-dedup, r=oli-obkMatthias Krüger-21/+380
2022-01-25delay the bug once again, generalize turbofish suggestionMichael Goulet-25/+4
2022-01-25Remove delayed bug when encountering label in bad turbofishMichael Goulet-3/+41
2022-01-25Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats...Matthias Krüger-0/+26
2022-01-25Rollup merge of #93118 - jackh726:param-heuristics-3, r=estebankMatthias Krüger-1/+8
2022-01-24Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the...bors-4/+4
2022-01-24Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"Jakub Beránek-4/+4
2022-01-24Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-deadbors-67/+82
2022-01-23Remove deduplication of early lintsAaron Hill-21/+380
2022-01-23Rollup merge of #93227 - compiler-errors:gat-hrtb-wfcheck, r=jackh726Matthias Krüger-0/+10
2022-01-23Rollup merge of #93226 - compiler-errors:issue-93141, r=jackh726Matthias Krüger-0/+25
2022-01-23Rollup merge of #93213 - c410-f3r:let-chains-feature, r=matthewjasperMatthias Krüger-20/+95
2022-01-23Liberate late bound regions when collecting GAT substs in wfcheckMichael Goulet-0/+10
2022-01-23Auto merge of #93220 - matthiaskrgr:rollup-9bkrlk0, r=matthiaskrgrbors-7/+45
2022-01-22Normalize field access types during borrowckMichael Goulet-0/+25
2022-01-23Auto merge of #93165 - eholk:disable-generator-drop-tracking, r=nikomatsakisbors-0/+113
2022-01-23Rollup merge of #93103 - estebank:await-span, r=nagisaMatthias Krüger-0/+38
2022-01-23Rollup merge of #91122 - dtolnay:not, r=m-ou-seMatthias Krüger-7/+7
2022-01-22Fix let_chains and if_let_guard feature flagsCaio-20/+95
2022-01-22Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=AmanieuMatthias Krüger-165/+87
2022-01-21Move param count error emission to near end of check_argument_typesJack Huey-1/+8
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-142/+140
2022-01-21Implement stable with negative coherence modeSantiago Pastorino-0/+26
2022-01-21Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwcoMatthias Krüger-4/+18
2022-01-21Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwcoMatthias Krüger-30/+43
2022-01-21Rollup merge of #92835 - iwanders:issue-66450-improve-cfg-error-message, r=na...Matthias Krüger-2/+8
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-106/+71
2022-01-21Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrumbors-35/+35
2022-01-21Add regression test for #93161Eric Holk-0/+93
2022-01-21Disable drop range tracking in generatorsEric Holk-0/+20
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-12/+17
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-105/+507
2022-01-21Reject may_unwind option in naked functionsTomasz Miąsko-10/+22
2022-01-21Reject unsupported naked functionsTomasz Miąsko-165/+75
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-35/+35
2022-01-20Rollup merge of #93086 - c410-f3r:let-guard, r=Mark-SimulacrumMatthias Krüger-2/+26
2022-01-20Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillotMatthias Krüger-23/+68
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-80/+413
2022-01-20Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer...Matthias Krüger-2/+2
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-216/+375
2022-01-20Rollup merge of #92183 - tmandry:issue-74256, r=estebankMatthias Krüger-174/+133
2022-01-20Tweak `expr.await` desugaring `Span`Esteban Kuber-0/+38
2022-01-19Foreign types are trivially dropMichael Goulet-0/+13
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-135/+100
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-139/+133
2022-01-19never is trivially const-drop, and add testMichael Goulet-0/+2
2022-01-19Add tests to ensure that let_chains works with if_let_guardCaio-2/+26
2022-01-19Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiserMatthias Krüger-0/+39
2022-01-19Only suggest adding `!` to expressions that can be macro invocationEsteban Kuber-23/+68