summary refs log tree commit diff
path: root/src/test/run-pass/cast-region-to-uint.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-01-29Remove seldom-used std::reference functions.xales-3/+1
2014-01-29Rename std::borrow to std::reference.xales-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-02Make comparisons between region pointers workTim Chevalier-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-05-18allow region ptrs to be cast to uintsNiko Matsakis-0/+4