summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2012-01-11rustc: Don't allow empty link_name when nolink attribute is presentBrian Anderson-0/+7
2012-01-10Add support for casting enum-like tags to scalar values.Kevin Atkinson-0/+12
2012-01-10Support explicit discriminant numbers on tag variants.Kevin Atkinson-0/+22
2012-01-10rename sendfn to fn~, lambda to fn@Niko Matsakis-4/+2
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-13/+13
2012-01-09Fix error message case in two cfail testMarijn Haverbeke-2/+2
2012-01-09Fix #1474: check that block args resolved to bare fns do not make use of upvarsNiko Matsakis-0/+7
2012-01-06update to use new spawn syntaxNiko Matsakis-3/+1
2012-01-06Disallow variable names that shadow tags in scopeTim Chevalier-0/+14
2012-01-05rustc: Configure out #[test] functions when not testingBrian Anderson-0/+7
2012-01-05correct test to reference right valueNiko Matsakis-1/+1
2012-01-05require a non-semi expr acting as a stmt to have unit return typeNiko Matsakis-0/+13
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-2/+2
2012-01-04extend tester so that error msgs can be attached to linesNiko Matsakis-2/+1
2012-01-03Allow tail expressions even in no_value blocks. Type checkerNiko Matsakis-7/+7
2012-01-02Fix expected error messages for better printing of ty_ptrMarijn Haverbeke-2/+2
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-15/+15
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-17/+17
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-82/+82
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-4/+4
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-103/+142
2011-12-22Remove trivial cast checkerMarijn Haverbeke-17/+0
2011-12-21add tests I forgot to addNiko Matsakis-0/+12
2011-12-21valid cap clause for kind-ness tooNiko Matsakis-0/+10
2011-12-20test: Remove 'error:' from error patternHaitao Li-5/+5
2011-12-19implement capture clauses (move, in particular) and integrateNiko Matsakis-0/+30
2011-12-19resolve capture clausesNiko Matsakis-0/+12
2011-12-19when collecting free vars, track the span where it is used tooNiko Matsakis-0/+6
2011-12-19impl the proper partial order between fn typesNiko Matsakis-0/+10
2011-12-19Use quotes around tokens in parser error messages to make them more readableMarijn Haverbeke-2/+2
2011-12-18Only look for a matching method when normal field access failsMarijn Haverbeke-3/+3
2011-12-16allow #[link_args] with #[nolink]. For now, fail if two modules link same lib...Graham Fawcett-0/+28
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-0/+5
2011-12-16Make uses of self in impls compileMarijn Haverbeke-2/+2
2011-12-14Fixed type resolution error in math testsStefan Plantikow-3/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-19/+19
2011-12-07Check for literals that are out of range for their typeMarijn Haverbeke-0/+3
2011-12-05typeck: Fix for #932Stefan Plantikow-0/+4
2011-12-02parse: typeck: enabling trivial casts of tail-call return valuesStefan Plantikow-0/+19
2011-12-02Be less specific in 'unresolved import' error patternsMarijn Haverbeke-6/+6
2011-12-02Make import ignore imports coming after themMarijn Haverbeke-2/+2
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-3/+0
2011-11-23Rollback return-by-referenceMarijn Haverbeke-69/+0
2011-11-22Properly check for copies when constructing a record using withMarijn Haverbeke-0/+13
2011-11-22Only warn about unreachable range patterns when appropriateMarijn Haverbeke-9/+3
2011-11-21Add a pass that checks that blocks are only used in safe waysMarijn Haverbeke-6/+3
2011-11-18Add some tests for new kind systemMarijn Haverbeke-56/+0
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-171/+21
2011-11-18Preparation for kind system overhaulMarijn Haverbeke-0/+16
2011-11-17rustc: Add a flag '--warn-unused-imports'Haitao Li-0/+1