about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
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
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-2/+5
2021-05-04Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnrbors-0/+55
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-05-01Add regression testAaron Hill-0/+55
2021-04-25Rollup merge of #84499 - estebank:issue-84272, r=jackh726Dylan DPC-0/+3
2021-04-23Tweak suggestion outputEsteban Küber-0/+3
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-0/+40
2021-04-19fix suggestion for unsized function parameterslcnr-2/+2
2021-04-18Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+87
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+87
2021-04-16Fix testsRyan Levick-2/+5
2021-04-11Auto merge of #83806 - JohnTitor:issue-51446, r=estebankbors-0/+34
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-11/+46
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-11/+46
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-0/+36
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-12/+12
2021-04-03Add a regression test for issue-51446Yuki Okushi-0/+34
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-0/+40
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-4/+4
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-8/+0
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+76
2021-03-18Fix use of bare trait objects everywhereVadim Petrochenkov-20/+20
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-1/+1
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+285
2021-02-17In some limited cases, suggest `where` bounds for non-type paramsEsteban Küber-0/+8