summaryrefslogtreecommitdiff
path: root/tests/ui/typeck
Commit message (Expand)AuthorAgeFilesLines
* Tweak borrow suggestionMichael Goulet2023-05-083-16/+22
* check array type of repeat exprs is wfBoxy2023-05-042-0/+22
* Rollup merge of #110874 - compiler-errors:index-op-specific, r=oli-obkDylan DPC2023-05-041-6/+12
|\
| * Adjust obligation cause code for find_and_report_unsatisfied_index_implMichael Goulet2023-04-271-6/+12
* | Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet2023-05-012-5/+14
|/
* Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Yuki Okushi2023-04-251-0/+68
|\
| * add known-bug test for unsound issue 85099whtahy2023-04-221-0/+68
* | Don't infer fn return type to return itselfMichael Goulet2023-04-222-0/+26
|/
* Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors2023-04-192-30/+8
|\
| * fix library and rustdoc testsDeadbeef2023-04-162-30/+8
* | Test downstream errors from bad index exprMichael Goulet2023-04-182-28/+75
* | Report reason why index impl is not satisfied deeplyMichael Goulet2023-04-182-0/+44
|/
* Rollup merge of #108687 - compiler-errors:reformulate-point_at_expr_source_of...Matthias Krüger2023-04-143-6/+3
|\
| * Point at which arg causes a binding to be constrainedMichael Goulet2023-04-121-1/+3
| * Make note_source_of_type_mismatch_constraint simplerMichael Goulet2023-04-123-6/+1
* | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger2023-04-131-1/+2
|\ \
| * | Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie2023-04-121-1/+2
| |/
* | Rollup merge of #110195 - compiler-errors:issue-110052, r=aliemjayMatthias Krüger2023-04-132-0/+21
|\ \
| * | Erase lifetimes above ty::INNERMOST when probing ambiguous typesMichael Goulet2023-04-112-0/+21
| |/
* | Special-case item attributes in the suggestion outputEsteban Küber2023-04-121-1/+0
* | Tweak output for 'add line' suggestionEsteban Küber2023-04-122-2/+4
|/
* Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef2023-04-082-1/+15
* Move some UI tests into subdirectoriesjyn2023-04-0214-0/+174
* Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...onestacked2023-03-182-15/+1
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-124-52/+10
* Commit some tests for the new solver + lazy normMichael Goulet2023-03-113-44/+0
* Propagate expected return type instead of real return type in check_binopMichael Goulet2023-03-092-10/+1
* Rollup merge of #108667 - compiler-errors:issue-108664, r=estebankMatthias Krüger2023-03-032-0/+26
|\
| * Fix another ICE in point_at_expr_source_of_inferred_typeMichael Goulet2023-03-022-0/+26
* | Highlight whole expression for E0599clubby7892023-03-011-2/+11
* | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger2023-03-014-104/+16
|\ \ | |/ |/|
| * remove duplicated diagnostic for unclosed delimiteryukang2023-02-281-17/+7
| * Exit when there are unmatched delims to avoid noisy diagnosticsyukang2023-02-284-90/+12
* | Commit some new solver testsMichael Goulet2023-02-272-0/+38
|/
* Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC2023-02-248-20/+20
|\
| * diagnostics: remove inconsistent English article "this" from E0107Michael Howell2023-02-238-20/+20
* | Rollup merge of #108287 - compiler-errors:new-solver-bad-cast, r=spastorinoDylan DPC2023-02-242-0/+15
|\ \
| * | Add test for bad cast with deferred projection equalityMichael Goulet2023-02-212-0/+15
* | | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC2023-02-242-8/+30
|\ \ \
| * | | add and bless testsDeadbeef2023-01-312-8/+30
* | | | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger2023-02-231-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | pluralize stuffMichael Goulet2023-02-221-1/+1
| | |/ | |/|
* | | diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell2023-02-222-3/+3
|/ /
* | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkovMatthias Krüger2023-02-174-0/+38
|\ \
| * | Move testsCaio2023-02-164-0/+38
* | | Make removal suggestion not verboseEsteban Küber2023-02-142-24/+16
* | | rebase and review commentsEsteban Küber2023-02-142-6/+6
* | | Avoid trailing commasEsteban Küber2023-02-141-1/+1
* | | More accurate spans for arg removal suggestionEsteban Küber2023-02-142-10/+15
* | | fix: improve the suggestion on future not awaitedVincenzo Palazzo2023-02-131-3/+6
|/ /