about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-02-05Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errorsbors-0/+18
2023-02-05Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errorsbors-0/+39
2023-02-05Add ui test for missing expression in for loopObei Sideg-0/+18
2023-02-05emit `ConstEquate` in `TypeRelating<D>`Boxy-0/+70
2023-02-04Rollup merge of #107646 - estebank:specific-span, r=compiler-errorsMatthias Krüger-24/+41
2023-02-04Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obkbors-12/+0
2023-02-04don't point at nonexisting code beyond EOF when warning about unused delimsMatthias Krüger-0/+39
2023-02-03Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obkMichael Goulet-3/+13
2023-02-03Make const/fn return params more suggestableMichael Goulet-0/+36
2023-02-03Provide structured suggestion for binding needing type on E0594Esteban Küber-24/+41
2023-02-03Auto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r=Dylan-DPCbors-45/+285
2023-02-03Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=NilstriebDylan DPC-9/+77
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-10/+25
2023-02-03Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnrDylan DPC-0/+41
2023-02-03Autotrait bounds on dyn-safe trait methodsDavid Tolnay-0/+38
2023-02-03Disallow impl autotrait for trait objectDavid Tolnay-26/+104
2023-02-03Auto merge of #107599 - clubby789:debug-less-ref, r=nnethercotebors-7/+7
2023-02-03Fix suggestion for coercing Option<&String> to Option<&str>clubby789-9/+77
2023-02-03Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errorsMatthias Krüger-27/+125
2023-02-03Rollup merge of #107500 - bryangarza:future-sizes-baseline-test, r=compiler-e...Matthias Krüger-0/+94
2023-02-03Rollup merge of #106805 - madsravn:master, r=compiler-errorsMatthias Krüger-0/+69
2023-02-03Rollup merge of #106575 - estebank:issue-64008, r=pnkfelixMatthias Krüger-5/+64
2023-02-02Bless tests.Camille GILLOT-12/+0
2023-02-02Don't generate unecessary `&&self.field` in deriving Debugclubby789-7/+7
2023-02-02Emit warnings on unused parens/braces in index expressionsAidan Olsen-0/+41
2023-02-02Parse and recover from type ascription in patternsEsteban Küber-27/+125
2023-02-02Suggest `move` in nested closure when appropriateEsteban Küber-5/+64
2023-02-02Rollup merge of #107577 - nnethercote:reinstate-hir-stats, r=jyn514Matthias Krüger-1/+5
2023-02-02Rollup merge of #107532 - compiler-errors:erase-regions-in-uninhabited, r=jac...Matthias Krüger-0/+18
2023-02-02Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebankMatthias Krüger-12/+9
2023-02-02Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac...Matthias Krüger-22/+25
2023-02-02Improve diagnostic for missing space in range patternclubby789-12/+9
2023-02-02Auto merge of #107478 - compiler-errors:anon-enum-tys-are-ambiguous, r=estebankbors-160/+53
2023-02-02PR fixing wrong order of format parameters in strings. Issue #106572Mads Ravn-0/+69
2023-02-02Recover _ as .. in field patternMichael Goulet-22/+25
2023-02-02Add a testMichael Goulet-0/+26
2023-02-02Revert "Teach parser to understand fake anonymous enum syntax" and related co...Michael Goulet-160/+27
2023-02-02Rollup merge of #107576 - P1n3appl3:master, r=tmandryMatthias Krüger-0/+3
2023-02-02Rollup merge of #107488 - nnethercote:fix-PartialEq-syntax, r=RalfJungMatthias Krüger-3/+3
2023-02-02Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebankMatthias Krüger-190/+19
2023-02-02Don't cause a cycle when formatting query description that references a FnDefMichael Goulet-10/+25
2023-02-02Bless tests after rebaseBryan Garza-14/+14
2023-02-02Update test to not trigger stack overflowBryan Garza-8/+5
2023-02-02Move ignore-pass to large-arg testBryan Garza-11/+11
2023-02-02Update based on PR commentsBryan Garza-3/+4
2023-02-02Add tests to assert current behavior of large future sizesBryan Garza-0/+96
2023-02-02Reinstate the `hir-stats.rs` tests on stage 1.Nicholas Nethercote-1/+5
2023-02-01Add proc-macro boilerplate to crt-static testJoseph Ryan-0/+3
2023-02-01rustc_parse: migrate more to diagnostic structsXiretza-1/+1
2023-02-01tests: rename test cases to match new behaviourXiretza-2/+2