about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-131/+131
2015-01-21Rollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakisBarosl LEE-4/+29
2015-01-21Rollup merge of #21404 - japaric:hash, r=alexcrichtonBarosl LEE-0/+18
2015-01-21Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichtonBarosl LEE-0/+27
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-4/+29
2015-01-20Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichtonbors-0/+17
2015-01-20Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichtonbors-98/+34
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-9/+53
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-51/+46
2015-01-19impl Hash for arraysJorge Aparicio-0/+18
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-1/+53
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-1/+53
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-0/+44
2015-01-19Auto merge of #21282 - Aatch:init-memzero, r=alexcrichtonbors-0/+25
2015-01-19Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichtonbors-0/+17
2015-01-19Ranges implement Clone where possibleDiggory Blake-0/+27
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-51/+46
2015-01-18rustc_resolve: Do not allow mods to shadow typesAlex Crichton-0/+44
2015-01-19Reduce size of array in test case to 1MBJames Miller-1/+1
2015-01-19Add test to catch performance regressionsJames Miller-0/+25
2015-01-18syntax: allow bare sequences in lhs for follow checkingCorey Richardson-0/+17
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-0/+17
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-0/+3
2015-01-18auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakisbors-7/+7
2015-01-17Add allow(unstable) to more testsBrian Anderson-0/+3
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+11
2015-01-17Register new snapshots.Eduard Burtescu-6/+6
2015-01-18tests: Tidy and allows multi-line htmldocck commands.Kang Seonghoon-4/+8
2015-01-18tests: Add htmldocck.py script for the use of Rustdoc tests.Kang Seonghoon-98/+30
2015-01-17Update syntax of ignored test.Steve Klabnik-1/+1
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-0/+140
2015-01-17auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakisbors-0/+41
2015-01-17Address nits in trait suggestions.Huon Wilson-7/+7
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-1/+27
2015-01-17Add comprehensive test for no-ICE behaviour of SIMD FFI.Huon Wilson-0/+114
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-9/+53
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+105
2015-01-16auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brsonbors-9/+55
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-9/+55
2015-01-16rustc_resolve: Correctly record privacy of methodsAlex Crichton-0/+41
2015-01-16auto merge of #21162 : apasel422/rust/issue-16530, r=huonwbors-0/+18
2015-01-16Prefer implemented traits in suggestions.Huon Wilson-7/+44
2015-01-16fix pretty test falloutFlavio Percoco-6/+2
2015-01-16fix latest changes falloutFlavio Percoco-2/+0
2015-01-16addressed commentsFlavio Percoco-48/+39
2015-01-16Allow negative impls just for Send and SyncFlavio Percoco-0/+20
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-41/+59
2015-01-16Fix coherence for negative implementationsFlavio Percoco-0/+20
2015-01-16add a run-pass test that used to failFlavio Percoco-0/+29
2015-01-16Check for negative impls for `Send` and `Sync`Flavio Percoco-20/+38