about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-02-01Remove native types from stdlibMarijn Haverbeke-33/+14
2012-01-31Change option::t to optionTim Chevalier-15/+12
2012-01-31Rename str::to_chars -> str::charsKevin Cantu-2/+2
2012-01-31Don't compute pre- and postconditions for item_constsTim Chevalier-0/+3
2012-01-31Require alts to be exhaustiveTim Chevalier-6/+15
2012-01-30rustc: Allow attributes on methods. Closes #1709Brian Anderson-0/+24
2012-01-30Fix last failing testPaul Woolcock-1/+9
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+11
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-52/+3
2012-01-30Revert self typesMarijn Haverbeke-2/+0
2012-01-29rt: Remove set_min_stackBrian Anderson-12/+0
2012-01-29core: Remove sys::set_min_stackBrian Anderson-4/+0
2012-01-27rustc: Make 'attempted access of field' error non-fatalBrian Anderson-0/+6
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-2/+2
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-1/+1
2012-01-27Properly check enum types for recursionMarijn Haverbeke-0/+5
2012-01-27Use the method name 'unary-' for overloading negationMarijn Haverbeke-1/+1
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-2/+2
2012-01-26rustc: Move core injection to its own moduleBrian Anderson-0/+6
2012-01-26Use operator names for operator methodsMarijn Haverbeke-5/+9
2012-01-26Allow operator overloading of the indexing operatorMarijn Haverbeke-1/+6
2012-01-26First stab at operator overloadingMarijn Haverbeke-1/+18
2012-01-25rustc: Allow attributes on enum variants. Closes #1663Brian Anderson-0/+29
2012-01-25test: Un-xfail run-pass/tag-auto-disr-val-shapeBrian Anderson-5/+4
2012-01-25test: Add regression test for #1659Brian Anderson-0/+8
2012-01-25test: Un-xfail run-pass/tag-disr-val-shapeBrian Anderson-2/+0
2012-01-25Implement implicit self type parameters for ifacesMarijn Haverbeke-0/+2
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-2/+2
2012-01-23s/block()/fn()/gNiko Matsakis-37/+41
2012-01-23test: Add no-reformat directive to compile-fail/issue-1362Brian Anderson-2/+2
2012-01-23Add regression test for issue #1362.Kevin Atkinson-0/+8
2012-01-23Add regresion tests for issue #1448 and #1387.Kevin Atkinson-0/+12
2012-01-23add msgsend.rs to benchmarksNiko Matsakis-0/+60
2012-01-23Check that the names mentioned in tag exports are actually types (or variants)Tim Chevalier-0/+50
2012-01-23Export all enum variants by default; new syntax for selectively exporting var...Tim Chevalier-49/+36
2012-01-22core: Reexport all the imports in f32/64Brian Anderson-0/+11
2012-01-21update to new tag syntaxNiko Matsakis-1/+1
2012-01-21unify size_of, align_of into one call (metrics)Niko Matsakis-0/+128
2012-01-21migrate size_of() and related funcs from trans into shapeNiko Matsakis-5/+18
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-6/+6
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-3/+3
2012-01-21core: Shuffle around a #fmt testBrian Anderson-0/+6
2012-01-20WIP on issue 1426 (exporting all tags)Tim Chevalier-0/+76
2012-01-20Handle fail after return correctly in typestateTim Chevalier-0/+7
2012-01-19Handle predicates that recurse in a check() expressionTim Chevalier-0/+2
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-3/+3
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-134/+134
2012-01-19Compute typestates for FRU exprs correctly, plus a bit of cleanupTim Chevalier-0/+5
2012-01-19Merge pull request #1571 from kevina/fixup-1Patrick Walton-2/+0
2012-01-19Remove incorrect comments from a few test cases.Kevin Atkinson-2/+0