about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-07-24Adjust tests for method disambiguation helpIlija Tovilo-0/+2
2019-07-23Rollup merge of #62791 - estebank:type-ascription, r=petrochenkovMark Rousskov-16/+13
2019-07-22Rollup merge of #62810 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-3/+3
2019-07-22Fix or ignore regressed testsVadim Petrochenkov-0/+24
2019-07-22Ignore test issue-45696-scribble-on-boxed-borrow.rs in Polonius compare modelqd-7/+8
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-3/+3
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-16/+13
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-27/+13
2019-07-18Suggest trait bound on type parameter when it is unconstrainedEsteban Küber-3/+5
2019-07-18Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-16/+16
2019-07-18Rollup merge of #62712 - limira:self-type-help, r=estebankMark Rousskov-1/+1
2019-07-18Rollup merge of #62696 - chocol4te:fix_#62194, r=estebankMark Rousskov-2/+0
2019-07-18resolve: Attempt to resolve unresolved paths in macro namespaceVadim Petrochenkov-5/+5
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-1/+1
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-23/+9
2019-07-18Replace deref with as_derefYuki Okushi-7/+7
2019-07-18renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu...Brad Gibson-72/+144
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-16/+16
2019-07-16Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-2/+2
2019-07-16Check that trait is exported or public before adding intercrate ambiguity hintFerdia McKeogh-2/+0
2019-07-16Update the help message on error for self typeLimira-1/+1
2019-07-16normalize use of backticks in compiler messages for libsyntax/parseSamy Kacimi-2/+2
2019-07-14Add info about undefined behavior to as_ref suggestionsnathanwhit-0/+1
2019-07-14Auto merge of #62638 - estebank:issue-62554, r=petrochenkovbors-1/+36
2019-07-13Auto merge of #62468 - rust-lang:mutable-overloaded-operators, r=estebankbors-2/+2
2019-07-12add testsEsteban Küber-0/+35
2019-07-12Use snippet instead of pprinting statementEsteban Küber-1/+1
2019-07-12Rollup merge of #62623 - pnkfelix:issue-62614-downgrade-indirect-structural-m...Mazdak Farrokhzad-2/+6
2019-07-12Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkovMazdak Farrokhzad-0/+13
2019-07-12Rollup merge of #62578 - JohnTitor:add-test-for-49919, r=alexcrichtonMazdak Farrokhzad-0/+16
2019-07-12add test caseEsteban Küber-0/+13
2019-07-12Turn `indirect_structural_match` lint on explicitly in ui tests.Felix S. Klock II-2/+6
2019-07-11Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e...bors-0/+16
2019-07-11Add test for #49919Yuki Okushi-0/+16
2019-07-10Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-...bors-0/+12
2019-07-09Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-15/+15
2019-07-09Rollup merge of #62450 - nagisa:reclimit, r=pnkfelixMazdak Farrokhzad-13/+205
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-15/+15
2019-07-08regression test.Felix S. Klock II-0/+16
2019-07-08Regression tests and updates to existing tests.Felix S. Klock II-0/+12
2019-07-07Add help message for mutation though overloaded place operatorsMatthew Jasper-2/+2
2019-07-07Raise the default recursion limit to 128Simonas Kazlauskas-13/+205
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-1/+1
2019-07-06Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasperbors-2/+14
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-2/+14
2019-07-06Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichtonMazdak Farrokhzad-0/+22
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-2/+3
2019-07-04Add test for ICE #62375Wesley Wiser-0/+22
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-263/+263
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-263/+263