about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-05-04Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakisbors-0/+1
2015-05-03Auto merge of #25060 - luqmana:matching-dst-struct, r=huonwbors-0/+70
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-4/+0
2015-05-03librustc_trans: Handle DST structs in trans::_match.Luqman Aden-0/+70
2015-05-02Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmanabors-8/+20
2015-05-02Auto merge of #25027 - Manishearth:deriving_attr, r=huonwbors-1/+162
2015-05-02Rename AstBuilder::expr_int -> AstBuilder::expr_isizeManish Goregaokar-3/+4
2015-05-02Auto merge of #24980 - jooert:test-22468, r=pnkfelixbors-0/+19
2015-05-02Auto merge of #25028 - bluss:drain-string, r=alexcrichtonbors-0/+2
2015-05-01test: Ignore out-of-stack for MUSLAlex Crichton-0/+1
2015-05-02typeck: Make sure casts to or from fat pointers are illegalUlrik Sverdrup-8/+20
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-4/+0
2015-05-01Auto merge of #24778 - nagisa:managed-removal, r=huonwbors-2/+5
2015-05-01collections: Implement String::drain(range) according to RFC 574Ulrik Sverdrup-0/+2
2015-05-01Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichtonManish Goregaokar-8/+8
2015-05-01Add test for custom deriving plugins which rely on field attributesManish Goregaokar-0/+160
2015-05-01Remove ManagedSimonas Kazlauskas-2/+5
2015-04-30Auto merge of #24989 - alexcrichton:rustdoc-associated-constant, r=brsonbors-0/+25
2015-04-30rustdoc: Fix rendering associated constantsAlex Crichton-0/+25
2015-04-30Add regression test for #22468Johannes Oertel-0/+19
2015-04-30Add regression test for #24446Johannes Oertel-0/+20
2015-04-29Remove `priv` from tests that aren't testing deprecated `priv`Carol Nichols-8/+8
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-1/+1
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-1/+1
2015-04-29rollup merge of #24962: tamird/unignore-android-testsAlex Crichton-7/+1
2015-04-29rollup merge of #24953: tamird/android-pieAlex Crichton-0/+1
2015-04-29rollup merge of #24952: pnkfelix/put-back-missing-dash-g-in-24687-testAlex Crichton-0/+1
2015-04-29rollup merge of #24945: pnkfelix/fixes-for-dash-g-handlingAlex Crichton-0/+18
2015-04-29rollup merge of #24935: pnkfelix/lint-repr-c-dropAlex Crichton-0/+59
2015-04-29rollup merge of #24917: zecozephyr/nullptroptAlex Crichton-0/+43
2015-04-29rollup merge of #24846: dotdash/fast_cttz8Alex Crichton-5/+0
2015-04-29Re-enable tests on AndroidTamir Duberstein-4/+0
2015-04-29Re-enable test on AndroidTamir Duberstein-2/+0
2015-04-29Reference the correct issueTamir Duberstein-1/+1
2015-04-29tests for lint that warns about mixing #[repr(C)] with Drop.Felix S. Klock II-0/+59
2015-04-29Use PIE on AndroidTamir Duberstein-0/+1
2015-04-29Add `-g` that I should have included in PR #24932.Felix S. Klock II-0/+1
2015-04-29Unit test ensuring we accept repeated `-g` and `-O`.Felix S. Klock II-0/+18
2015-04-29Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonwbors-0/+78
2015-04-29Regression test for issue 24687.Felix S. Klock II-0/+78
2015-04-29Auto merge of #24681 - tamird:unignore-android, r=alexcrichtonbors-61/+72
2015-04-28Reference the correct issueTamir Duberstein-1/+1
2015-04-28#10356: WarningsTamir Duberstein-0/+5
2015-04-28#10381: WarningsTamir Duberstein-52/+60
2015-04-28Reference the correct issue and clarify failureTamir Duberstein-3/+3
2015-04-28#10393 & #13206: WarningsTamir Duberstein-5/+3
2015-04-28Register new snapshotsTamir Duberstein-153/+7
2015-04-28Extend the nullable pointer optimization to captured vars of closuresJ Bailey-0/+43
2015-04-28Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichtonbors-1/+3
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-12/+16