summary refs log tree commit diff
path: root/src/test/run-pass/borrowck-borrow-from-expr-block.rs
AgeCommit message (Expand)AuthorLines
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