about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-11/+11
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-4/+29
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-2/+37
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-4/+2
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-1/+1
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-1/+1
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-4/+2
2015-01-18rustc_resolve: Do not allow mods to shadow typesAlex Crichton-0/+44
2015-01-18auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakisbors-7/+7
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+11
2015-01-17Register new snapshots.Eduard Burtescu-4/+4
2015-01-17Update syntax of ignored test.Steve Klabnik-1/+1
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-0/+26
2015-01-17auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakisbors-0/+25
2015-01-17Address nits in trait suggestions.Huon Wilson-7/+7
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-0/+26
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-2/+37
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+62
2015-01-16rustc_resolve: Correctly record privacy of methodsAlex Crichton-0/+25
2015-01-16Prefer implemented traits in suggestions.Huon Wilson-6/+38
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-37/+57
2015-01-16Fix coherence for negative implementationsFlavio Percoco-0/+20
2015-01-16Check for negative impls for `Send` and `Sync`Flavio Percoco-20/+38
2015-01-16Negative impls are considered safeFlavio Percoco-0/+20
2015-01-16Add test for missing default implFlavio Percoco-0/+20
2015-01-15rollup merge of #21167: FlaPer87/coherence-implsAlex Crichton-0/+37
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-0/+21
2015-01-15rollup merge of #21144: nagisa/asm-str-fixAlex Crichton-0/+16
2015-01-15rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1Alex Crichton-0/+49
2015-01-15rollup merge of #21088: aochagavia/obsoleteAlex Crichton-58/+0
2015-01-15rustc: implement fully qualified UFCS expressions.Eduard Burtescu-0/+38
2015-01-15Forbid impls for builtin traits on types that are not structs/enumsFlavio Percoco-0/+37
2015-01-14use better spanJorge Aparicio-1/+1
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+21
2015-01-14Refactor compare_impl_method to use all boundsJared Roesch-17/+18
2015-01-14Fix DeBruijn accounting. It used to be that all trait-refs were binders,Niko Matsakis-0/+49
2015-01-14Remove old obsolete syntax testsAdolfo OchagavĂ­a-58/+0
2015-01-14Disallow a form of invalid asm! macroSimonas Kazlauskas-0/+16
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+30
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-2/+2
2015-01-12auto merge of #19870 : mdinger/rust/align_error, r=nick29581bors-221/+980
2015-01-12Fix testsuite errorsmdinger-221/+980
2015-01-12auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakisbors-0/+75
2015-01-12auto merge of #20897 : barosl/rust/no-type-for-node-ice, r=nick29581bors-0/+15
2015-01-12docsManish Goregaokar-0/+3
2015-01-11tests: update some compile-fail tests for the new behavior of type expectations.Eduard Burtescu-1/+5
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-1/+5