about summary refs log tree commit diff
path: root/doc/tutorial-conditions.md
AgeCommit message (Collapse)AuthorLines
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-858/+0
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
2014-01-04doc: un-xfail conditions tutorialAdrien Tétar-36/+42
2013-12-20doc: forward-port the conditions tutorial + fixup libstd exampleAdrien Tétar-170/+146
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-10/+10
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-7/+7
2013-11-11doc: Don't mention TLS in condition tutorialBrian Anderson-1/+1
2013-10-24Test fixes and merge conflictsAlex Crichton-5/+5
2013-09-30tutorial: Remove usage of fmt!Alex Crichton-7/+7
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-18/+18
Remove these in favor of the two traits themselves and the wrapper function std::from_str::from_str. Add the function std::num::from_str_radix in the corresponding role for the FromStrRadix trait.
2013-08-19doc: add condition tutorialGraydon Hoare-0/+876