summary refs log tree commit diff
path: root/src/test/run-pass/borrowck-borrow-from-expr-block.rs
AgeCommit message (Expand)AuthorLines
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-1/+1
2013-04-08clone: managed boxes need to clone by shallow copyDaniel Micay-1/+1
2013-04-05Move tests inside clone.rs and fixed copyright headers.Jack Moffitt-1/+1
2013-04-05Implement Clone for @ and @mut types.Jack Moffitt-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-15Clonify some of run-passBen Striegel-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-4/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-02Make comparisons between region pointers workTim Chevalier-1/+3
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-05-24change region scope of call arguments, old one was unsoundNiko Matsakis-0/+16