summary refs log tree commit diff
path: root/src/test/run-pass/method-mut-self-modifies-mut-slice-lvalue.rs
AgeCommit message (Expand)AuthorLines
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-10During method resolution, only reborrow if we are not doing an auto-ref.Niko Matsakis-0/+54