about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-102/+20
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-0/+35
2013-05-02librustc: Make uninhabited enums not castable to intPatrick Walton-0/+7
2013-05-01wip---work on making rooting work properlyNiko Matsakis-2/+3
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-6/+4
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-1/+1
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-30auto merge of #6115 : jbclements/rust/test-case-fixes, r=jbclementsbors-0/+20
2013-04-30auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphismbors-2/+46
2013-04-30fixed pattern, moved test to compile-failJohn Clements-0/+20
2013-04-30Fix error messages harderTim Chevalier-2/+2
2013-04-30allover: numerous unused muts etcNiko Matsakis-2/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-409/+659
2013-04-29rustc / test: Fix error messageTim Chevalier-2/+2
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-9/+7
2013-04-29test: Fix tests.Patrick Walton-93/+0
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-8/+2
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-2/+2
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-04-28add test case for enum disambiguationJohn Clements-0/+16
2013-04-28rustc: Suppress derived pattern-match-checking errorsTim Chevalier-0/+44
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-7/+9
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-2/+2
2013-04-23Improve the unused unsafe block warning to include unsafe blocks in unsafe fu...Alex Crichton-7/+27
2013-04-23Use backticks for the unsafe keyword in error messagesAlex Crichton-4/+4
2013-04-22auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydonbors-0/+42
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-2/+2
2013-04-20Implement a lint mode to deal with unused 'mut' variablesAlex Crichton-0/+42
2013-04-20Don't warn about unsafe functions which don't need to be unsafeAlex Crichton-5/+2
2013-04-19Fix an ICE when dereferencing types which cannot be dereferencedAlex Crichton-2/+1
2013-04-18rustc: Make some typechecker errors non-fatalTim Chevalier-0/+36
2013-04-17Allow casting to mutable trait objects.Josh Matthews-0/+28
2013-04-14Add a lint mode for unused unsafe blocks/functionsAlex Crichton-0/+44
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-82/+93
2013-04-12auto merge of #5809 : Aatch/rust/start-attr, r=thestingerbors-2/+2
2013-04-10tests: changes in response to #5656Niko Matsakis-78/+5
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-4/+88
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+70
2013-04-10Change tests to use new error messageJames Miller-2/+2
2013-04-09auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydonbors-18/+26
2013-04-09Allow lint modes to be used on unused variables and dead assignmentsAlex Crichton-18/+26
2013-04-08libsyntax: fail lexing with an error message on an int literal larger than 2^64.Huon Wilson-0/+28
2013-04-06librustc: use new `[ty, .. len]` syntax for fixed vector errors.Huon Wilson-2/+2
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-2/+2
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-2/+2
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-10/+10
2013-04-03hashmap: rm linear namespaceDaniel Micay-4/+4
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-4/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-46/+46
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-1/+9