summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-11-14check_unsafety: fix unused unsafe block duplicationAriel Ben-Yehuda-8/+9
2017-11-14Backported merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-8/+114
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+26
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-6/+381
2017-10-04Fix some E-needstest issues.Malo Jaffré-0/+26
2017-10-02Auto merge of #44959 - arielb1:generic-errors, r=eddybbors-1/+75
2017-10-02fix handling of `Self`Ariel Ben-Yehuda-15/+46
2017-10-02Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebankbors-1/+92
2017-10-01correct unused-parens lint suggestion to strip exact pairZack M. Davis-0/+26
2017-10-01handle nested generics in Generics::type_param/region_paramAriel Ben-Yehuda-1/+44
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-1/+66
2017-09-29Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1Mark Simulacrum-99/+35
2017-09-29Auto merge of #42526 - huntiep:try_opt, r=nikomatsakisbors-0/+47
2017-09-29Auto merge of #44847 - estebank:unused-signature, r=nikomatsakisbors-8/+80
2017-09-27Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomezbors-0/+61
2017-09-27Add UI testsHunter Praska-0/+47
2017-09-26fix test referenceNiko Matsakis-1/+1
2017-09-26remove random newlines from error messages, fix compile-fail testNiko Matsakis-10/+5
2017-09-26use present tense consistently and update referencesNiko Matsakis-4/+4
2017-09-26modify message for return time having multiple lifetimesgaurikholkar-32/+25
2017-09-26merge fixes, addressing CR commentsgaurikholkar-76/+24
2017-09-26Auto merge of #44735 - tirr-c:issue-42143, r=arielb1bors-52/+160
2017-09-25Auto merge of #44297 - laumann:suggest-misspelt-methods, r=arielb1bors-0/+74
2017-09-25Point at signature on unused lintEsteban Küber-8/+80
2017-09-24Point at parameter type on E0301Esteban Küber-0/+61
2017-09-24Change Levensthein-based method to a single suggestionThomas Jespersen-9/+9
2017-09-24Rollup merge of #44103 - zackmdavis:cmp_op_must_use, r=arielb1Guillaume Gomez-10/+34
2017-09-24Auto merge of #44786 - thombles:tk/i41314, r=petrochenkovbors-0/+35
2017-09-23update `fn_must_use` UI test to exercise nonprimitive comparisonsZack M. Davis-12/+31
2017-09-23Auto merge of #43870 - GuillaumeGomez:deref-suggestion, r=nikomatsakisbors-0/+93
2017-09-23UI unit test for note when matching tuple enum with struct patternThomas Karpiniec-0/+35
2017-09-23Print fn signature when there is closure argument type mismatchWonwoo Choi-52/+160
2017-09-22add comparison operators to must-use lint (under `fn_must_use` feature)Zack M. Davis-5/+10
2017-09-21suggest an outer attribute when `#![derive(...)]` (predictably) failsZack M. Davis-1/+1
2017-09-21only set non-ADT derive error once per attribute, not per traitZack M. Davis-0/+24
2017-09-21Add deref suggestionGuillaume Gomez-0/+93
2017-09-21Auto merge of #44215 - oli-obk:import_sugg, r=nrcbors-13/+33
2017-09-21Add suggestions for misspelled method namesThomas Jespersen-0/+74
2017-09-20add proofs and fix postorder traversalAriel Ben-Yehuda-4/+4
2017-09-20Only consider yields coming after the expressions when computing generator in...John Kåre Alsaker-34/+0
2017-09-19Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakisbors-53/+100
2017-09-17Rollup merge of #44549 - gaurikholkar:master, r=arielb1Tim Neumann-0/+60
2017-09-17Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfriedTim Neumann-0/+106
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-3/+3
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-3/+3
2017-09-15RFC 1940 UI test in own directory, exercise must_use trait methodsZack M. Davis-53/+100
2017-09-14Rollup merge of #44569 - est31:master, r=estebankCorey Farwell-1/+1
2017-09-14"avoid" is a better word here than "disable"est31-1/+1
2017-09-14add ui tests for EBRgaurikholkar-0/+32
2017-09-14adding ui testsgaurikholkar-0/+28