summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-28Fix warning about unused imports in import listsAlex Crichton-1/+9
2013-03-28testsuite: Update and un-xfail test for #4335Tim Chevalier-3/+2
2013-03-28auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphismbors-1/+17
2013-03-27auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphismbors-0/+13
2013-03-27libsyntax: error on struct Foo {}.Luqman Aden-1/+17
2013-03-27testsuite: Add various test casesTim Chevalier-13/+110
2013-03-28librustc: Limit the typo suggestions to reasonable suggests.Huon Wilson-0/+13
2013-03-26test: Fix botched error message in compile-fail testPatrick Walton-1/+1
2013-03-26test: Fix testsPatrick Walton-4/+5
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-156/+85
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-5/+5
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-88/+3
2013-03-26option: rm functions that duplicate methodsDaniel Micay-9/+9
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-7/+7
2013-03-22test: Add lifetime binders and new-style lifetime parameters to the test suitePatrick Walton-35/+35
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-20/+20
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-21/+21
2013-03-22test: Remove `pure` from the test suitePatrick Walton-17/+17
2013-03-22test: Fix test. rs=testPatrick Walton-1/+1
2013-03-22auto merge of #5483 : pcwalton/rust/static-syntax, r=graydonbors-9/+9
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-5/+5
2013-03-22syntax: make old `#[deriving_foo]` attribute obsoleteAndrew Paseltiner-0/+17
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-244/+30