summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-11-02Added octal literal support.Matt Carberry-0/+17
2013-11-02auto merge of #10165 : dcrewi/rust/missing-doc-on-private-trait, r=cmrbors-3/+2
2013-10-31auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwaltonbors-1/+14
2013-10-31fix missing_doc lint on private traitsDavid Creswick-3/+2
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+14
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-1/+14
2013-10-31auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmrbors-0/+21
2013-10-30auto merge of #10166 : brson/rust/meta, r=alexcrichtonbors-0/+15
2013-10-30Forbid type parameters in inner staticsAlex Crichton-0/+21
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-25/+0
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-0/+15
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-25/+0
2013-10-30auto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichtonbors-1/+20
2013-10-30test: Add test for LHS expression checkklutzy-0/+20
2013-10-30rustc: Check LHS expression of assignmentklutzy-1/+0
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-1/+84
2013-10-29auto merge of #10136 : hatahet/rust/master, r=alexcrichtonbors-6/+4
2013-10-29Add tests for enum discriminant sizing.Jed Davis-0/+83
2013-10-29Check repr attribute consistency at check time, not translation.Jed Davis-1/+1
2013-10-28#8263 part 2: Adding struct name.Joshua Yanovski-2/+2
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-6/+4
2013-10-27auto merge of #10026 : luqmana/rust/mut-pat, r=pcwaltonbors-0/+35
2013-10-26auto merge of #10072 : brson/rust/modelines, r=thestingerbors-26/+2
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-26/+2
2013-10-25Test for mut in ident patterns.Luqman Aden-0/+35
2013-10-24Remove std::io once and for all!Alex Crichton-2/+0
2013-10-24Remove even more of std::ioAlex Crichton-18/+20
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-0/+88
2013-10-23register snapshotsDaniel Micay-0/+88
2013-10-22testsuite: Test cases, all except issue-5216 xfailedTim Chevalier-0/+55
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-167/+167
2013-10-22auto merge of #10009 : LeoTestard/rust/asm-feature-gated, r=huonwbors-2/+12
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-2/+12
2013-10-21auto merge of #9936 : madjar/rust/master, r=alexcrichtonbors-26/+0
2013-10-21Add support for nested commentsGeorges Dubus-26/+0
2013-10-21Add a feature flag for ASMLéo Testard-0/+17
2013-10-19auto merge of #9956 : sfackler/rust/more-more-visibility, r=alexcrichtonbors-0/+20
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-8/+1
2013-10-19Use __morestack to detect stack overflowAlex Crichton-8/+1
2013-10-19auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmrbors-5/+5
2013-10-18Check unnecessary visibility for struct variantsSteven Fackler-0/+20
2013-10-18Try to improve format! error messagesAlex Crichton-5/+5
2013-10-18auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonwbors-150/+0
2013-10-18auto merge of #9856 : alexcrichton/rust/privacy-errors, r=huonwbors-7/+12
2013-10-18Remove the fmt! syntax extensionAlex Crichton-150/+0
2013-10-18Handle inline asm outputs as write-only in liveness, borrowck and trans.Eduard Burtescu-0/+101
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-2/+4
2013-10-15Require module documentation with missing_docAlex Crichton-0/+3
2013-10-14Refine privacy error messages to be more accurateAlex Crichton-7/+12
2013-10-14Removing ccdeclSteve Klabnik-1/+1