about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-01-22Auto merge of #21187 - oli-obk:feature/hint_struct_field_access, r=alexcrichtonbors-0/+71
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-12/+52
2015-01-21rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2Alex Crichton-0/+57
2015-01-21Deny imports after non-item statements.Eduard Burtescu-0/+21
2015-01-21Added some tests for arbitrary ordered view itemsMarvin Löbel-0/+52
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-35/+2
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-11/+11
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-18/+2
2015-01-21rollup merge of #21429: GuillaumeGomez/macro-fixAlex Crichton-0/+14
2015-01-21rollup merge of #21421: huonw/one-suggestion-per-traitAlex Crichton-0/+22
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-9/+9
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-11/+11
2015-01-20rustc: Remove deprecated lint namesAlex Crichton-18/+2
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-4/+29
2015-01-20Avoid suggesting traits multiple times.Huon Wilson-0/+22
2015-01-20librustc: hint close matches on accessing nonexisting fieldsOliver Schneider-0/+71
2015-01-20Fix up some ‘help’ messagesP1start-9/+9
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-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
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-18Add test for issue #21356Adolfo Ochagavía-0/+14
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-16Project region bounds out of the trait when deciding whether aNiko Matsakis-0/+57
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