about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-03-11Rollup merge of #40404 - cengizIO:master, r=nikomatsakisAriel Ben-Yehuda-0/+38
2017-03-10Rollup merge of #40287 - estebank:label-overlap, r=nrcAlex Crichton-0/+27
2017-03-10Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelixAlex Crichton-0/+27
2017-03-10Fix incorrect span label formattingEsteban Küber-0/+27
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-0/+182
2017-03-10move related tests to type-check ui test directoryCengiz Can-0/+0
2017-03-10fix #40294 obligation cause.body_id is not always a NodeExprCengiz Can-0/+38
2017-03-08Auto merge of #39713 - estebank:issue-39698, r=jonathandturnerbors-1/+65
2017-03-06Clean up "pattern doesn't bind x" messagesEsteban Küber-1/+65
2017-03-06Fix ICE: don't use `struct_variant` on enumsEsteban Küber-0/+34
2017-03-04Separate "ui-fulldeps" tests from "ui" testsVadim Petrochenkov-60/+0
2017-03-03Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddybbors-8/+8
2017-03-02Auto merge of #40216 - frewsxcv:rollup, r=frewsxcvbors-1/+1
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-1/+1
2017-03-02Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakisbors-0/+188
2017-03-02note -> helpAlex Burka-2/+2
2017-02-28walk the bodies "in order" by traversing the crateNiko Matsakis-8/+8
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-25Fix suggestion span error with a line containing non-ASCIIssinkuu-0/+27
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-09suggest doubling recursion limit in more situationsAlex Burka-0/+188
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