about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-47/+79
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-0/+16
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-225/+13
2013-08-27Replace HashUtil w/ default method on HashJason Fager-4/+0
2013-08-27auto merge of #8799 : fhahn/rust/ticket_5783, r=catamorphismbors-0/+19
2013-08-27auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow...bors-0/+61
2013-08-27auto merge of #8771 : thestinger/rust/repr, r=catamorphismbors-27/+6
2013-08-27Add test for #5783Florian Hahn-0/+19
2013-08-27reflect: rm unused visit_{var,var_integral,constr}Daniel Micay-21/+0
2013-08-27repr: print integer/float suffixesDaniel Micay-6/+6
2013-08-27Extend aliasability check to uncover `& &mut &mut` and the likeNiko Matsakis-0/+30
2013-08-27auto merge of #8772 : thestinger/rust/option, r=anasazibors-25/+0
2013-08-27option: rm implementation of AddDaniel Micay-25/+0
2013-08-26auto merge of #8757 : vadimcn/rust/debug-info-tests, r=brsonbors-140/+4
2013-08-26auto merge of #8739 : fhahn/rust/ticket_2275, r=brsonbors-0/+450
2013-08-26Fix deriving-zero testCorey Richardson-2/+0
2013-08-26Add script and tests for using keywords as identifiersFlorian Hahn-0/+450
2013-08-26auto merge of #8744 : jld/rust/discr64, r=nikomatsakisbors-0/+25
2013-08-26Un-disabled debug info tests on Windows.Vadim Chugunov-140/+4
2013-08-24Add a test case for the preceding changes.Jed Davis-0/+25
2013-08-24Introduce alternate forms of loggingAlex Crichton-1/+1
2013-08-24Settle on the format/write/print family of namesAlex Crichton-218/+233
2013-08-24Implement a wrapper macro around fprintf -- ifmtfAlex Crichton-1/+21
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-20/+20
2013-08-23Emit a better error for attempted unsafe-pointer-self. Close #8306.Ben Blum-0/+22
2013-08-23Parse and reserve typeof keyword. #3228Ben Blum-0/+13
2013-08-23auto merge of #8677 : bblum/rust/scratch, r=alexcrichtonbors-0/+21
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-16/+0
2013-08-22Don't do a bogus substitution on the transformed self ty for objects. Closes ...Michael Sullivan-0/+20
2013-08-22Substitute into the impl method rather than the trait method when emitting vt...Michael Sullivan-0/+26
2013-08-22auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwaltonbors-26/+101
2013-08-22auto merge of #8626 : kballard/rust/issue-8615, r=catamorphismbors-0/+14
2013-08-22auto merge of #8620 : brson/rust/issue-7563, r=alexcrichtonbors-0/+25
2013-08-22Enabled tests.Vadim Chugunov-16/+0
2013-08-21auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphismbors-3/+180
2013-08-21auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakisbors-0/+360
2013-08-21test: Add test for #7563. Closes #7563Brian Anderson-0/+25
2013-08-21oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f...Ben Blum-10/+19
2013-08-21auto merge of #8595 : vadimcn/rust/print_link_args, r=alexcrichtonbors-0/+0
2013-08-21testsuite: Un-xfail test for #5917Tim Chevalier-3/+1
2013-08-21testsuite: Test for #4447Tim Chevalier-0/+15
2013-08-21testsuite: Test for #6132Tim Chevalier-0/+24
2013-08-21rustc: More helpful error message when using a struct type like a functionTim Chevalier-0/+19
2013-08-21Testsuite: Test for #7013. Closes #7013Tim Chevalier-0/+43
2013-08-21testsuite: Tests for #6458. Closes #6458Tim Chevalier-0/+78
2013-08-21Only bug on self-not-mapped-to-def if no previous errors were present. Close ...Ben Blum-0/+21
2013-08-21auto merge of #8594 : bytewiseand/rust/static-fn-ptr, r=pcwaltonbors-0/+64
2013-08-21oops, xfail-fast the cross-crate superkind testsBen Blum-0/+6
2013-08-21Changed `fn main` to `pub fn main`Andreas Martens-1/+1
2013-08-21Prohibit assignment to `&mut` pointers that are found in frozen or borrowed l...Niko Matsakis-0/+31