summary refs log tree commit diff
path: root/src/test/run-pass/borrowck-borrow-from-expr-block.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-05fix rpass testsJorge Aparicio-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-4/+2
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-02-15std: clean up ptr a bitCorey Richardson-3/+1
2014-01-29Remove seldom-used std::reference functions.xales-2/+1
2014-01-29Rename std::borrow to std::reference.xales-3/+3
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