summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-01-29xfail transitive inheritance test -- I guess this doesn't work yetTim Chevalier-0/+1
2013-01-29Handle supertrait calls in default methodsTim Chevalier-4/+148
2013-01-29testsuite: Xfail file that I added by mistakeTim Chevalier-0/+1
2013-01-29libsyntax: Implement the `impl Trait for Type` syntaxPatrick Walton-0/+26
2013-01-29Long lineTim Chevalier-0/+30
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-120/+128
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-32/+27
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-57/+11
2013-01-28testsuite: De-record most bench testsTim Chevalier-62/+78
2013-01-28testsuite: De-record pretty testsTim Chevalier-4/+12
2013-01-28testsuite: Remove structural records from remaining compile-fail testsTim Chevalier-15/+14
2013-01-28testsuite: Allow structural records in two tests that use pipesTim Chevalier-0/+6
2013-01-28testsuite: Add #[allow(structural_records)] to pipes testsTim Chevalier-0/+11
2013-01-28get rid of LinearMap's find_copy methodDaniel Micay-2/+2
2013-01-28Rewrite the coercion code to be more readable, more sound, and to reborrow whenNiko Matsakis-21/+181
2013-01-28Integrate vec patterns into borrow checker.Niko Matsakis-7/+41
2013-01-28Link the lifetimes of regions resulting from borrows of theNiko Matsakis-30/+112
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-3/+3
2013-01-26testsuite: Eliminate structural records from run-fail testsTim Chevalier-7/+21
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-432/+600
2013-01-25Fix Option camel case in a compile-fail testTyler Bindon-3/+3
2013-01-25Fix Option camel case in commented portion of testTyler Bindon-2/+2
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-22/+22
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-3/+3
2013-01-25testsuite: Fix Windows breakage harder in x86stdcall2Tim Chevalier-5/+5
2013-01-25test: fix x86stdcall test, r=burningtree.Graydon Hoare-5/+7
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-2/+2
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-1/+1
2013-01-24remove support for records from auto_encodeErick Tryzelaar-12/+16
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-14/+88
2013-01-24librustc: Disallow `&mut` loans from overlapping with any other loansPatrick Walton-1/+1
2013-01-24librustc: Make C functions unsafePatrick Walton-336/+379
2013-01-24testsuite: Capitalize error message, unbreak buildTim Chevalier-2/+4
2013-01-24Merge pull request #4609 from sonwow/keyword-superTim Chevalier-0/+3
2013-01-24syntax/rustc: Improve error message for misuse of `for` loopTim Chevalier-5/+30
2013-01-24Make `super` a keywordYoungsoo Son-0/+3
2013-01-23Merge pull request #4594 from thestinger/mapTim Chevalier-36/+178
2013-01-23fix testsDaniel Micay-1/+1
2013-01-23test: fix benchmark unsafe blocks, r=burningtree.Graydon Hoare-51/+60
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-3/+3
2013-01-23fix core-map.rs benchmarkDaniel Micay-33/+175
2013-01-23test: fix issue 2526 'unsafe' block-keyword, r=burningtree.Graydon Hoare-2/+4
2013-01-23libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfixPatrick Walton-0/+10
2013-01-23switch LinearMap to current constructor conventionDaniel Micay-2/+2
2013-01-23Merge pull request #4587 from sanxiyn/divide-by-zeroTim Chevalier-0/+6
2013-01-23libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...Patrick Walton-0/+6
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-195/+212
2013-01-23renaming to adhere to conventionsJohn Clements-0/+0
2013-01-23libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...Patrick Walton-0/+110
2013-01-23rename send_map to hashmapDaniel Micay-2/+2