about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-123/+86
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-28/+28
2013-02-20auto merge of #5046 : sanxiyn/rust/struct-match, r=catamorphismbors-0/+11
2013-02-20Check type when struct is matched against enum-like patternSeo Sanghyeon-0/+11
2013-02-20fix ICE after incorrect number of args in callsKang Seonghoon-0/+14
2013-02-19add missing typecheck for const pattern match armJeong YunWon-0/+17
2013-02-17Removed more capture claueses.Seth Pink-1/+1
2013-02-16Parse (and discard) lifetime declarations on function typesNiko Matsakis-14/+14
2013-02-16Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes inNiko Matsakis-9/+12
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-3/+3
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-32/+32
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-4/+4
2013-02-14auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brsonbors-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-195/+195
2013-02-14Remove all final references to die!Nick Desaulniers-2/+2
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-59/+59
2013-02-13RIMOV core::vecBen Striegel-2/+2
2013-02-12Adjust borrow checker algorithm to address #4856 unsoundness,Niko Matsakis-66/+371
2013-02-09auto merge of #4861 : sethpink/rust/incoming, r=catamorphismbors-8/+0
2013-02-09Issue #4830 fixSeth Pink-8/+0
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-46/+79
2013-02-07auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydonbors-8/+24
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-73/+33
2013-02-07auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydonbors-0/+34
2013-02-06got rid of last empty linesKang Seonghoon-2/+0
2013-02-06libsyntax: no binary/hex float literalsKang Seonghoon-0/+36
2013-02-05testsuite: Add test for #4523Tim Chevalier-0/+17
2013-02-05Don't warn when imported traits are indeed usedAlex Crichton-0/+6
2013-02-05Fix some bugs with -W unused-importsAlex Crichton-8/+18
2013-02-04auto merge of #4747 : sanxiyn/rust/integral-type, r=graydonbors-0/+3
2013-02-04Let type_is_integral return false for bool typeSeo Sanghyeon-0/+3
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-3/+3
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-3/+3
2013-02-03update compile-fail/map-types.rs to use hashmapDaniel Micay-8/+6
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-5/+5
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-60/+60
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-297/+236
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-6/+6
2013-01-30test: fix compile-fail tests somehow missed from local 'make check', r=burnin...Graydon Hoare-3/+3
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-181/+76
2013-01-30Remove oldcomm from the test suiteBrian Anderson-8/+7
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-1/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-1/+1
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-4/+6
2013-01-28testsuite: Remove structural records from remaining compile-fail testsTim Chevalier-15/+14
2013-01-28Rewrite the coercion code to be more readable, more sound, and to reborrow whenNiko Matsakis-12/+28
2013-01-28Integrate vec patterns into borrow checker.Niko Matsakis-6/+37
2013-01-25Fix Option camel case in a compile-fail testTyler Bindon-3/+3