about summary refs log tree commit diff
path: root/src/rustbook/book.rs
AgeCommit message (Expand)AuthorLines
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-171/+0
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+3
2015-09-04rustbook: Fix relative links on the Introduction pageNick Howell-1/+1
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-2/+1
2015-03-23Add generic conversion traitsAaron Turon-4/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-12/+14
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-4/+4
2015-02-23rustbook: update slicing syntax where [] --> [..]Tshepang Lekhonkhobe-4/+4
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-23regex: Remove in-tree versionAlex Crichton-41/+44
2015-01-09Handle errors properly in rustbook.Huon Wilson-3/+4
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-4/+4
2015-01-08"The Rust Programming Language"Steve Klabnik-0/+166