summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-4/+4
2012-08-03rustc: Translate repeated vector syntaxPatrick Walton-0/+7
2012-08-03Implement &-expressions in consts. Part of #2317.Graydon Hoare-2/+11
2012-08-03Add task-perf-linked-failure.rsBen Blum-2/+69
2012-08-03Xfailing until the pipe race is fixed.Eric Holk-0/+2
2012-08-03test: Add a trivial test that trait composition parsesPatrick Walton-0/+11
2012-08-03Fixing failing test casesEric Holk-2/+2
2012-08-03test: Add a test case for bare static stringsPatrick Walton-0/+5
2012-08-03test: Remove a fixed-length string from a testPatrick Walton-1/+0
2012-08-03Test for issue 2904, which got fixed somewhere along the lineTim Chevalier-0/+78
2012-08-03Adding a test case for #2548Eric Holk-0/+27
2012-08-03fix compilation of 2214Niko Matsakis-1/+1
2012-08-02Make comparisons between region pointers workTim Chevalier-3/+14
2012-08-02Purge placement new; Make borrowck know about unary move.Niko Matsakis-73/+33
2012-08-02When checking loop bodies and do-expr bodies, don't require the expected type...Tim Chevalier-0/+9
2012-08-02Convert pfib to pipes. This is a useful stress test.Eric Holk-12/+12
2012-08-02Removing an obsolete benchmarkEric Holk-459/+0
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-3/+3
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-44/+54
2012-08-02Allow interpolations of all the nt_*s.Paul Stansifer-0/+19
2012-08-02Linked failure: Add '100 generations' bench test (#1868)Ben Blum-0/+32
2012-08-01Convert ret to returnBrian Anderson-505/+505
2012-08-01syntax: Allow any block-like expr to be used as alt arm w/o comma separatorBrian Anderson-0/+63
2012-08-01Clean out transitional lint.Graydon Hoare-2/+2
2012-07-31change how we print and explain region typesNiko Matsakis-4/+4
2012-07-31Fix failing testsBrian Anderson-17/+17
2012-07-31test: Fix broken test that used "move" as an identifierPatrick Walton-8/+8
2012-07-31rustc: Add non_camel_case_types lint checkBrian Anderson-0/+37
2012-07-31Start implementing structured constants.Graydon Hoare-0/+13
2012-07-31rustc: Implement unary move. Closes #917.Patrick Walton-0/+8
2012-07-31test: Move two tests from run-pass into the libsBrian Anderson-25/+0
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-1/+16
2012-07-31syntax: Rename 'module' extension to 'module_path'Brian Anderson-1/+1
2012-07-31syntax: More tweaks to make alt arrows parse and print correctlyBrian Anderson-7/+20
2012-07-31accept naked exprs with commas in pattern armsNiko Matsakis-0/+34
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-74/+79
2012-07-30Update tests for macro syntax change.Paul Stansifer-2/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-765/+766
2012-07-30Rename `#mod` -> `#module` to not collide with the keyword.Paul Stansifer-1/+1
2012-07-30test: Add a test for mods inside functions. Closes #493Brian Anderson-0/+11
2012-07-30rustc: "iface" -> "trait" in comments, error messages, and identifiers.Lindsey Kuper-6/+6
2012-07-30syntax: Fix semicolon printing. Closes #3036Brian Anderson-0/+6
2012-07-30Revert "Fix build by xfailing tests which produce irreducible CFGs."Elliott Slaughter-2/+0
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-75/+147
2012-07-30Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowlyBrian Anderson-1/+1
2012-07-29Rewrite bitv to use classes and optimize its representationTim Chevalier-5/+18
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-201/+69
2012-07-27Forbid duplicate fields in record types and exprsTim Chevalier-0/+6
2012-07-27Correctly forbid upvars in nested impls, traits and classesTim Chevalier-0/+82
2012-07-27change region inference to not consider & that appears in a fnNiko Matsakis-0/+9