about summary refs log tree commit diff
path: root/doc/guide-rustpkg.md
AgeCommit message (Collapse)AuthorLines
2014-02-02Remove rustpkg.Corey Richardson-270/+0
I'm sorry :'( Closes #11859
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2014-01-07doc: Title guides consistentlyBrian Anderson-1/+1
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-0/+270
Ensure configure creates doc/guides directory Fix configure makefile and tests Remove old guides dir and configure option, convert testing to guide Remove ignored files Fix submodule issue prepend dir in makefile so that bor knows how to build the docs S to uppercase