summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-21/+0
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-23/+22
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1911/+1911
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1912/+1912
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-4/+50
2013-03-29std: remove prettyprintErick Tryzelaar-21/+0
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-1/+9
2013-03-29auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphismbors-0/+25
2013-03-29auto merge of #5619 : catamorphism/rust/issue-4333, r=catamorphismbors-0/+14
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-28Fix warning about unused imports in import listsAlex Crichton-1/+9
2013-03-28testsuite: Add test case for #4325Tim Chevalier-0/+25
2013-03-28testsuite: Add test for #4333Tim Chevalier-0/+14
2013-03-28testsuite: Update and un-xfail test for #4335Tim Chevalier-3/+2
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-24/+0
2013-03-28auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphismbors-1/+17
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-0/+23
2013-03-27auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphismbors-0/+13
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-0/+3
2013-03-27libsyntax: error on struct Foo {}.Luqman Aden-1/+17
2013-03-27auto merge of #5569 : thestinger/rust/map, r=catamorphismbors-3/+3
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-0/+23
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-2/+57
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-2/+0
2013-03-27another pub fn for check-fastGraydon Hoare-1/+1
2013-03-27testsuite: more `pub fn main`Tim Chevalier-26/+126
2013-03-27Oh, cool, I xfailed the wrong test, neatTim Chevalier-0/+1
2013-03-27testsuite: Add various test casesTim Chevalier-13/+383
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-2/+57
2013-03-28librustc: Limit the typo suggestions to reasonable suggests.Huon Wilson-0/+13
2013-03-27test: xfail-pretty one of the run-pass tests. rs=burningtreePatrick Walton-0/+2
2013-03-27syntax: Fix parsing global generics (Closes #5572)Erick Tryzelaar-0/+3
2013-03-26test: Fix botched error message in compile-fail testPatrick Walton-1/+1
2013-03-26test: Fix testsPatrick Walton-16/+18
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-0/+17
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-280/+156
2013-03-26librustc: Fix bug with newtype structs containing dtorsPatrick Walton-0/+17
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-31/+31
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-192/+9
2013-03-26option: rm functions that duplicate methodsDaniel Micay-29/+29
2013-03-26fix the core-map benchmark's descending rangeDaniel Micay-3/+3
2013-03-26std: Remove the oldmap moduleAlex Crichton-1/+0
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-116/+88
2013-03-26auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphismbors-3/+4
2013-03-26Stop writing directly to the final type/method/vtable sidetables from astconvNiko Matsakis-0/+21
2013-03-26Fixed all use sites and testsMarvin Löbel-3/+4
2013-03-25auto merge of #5528 : thestinger/rust/find_mut, r=brsonbors-0/+2
2013-03-25auto merge of #5524 : luqmana/rust/repeat-loop, r=pcwaltonbors-0/+7
2013-03-25Expand on cleanups in trans for expr_repeat and add to tests.Luqman Aden-0/+7
2013-03-24expose find_mut in the Map traitDaniel Micay-0/+2