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-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-05-29remove the last mention of IoResultTshepang Lekhonkhobe-4/+2
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-1/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-13fix testsOliver Schneider-2/+2
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-5/+4
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
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