summary refs log tree commit diff
path: root/src/rustbook/build.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-6/+7
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-4/+4
2015-01-23regex: Remove in-tree versionAlex Crichton-6/+1
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-1/+11
2015-01-09Handle errors properly in rustbook.Huon Wilson-18/+9
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-5/+6
2015-01-08"The Rust Programming Language"Steve Klabnik-0/+191