about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-20Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakisbors-0/+170
2017-12-20adding lint for single use lifetime namesNiko Matsakis-0/+170
2017-12-19Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1bors-9/+182
2017-12-19Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-415/+224
2017-12-18Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkovGuillaume Gomez-0/+16
2017-12-18Rollup merge of #46805 - estebank:unnecessary-unsafe-spans, r=arielb1Guillaume Gomez-117/+37
2017-12-18Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1Guillaume Gomez-213/+98
2017-12-18Rollup merge of #46802 - estebank:redefined-def-span, r=michaelwoeristerGuillaume Gomez-27/+22
2017-12-18Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1Guillaume Gomez-25/+19
2017-12-18Rollup merge of #46800 - estebank:expected-closure-def-span, r=arielb1Guillaume Gomez-33/+16
2017-12-18Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavusGuillaume Gomez-0/+16
2017-12-18Auto merge of #46808 - eddyb:issue-46769-quick, r=arielb1bors-3/+10
2017-12-18rustc: ensure optimized enums have a properly aligned size.Eduard-Mihai Burtescu-3/+10
2017-12-18Tweak "unecessary unsafe block" error spansEsteban Küber-117/+37
2017-12-18Rework expected closure errorEsteban Küber-33/+16
2017-12-18Point at def span in "impl has stricter requirements" diagnosticEsteban Küber-25/+19
2017-12-18Fix the wrong subtraction in align_offset intrinsic.kennytm-0/+16
2017-12-18incr.comp.: Mark DepKind node as input.Michael Woerister-0/+24
2017-12-18Fix ?Sized where bound not being displayed at the correct placeGuillaume Gomez-0/+16
2017-12-17Use def span for conflicting impls and recursive fnEsteban Küber-213/+98
2017-12-17Point at def span on redefined name diagnosticEsteban Küber-27/+22
2017-12-17syntax: recovery for incorrect associated item paths like `[T; N]::clone`Vadim Petrochenkov-0/+212
2017-12-17update ui/arbitrary-self-types-not-object-safe with shorter error messageMichael Hewson-2/+2
2017-12-17fix ui testMichael Hewson-2/+6
2017-12-17add a ui test for the inference variable warningMichael Hewson-0/+23
2017-12-17better variable names in testsMichael Hewson-16/+16
2017-12-17Add tests with *const Rc<Self> and similar self typesMichael Hewson-4/+28
2017-12-17remove test for issue #26194 because it is now redundantMichael Hewson-18/+0
2017-12-17update error message in test/compile-fail/issue-26194.rsMichael Hewson-1/+1
2017-12-17Add a feature_gate test for raw pointer selfMichael Hewson-0/+57
2017-12-17implement raw-pointer `self`. Works for traits, including trait objects, but ...Michael Hewson-0/+83
2017-12-17Auto merge of #46761 - zackmdavis:concerning_incorrect_suggestions_for_refere...bors-0/+50
2017-12-16Auto merge of #46763 - zackmdavis:and_the_case_of_the_erroneous_field_pattern...bors-0/+35
2017-12-16Auto merge of #46722 - arielb1:single-self, r=eddybbors-22/+49
2017-12-16in which `..` is suggested for erroneous `...` in struct field patternsZack M. Davis-0/+35
2017-12-15in which suggestions to borrow casts or binary expressions are rectifiedZack M. Davis-0/+50
2017-12-16Auto merge of #46719 - estebank:issue-39268, r=pnkfelixbors-520/+571
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-61/+64
2017-12-15Auto merge of #46623 - eddyb:issue-46449, r=nagisabors-0/+20
2017-12-15Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakisbors-33/+88
2017-12-15rustc_trans: approximate ABI alignment for padding/union fillers.Eduard-Mihai Burtescu-0/+20
2017-12-15Auto merge of #46653 - estebank:str-as-ch, r=petrochenkovbors-2/+28
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-2/+28
2017-12-14Point at var in short lived borrowsEsteban Küber-459/+507
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-0/+294
2017-12-15Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakisbors-1975/+6701
2017-12-14Review feedback: Added test with control flow merge of two borrows "before ac...Felix S. Klock II-0/+27
2017-12-14Auto merge of #45047 - durka:trait-alias, r=petrochenkovbors-0/+108
2017-12-14Fix rebaseVadim Petrochenkov-67/+103
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-34/+42