about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-03-20Rollup merge of #23525 - steveklabnik:test_tasks, r=alexcrichtonManish Goregaokar-3/+3
2015-03-20Rollup merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=ale...Manish Goregaokar-0/+67
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-3/+3
2015-03-19Add test case for stable import of invalid span information.Michael Woerister-0/+67
2015-03-19Auto merge of #23213 - ipetkov:rustdoc-src-fix, r=huonwbors-0/+87
2015-03-19Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichtoManish Goregaokar-5/+21
2015-03-18Require braces when a closure has an explicit return type. This is aNiko Matsakis-5/+21
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-0/+87
2015-03-18Rollup merge of #23467 - andersk:loop-labeled-break-value, r=sanxiynManish Goregaokar-0/+39
2015-03-18Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichtonbors-10/+42
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-6/+6
2015-03-18Auto merge of #23290 - nrc:pub_priv_mod, r=nikomatsakisbors-32/+29
2015-03-18Infer type ! for a loop that can only break out of other loopsAnders Kaseorg-0/+39
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-32/+29
2015-03-18Auto merge of #23452 - nikomatsakis:unsafety-subtyping, r=nrcbors-2/+70
2015-03-18Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-cl...bors-0/+35
2015-03-18Fix byte string literal patterns in matchVadim Petrochenkov-7/+6
2015-03-18Add and fix more testsVadim Petrochenkov-0/+25
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-7/+15
2015-03-17Move unsafety out of the subtyping relation and into coercion.Niko Matsakis-2/+70
2015-03-17Replace TyDesc and its uses with trait vtables and a type_name intrinsic.Eduard Burtescu-9/+9
2015-03-17Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrcbors-4/+56
2015-03-17Fix soundness hole when unsizing boxes.Niko Matsakis-0/+46
2015-03-17Remove subtyping for object types and replace with an *upcast* coercion.Niko Matsakis-4/+10
2015-03-17Re-bork whitespace for text file (fixup #23385)Manish Goregaokar-3/+3
2015-03-17Check that predicates hold before emitting an entry for the vtable.Niko Matsakis-0/+35
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-367/+6
2015-03-17Rollup merge of #23402 - tamird:needstest-tests, r=jakub-Manish Goregaokar-6/+274
2015-03-17Rollup merge of #23400 - nrc:pub_use, r=eddybManish Goregaokar-22/+12
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-2/+24
2015-03-16remove importsJorge Aparicio-1/+0
2015-03-16impl strJorge Aparicio-1/+0
2015-03-16allow inherent implementations on primitivesJorge Aparicio-0/+24
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-1/+4
2015-03-16Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakisbors-3/+3
2015-03-16Regression test for #13077Tamir Duberstein-0/+31
2015-03-16Regression test for #16922Tamir Duberstein-0/+38
2015-03-16Regression test for #20714Tamir Duberstein-0/+15
2015-03-16Regression test for #20396Tamir Duberstein-0/+23
2015-03-16Regression test for #20261Tamir Duberstein-0/+17
2015-03-16Consistent spacingTamir Duberstein-6/+6
2015-03-16Regression test for #20225Tamir Duberstein-0/+22
2015-03-16Regression test for #19982Tamir Duberstein-0/+39
2015-03-16Regression test for #18919Tamir Duberstein-0/+17
2015-03-16Regression test for #13407Tamir Duberstein-0/+19
2015-03-16Regression test for #11820Tamir Duberstein-0/+19
2015-03-16Regression test for #9951Tamir Duberstein-0/+28
2015-03-16Add test for #7950Corey Richardson-0/+17
2015-03-16Fallout in testing.Nick Cameron-22/+12
2015-03-15Strip trailing whitespaceTamir Duberstein-2/+2