about summary refs log tree commit diff
path: root/src/libcore/from_str.rs
AgeCommit message (Expand)AuthorLines
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-1/+1
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-06bool: make the from_str function a FromStr implDaniel Micay-1/+0
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-18Made from_str pureJesse Jones-1/+1
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-1/+1
2012-09-20core: Mark three more trivial mods as demodedBrian Anderson-0/+4
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-0/+2
2012-09-03libcore: Add missing from_str.rsPatrick Walton-0/+3
2012-09-03core: Add missing from_str.rsBrian Anderson-0/+3