about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-142/+140
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-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-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-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-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
2022-01-19Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakisMatthias Krüger-0/+33
2022-01-19Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasperMatthias Krüger-304/+463
2022-01-18Make suggestions verboseNoah Lev-43/+77
2022-01-18Shorten and improve messagesNoah Lev-107/+55
2022-01-18Formally implement let chainsCaio-304/+463
2022-01-18Respond to code review commentsEric Holk-4/+69
2022-01-18Safely handle partial dropsEric Holk-2/+83
2022-01-18Update async-fn-nonsend.rsEric Holk-5/+43
2022-01-18Handle uninhabited return typesEric Holk-29/+3
2022-01-18Handle empty loops betterEric Holk-4/+12
2022-01-18Handle reinits in match guardsEric Holk-0/+25
2022-01-18Update stderr filesEric Holk-5/+5
2022-01-18Address code review commentsEric Holk-0/+21
2022-01-18Update async-fn-nonsend.stderrEric Holk-29/+6
2022-01-18Handle more cases with conditionally initialized/dropped valuesEric Holk-2/+42
2022-01-18Basic loop supportEric Holk-1/+1
2022-01-18Support reinitialization of variablesEric Holk-22/+81
2022-01-18Support conditional dropsEric Holk-0/+22
2022-01-18Attribute drop to parent expression of the consume pointEric Holk-8/+40
2022-01-18Make generator and async-await tests passEric Holk-3/+2
2022-01-18Track drops across multiple yieldsEric Holk-0/+40
2022-01-18Track drop points in generator_interiorEric Holk-69/+7
2022-01-18Add test case for #57478Eric Holk-0/+14
2022-01-18Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger-4/+40
2022-01-18Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger-0/+69
2022-01-18Rollup merge of #91150 - dtolnay:qpath, r=davidtwcoMatthias Krüger-1/+13
2022-01-18Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger-60/+10
2022-01-18Implement tuple array diagnosticthreadexception-4/+18
2022-01-18generic_arg_infer: placeholder in signature errlcnr-216/+375
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-30/+138