summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-05-22Fix #6342Jihyun Yu-0/+17
2013-05-22fix issue #6209Jihyun Yu-0/+13
2013-05-21testsuite: Update test for #2478. Still xfailedTim Chevalier-1/+1
2013-05-21auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydonbors-0/+29
2013-05-20auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydonbors-2/+2
2013-05-20auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydonbors-0/+115
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-20detect unused attrs in one more place, allow parsing to continue for allJohn Clements-4/+4
2013-05-20Correctly track the source of imports with the same nameAlex Crichton-0/+29
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-23/+23
2013-05-18minor automated whitespace fixesDaniel Micay-2/+2
2013-05-17Distinguish tuple elements by index in mem_categorization. Fixes #5362.Niko Matsakis-0/+115
2013-05-18Made bytes!() accept a list of string, integer or char literalsMarvin Löbel-0/+91
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-6/+42
2013-05-16auto merge of #6473 : nikomatsakis/rust/issue-5967-rvalue-immutability, r=pcw...bors-0/+38
2013-05-16Add two tests for rvalue mutabilityNiko Matsakis-0/+38
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-0/+42
2013-05-15auto merge of #6502 : huonw/rust/no-auto-code, r=graydonbors-0/+15
2013-05-15auto merge of #6500 : kud1ing/rust/cleanup, r=bstriebors-17/+0
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-0/+15
2013-05-15auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphismbors-4/+14
2013-05-15remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6)Lenny222-17/+0
2013-05-14Fix resolution testsCorey Richardson-2/+6
2013-05-14Add span to some import resolution errorsCorey Richardson-3/+3
2013-05-14Add test for resolution errorsCorey Richardson-1/+7
2013-05-14testsuite: Update and un-xfail unsafe-fn-autoderefTim Chevalier-4/+6
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-8/+8
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-1/+1
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-5/+7
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-1/+1
2013-05-13Better error for some unresolved importsCorey Richardson-1/+1
2013-05-12auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestingerbors-2/+1
2013-05-12actually fix failing testCorey Richardson-1/+1
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-3/+3
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-2/+4
2013-05-12auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakisbors-1/+15
2013-05-12Fix failing testCorey Richardson-2/+1
2013-05-11rustc: Don't call type_error_message() with ty_err as the expected typeTim Chevalier-1/+15
2013-05-11auto merge of #6402 : kud1ing/rust/fixes, r=pcwaltonbors-20/+20
2013-05-11auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakisbors-1/+30
2013-05-10Stop using the '<->' operatorAlex Crichton-60/+1
2013-05-10auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwaltonbors-6/+8
2013-05-10test: Use the new `for` protocolAlex Crichton-6/+8
2013-05-10more back-ticks, less colonsLenny222-20/+20
2013-05-10auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphismbors-0/+17
2013-05-10auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoanbors-2/+2
2013-05-10Issue number on xfailed testHuon Wilson-1/+1
2013-05-10auto merge of #6356 : dotdash/rust/strinterner, r=pcwaltonbors-6/+6
2013-05-10librustc: allow destructuring of structs with destructors if the pattern has ...Huon Wilson-1/+30