about summary refs log tree commit diff
path: root/src/libstd/semver.rs
AgeCommit message (Expand)AuthorLines
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-49/+49
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-10/+10
2013-03-22std: replace uses of old deriving attribute with new oneAndrew Paseltiner-2/+2
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-1/+1
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-2/+2
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-5/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-58/+58
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-7/+7
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15rustpkg: Massage for landing.Graydon Hoare-126/+238
2013-02-15Move semver to std and finish rustpkgZack Corr-1/+1
2013-02-15Correct Zack Corr's email in AUTHORS.txtZack Corr-0/+283