about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-6/+126
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-2814/+1756
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-7/+5821
2017-12-14Remove NOTE/HELP annotations from error index testsVadim Petrochenkov-216/+22
2017-12-14error for impl trait aliasAlex Burka-1/+3
2017-12-14feature gate trait aliasesAlex Burka-14/+18
2017-12-14error on any use of trait aliasAlex Burka-6/+46
2017-12-14add trait aliases to ASTAlex Burka-0/+62
2017-12-14Auto merge of #45002 - oli-obk:miri, r=eddybbors-2/+13
2017-12-14Auto merge of #46335 - oli-obk:cleanups, r=jseyfriedbors-10/+10
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-10/+10
2017-12-14Auto merge of #46633 - estebank:arg-mismatch, r=arielb1bors-63/+87
2017-12-14Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelixbors-10/+95
2017-12-13fix broken assertion in type_paramAriel Ben-Yehuda-22/+49
2017-12-14Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1bors-81/+399
2017-12-13Added test to make sure that undeclared lifetimes are in fact detectedSunjay Varma-0/+63
2017-12-13Added test to make sure we can refer to the declared traits of a generic asso...Sunjay Varma-5/+18
2017-12-13Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1bors-0/+47
2017-12-13Updating tests to remove all "undeclared lifetime" errors (since those should...Sunjay Varma-33/+12
2017-12-13Check activation points as the place where mutable borrows become relevant.Felix S. Klock II-11/+72
2017-12-13two-phase-reservation-sharing-interference.rs variant that is perhaps more su...Felix S. Klock II-0/+38
2017-12-13test describing a currently unsupported corner case.Felix S. Klock II-0/+46
2017-12-13tests transcribed from nikos blog post.Felix S. Klock II-0/+101
2017-12-13the minimal test for two-phase borrows: the core example from niko's blog pos...Felix S. Klock II-0/+21
2017-12-13Move error checks out of span for easier to follow `.stderr`Esteban Küber-15/+6
2017-12-13correct comment in testNiko Matsakis-1/+1
2017-12-13refactor region value bitmatrixNiko Matsakis-4/+4
2017-12-13fix closure tests now that MIR typeck works properlyNiko Matsakis-79/+142
2017-12-13Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrcbors-7/+7
2017-12-13normalize fn sig as part of reificationNiko Matsakis-0/+38
2017-12-13Mir typeck Cast for Unsize valueSantiago Pastorino-0/+24