about summary refs log tree commit diff
path: root/src/doc/trpl/standard-input.md
AgeCommit message (Collapse)AuthorLines
2015-03-28Remove standard io chapter from the bookSteve Klabnik-166/+0
This was originally used to set up the guessing game, but that no longer exists. This version uses `old_io`, and updating it involves talking about `&mut` and such, which we haven't covered yet. So, for now, let's just remove it. Fixes #23760
2015-03-27book: fix typoTshepang Lekhonkhobe-1/+2
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+3
Conflicts: src/compiletest/compiletest.rs src/libcollections/lib.rs src/librustc_back/lib.rs src/libserialize/lib.rs src/libstd/lib.rs src/libtest/lib.rs src/test/run-make/rustdoc-default-impl/foo.rs src/test/run-pass/env-home-dir.rs
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+3
2015-03-21guide: minor copy editsChes Martin-2/+6
2015-01-30Fix a missed io => old_ioLuke Steensen-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-11/+11
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-6/+6
"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment." http://aturon.github.io/style/whitespace.html I realize the linked page still needs an RFC, but the docs should be written in accordance with the guidelines nevertheless.
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-1/+1
This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations.
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+159