about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2023-01-07Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwcobors-12/+0
2023-01-07Auto merge of #106519 - estebank:tail-unit, r=cjgillotbors-0/+131
2023-01-07Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillotbors-0/+51
2023-01-06Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener...Michael Goulet-34/+34
2023-01-06Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726Michael Goulet-4/+4
2023-01-06Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errorsbors-0/+5
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-34/+34
2023-01-06Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebankbors-31/+102
2023-01-06Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebankDylan DPC-0/+61
2023-01-06Rollup merge of #106494 - JohnTitor:issue-58355, r=compiler-errorsDylan DPC-0/+20
2023-01-05fix [type error] for error E0029 and E0277Yiming Lei-0/+61
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-31/+102
2023-01-06Tweak outputEsteban Küber-55/+35
2023-01-06Report WF error for new solver tooMichael Goulet-4/+4
2023-01-06Detect bindings assigned blocks without tail expressions in trait errorsEsteban Küber-9/+65
2023-01-06Detect bindings assigned blocks without tail expressionsEsteban Küber-0/+95
2023-01-05Correct detection of elided lifetimes in impl-trait.Camille GILLOT-0/+5
2023-01-05fix rebaseEsteban Küber-3/+3
2023-01-05review comments: rewordEsteban Küber-4/+4
2023-01-05Suggest changing argument on type errorEsteban Küber-10/+28
2023-01-05Account for type error on method arg caused by earlier inferenceEsteban Küber-0/+27
2023-01-05Tweak outputEsteban Küber-12/+124
2023-01-05review comments: do not always point at init exprEsteban Küber-98/+11
2023-01-05More eagerly resolve expr `ty`s before writing themEsteban Küber-23/+11
2023-01-05Skip macros to avoid talking about bindings the user can't seeEsteban Küber-12/+3
2023-01-05Point at expressions where inference refines an unexpected typeEsteban Küber-14/+140
2023-01-06Add regression test for #58355Yuki Okushi-0/+20
2023-01-05Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errorsbors-163/+223
2023-01-04Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errorsMichael Goulet-133/+133
2023-01-04Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726Michael Goulet-30/+30
2023-01-04Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726Michael Goulet-0/+60
2023-01-05Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726bors-2/+111
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-133/+133
2023-01-04Move testsCaio-0/+0
2023-01-04Update tests, etcMichael Goulet-30/+30
2023-01-04Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgrbors-29/+191
2023-01-04Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebankMatthias Krüger-24/+70
2023-01-04Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebankMatthias Krüger-5/+121
2023-01-04Auto merge of #104376 - compiler-errors:thin-metadata-implies-thin-ptr, r=wes...bors-0/+11
2023-01-04Auto merge of #106432 - compiler-errors:rollup-lzj0lnp, r=compiler-errorsbors-26/+33
2023-01-03Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiserMichael Goulet-26/+12
2023-01-03Rollup merge of #106157 - LeSeulArtichaut:106126-thir-unsafeck-good-path-bug-...Michael Goulet-0/+21
2023-01-04layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)`Michael Goulet-0/+11
2023-01-04Restore Fn trait noteMichael Goulet-2/+14
2023-01-03Suggest more impl Trait on `-> _`Michael Goulet-7/+111
2023-01-03Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiserbors-1/+1
2023-01-03Add note about wrapping in braceskadmin-0/+51
2023-01-03Rollup merge of #106365 - gimbles:patch-1, r=jyn514Matthias Krüger-10/+10
2023-01-03Rollup merge of #106005 - LeSeulArtichaut:if-let-guard-borrowck-test, r=Nilst...Matthias Krüger-62/+645
2023-01-03Don't trim path for `unsafe_op_in_unsafe_fn` lintsLéo Lanteri Thauvin-0/+21