about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-7/+1
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-9/+9
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-2/+9
2017-02-25Rollup merge of #39905 - estebank:useless-error, r=arielb1Eduard-Mihai Burtescu-0/+6
2017-02-17remove vestiges of the old suggestion machineryNiko Matsakis-0/+91
2017-02-17Properly display note/expected detailsEsteban Küber-0/+6
2017-02-17add some sample UI error test casesNiko Matsakis-0/+243
2017-02-14Show five traits implementation in help when there are exactly fiveSebastian Waisbrot-0/+80
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-2/+3
2017-02-12Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when...bors-0/+38
2017-02-10Fix testsSimonas Kazlauskas-2/+2
2017-02-10If is now always a SwitchInt in MIRSimonas Kazlauskas-0/+1
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-10/+2
2017-02-09Rollup merge of #39602 - estebank:fix-39544, r=eddybCorey Farwell-0/+30
2017-02-07Rollup merge of #39361 - cengizIO:master, r=arielb1Corey Farwell-16/+40
2017-02-06improve error message when two-arg assert_eq! receives a trailing commaZack M. Davis-0/+38
2017-02-06Fix ICE when accessing mutably an immutable enumEsteban Küber-0/+30
2017-02-05make lifetimes that only appear in return type early-boundNiko Matsakis-0/+70
2017-02-05Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakisCorey Farwell-0/+29
2017-02-05Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfriedCorey Farwell-1/+1
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-1/+1
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-1/+1
2017-02-04Add a new ui test and update existing onesCengiz Can-19/+41
2017-02-04Remove extra newlines from expectation filesCengiz Can-2/+0
2017-02-04Improve error message for uninferrable types #38812Cengiz Can-4/+8
2017-02-04note wording: lint implied by lint group, not lint group implies lintZack M. Davis-11/+11
2017-02-04make lint-group-style test a UI rather than a compile-fail testZack M. Davis-0/+103
2017-02-04note lint group set on command line triggering individual lintZack M. Davis-0/+88
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-3/+11
2017-02-02Suggest only if resolution was previously resolvedSon-0/+29
2017-02-02Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichtonbors-18/+16
2017-02-02Auto merge of #39116 - mgattozzi:better-string-message, r=nrcbors-0/+51
2017-02-02Auto merge of #38932 - petrochenkov:privctor, r=jseyfriedbors-0/+137
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-18/+16
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-3/+3
2017-01-29Improve diagnostics for inaccessible constructorsVadim Petrochenkov-0/+137
2017-01-28Add clearer error message using `&str + &str`Michael Gattozzi-0/+51
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