about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-15Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakisbors-33/+88
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-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-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
2017-12-13Mir typeck Cast for ClosureFnPtr valueSantiago Pastorino-0/+22
2017-12-13Mir typeck Cast for UnsafeFnPtr valueSantiago Pastorino-0/+24
2017-12-13Mir typeck Cast for ReifyFnPtr valueSantiago Pastorino-0/+52
2017-12-13Check functions predicatesSantiago Pastorino-0/+28
2017-12-13Check Aggregate predicatesSantiago Pastorino-0/+28
2017-12-13Check Repeat RvalueSantiago Pastorino-0/+39
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-0/+59
2017-12-12Regression test for issue #46112.Felix S. Klock II-0/+47
2017-12-13Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakisbors-1/+25
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-0/+164
2017-12-12Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obkbors-2/+32