about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+121
2017-12-20propagate `region_bound_pairs` into MIR type-checkNiko Matsakis-0/+252
2017-12-20get the `DefiningTy` from the `body_owner_kind` not typeNiko Matsakis-0/+21
2017-12-20Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1kennytm-56/+24
2017-12-20Rollup merge of #46851 - petrochenkov:tospace, r=estebankkennytm-9/+9
2017-12-20Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r...kennytm-3/+2
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-2/+2
2017-12-20Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavuskennytm-0/+23
2017-12-20Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavuskennytm-0/+32
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-67/+2436
2017-12-20Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakisbors-0/+170
2017-12-19Point at def span in "missing in impl" errorEsteban Küber-56/+24
2017-12-20Fix whitespacing issues in pretty-printing of boundsVadim Petrochenkov-9/+9
2017-12-20adding lint for single use lifetime namesNiko Matsakis-0/+170
2017-12-20Fix up an ui testSeiichi Uchida-3/+2
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-19Always print floats with a decimal point with the Debug formatterDiggory Blake-2/+2
2017-12-19Add a test for `--sort-modules-by-appearance`varkor-0/+23
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-18Add tests for hidden typesGuillaume Gomez-0/+32
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