summary refs log tree commit diff
path: root/src/rustbook/test.rs
AgeCommit message (Expand)AuthorLines
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-15/+15
2015-02-25Use os::getcwd instead of env in rustbook (fixup #22727)Manish Goregaokar-2/+2
2015-02-23Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichtonManish Goregaokar-2/+2
2015-02-23Rollup merge of #22505 - tshepang:current_dir, r=steveklabnikManish Goregaokar-2/+2
2015-02-23rustbook: update slicing syntax where [] --> [..]Tshepang Lekhonkhobe-2/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18unused importsTshepang Lekhonkhobe-1/+0
2015-02-18os.getcwd renamed to env::current_dirTshepang Lekhonkhobe-1/+2
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-08"The Rust Programming Language"Steve Klabnik-0/+75