summary refs log tree commit diff
path: root/src/test/compile-fail/mut-pattern-mismatched.rs
AgeCommit message (Expand)AuthorLines
2015-03-05Fix compile-fail error messages after integer suffix removal.Eduard Burtescu-2/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-01-31Kill more `isize`sTobias Bucher-4/+4
2015-01-12Fix testsuite errorsmdinger-2/+8
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-07register new snapshotsJorge Aparicio-4/+2
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06test fallout from isize/usizeCorey Richardson-4/+4
2015-01-05More test fixes!Alex Crichton-2/+2
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-0/+26