about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2021-08-27Don't use `guess_head_span` in `predicates_of` for foreign spanAaron Hill-2/+6
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-21Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakisbors-96/+51
2021-08-18Add a new test case to verify behavior.Charles Lew-0/+39
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-0/+55
2021-08-18Properly generate multiple candidates for trait upcasting coercion.Charles Lew-96/+12
2021-08-16Use note to point at bound introducing requirementEsteban Küber-170/+267
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-1/+1
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-59/+68
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-20/+20
2021-08-03Auto merge of #86400 - FabianWolff:issue-85735, r=estebankbors-0/+29
2021-08-03Remove invalid suggestion involving Fn trait boundFabian Wolff-0/+29
2021-08-03bless trait upcasting tests under poloniusRémy Rakic-0/+55
2021-08-03Various adjustments to historic tests and documents.Charles Lew-192/+327
2021-08-03Added tests.Alexander Regueiro-0/+764
2021-08-03Implement pointer casting.Charles Lew-0/+49
2021-07-31Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakisbors-0/+391
2021-07-31Add more tests to cover more corner cases of type-checking.Charles Lew-0/+342
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-0/+49
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+9
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-1/+1
2021-07-22Add comment and more tests.Charles Lew-0/+384
2021-07-20Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre...Charles Lew-80/+48
2021-07-20Add internal attribute and tests.Charles Lew-0/+170
2021-07-19Auto merge of #87225 - estebank:cleanup, r=oli-obkbors-29/+95
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-29/+95
2021-07-18Add `#![allow(dyn_drop)]` to test cases with `dyn Drop` in themMichael Howell-3/+4
2021-06-29Return `EvaluatedToOk` when type in outlives predicate is globalAaron Hill-15/+15
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-25Address PR feedbackRyan Levick-2/+2
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-2/+2
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-22Rollup merge of #86393 - yerke:add-test-for-issue-52025, r=JohnTitorYuki Okushi-0/+57
2021-06-22add regression test for issue #52025Yerkebulan Tulibergenov-0/+57
2021-06-15add regression test for issue #78632Yerkebulan Tulibergenov-0/+59
2021-05-26Lint against non-camelCase trait alias namesSmitty-0/+18
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-1/+1
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-1/+15
2021-05-15Revert to only using opportunistic_resolve_vars for existing placesJack Huey-2/+6
2021-05-14Store Option<Region> as value for RegionVidJack Huey-6/+2
2021-05-14Make the UnifyValue for RegionVid ()Jack Huey-1/+5
2021-05-13Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726bors-0/+160
2021-05-13have on_completion record subcyclesNiko Matsakis-5/+61
2021-05-13introduce a unit testing feature `rustc_evaluate_where_clauses`Niko Matsakis-0/+104
2021-05-13Auto merge of #85041 - mibac138:suggest-generics, r=estebankbors-2/+13
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-05-11improve diagnosts for GATsb-naber-15/+15
2021-05-05Suggest adding a type parameter for implsmibac138-2/+13