summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-03-09Fix ICE: don't use `struct_variant` on enumsEsteban Küber-0/+34
2017-02-23Fix ICE when accessing mutably an immutable enumEsteban Küber-0/+30
2017-02-23remove vestiges of the old suggestion machineryNiko Matsakis-0/+91
2017-02-23add some sample UI error test casesNiko Matsakis-0/+243
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-3/+3
2017-01-27Auto merge of #37057 - brson:nosuggest, r=nikomatsakisbors-53/+0
2017-01-26rustc: Remove all "consider using an explicit lifetime parameter" suggestionsBrian Anderson-53/+0
2017-01-26Point to immutable arg/fields when trying to use as &mutEsteban Küber-15/+153
2017-01-21Resolve `Self` in impl headersVadim Petrochenkov-10/+2
2017-01-20Test fixes from the rollupAlex Crichton-12/+2
2017-01-20Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkovAlex Crichton-21/+21
2017-01-20Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakisbors-15/+255
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-1/+1
2017-01-18Use multiline Diagnostic for candidate in other moduleEsteban Küber-21/+21
2017-01-18Auto merge of #38168 - estebank:help-E0034, r=nrcbors-0/+269
2017-01-17Teach Diagnostics to highlight textEsteban Küber-15/+255
2017-01-16Auto merge of #38806 - comex:lint-attr-fix, r=nrcbors-12/+12
2017-01-15Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakisbors-4/+116
2017-01-14Merge branch 'master' into lint-attr-fixcomex-132/+457
2017-01-13resolve: Levenshtein-based suggestions for non-import pathsVadim Petrochenkov-3/+92
2017-01-13Use multiline Diagnostic for "relevant impl" listEsteban Küber-4/+116
2017-01-13Auto merge of #38890 - petrochenkov:noresolve, r=nrcbors-118/+118
2017-01-12E0034: provide disambiguated syntax for candidatesEsteban Küber-0/+269
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-118/+118
2017-01-12Auto merge of #38605 - estebank:fix-38371, r=nikomatsakisbors-0/+73
2017-01-11Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakisbors-9/+9
2017-01-10update test case to include `fn(&&u32: Foo)`Niko Matsakis-3/+15
2017-01-10Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichtonSeo Sanghyeon-0/+59
2017-01-10Rollup merge of #38606 - estebank:test-for-27522, r=petrochenkovSeo Sanghyeon-0/+30
2017-01-07Teach diagnostics to have correctly padded listsEsteban Küber-9/+9
2017-01-07add test caseEsteban Küber-8/+31
2017-01-06Fix test/ui/span/issue-24690.stderrcomex-12/+12
2017-01-06Test for appropriate span on second custom deriveEsteban Küber-0/+59
2017-01-06Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakisbors-2/+2
2017-01-04review commentsEsteban Küber-2/+1
2017-01-04Add test for correct span for typeEsteban Küber-0/+30
2017-01-04typeck::coherence::builtin - sort impls in the DefId orderAriel Ben-Yehuda-21/+21
2017-01-04simplify Copy implementation error reportingAriel Ben-Yehuda-0/+74
2017-01-03Improve error message, fix and add tests.Andrew Cann-2/+2
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-1/+1
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-1/+1
2016-12-28Suggest solutions for `fn foo(&foo: Foo)`Esteban Küber-0/+39
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-8/+8
2016-12-26fix ui testJorge Aparicio-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-257/+299
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-0/+1953
2016-12-21Disable field reorderingAustin Hicks-29/+32
2016-12-21Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakisbors-0/+102
2016-12-20Rollup merge of #38245 - estebank:cast-deref-hint-2, r=nikomatsakisAlex Crichton-0/+322
2016-12-20Update ui test stderrGuillaume Gomez-2/+5