summary refs log tree commit diff
path: root/doc/tutorial-conditions.md
AgeCommit message (Collapse)AuthorLines
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