aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Str.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-490/+0
| | | | This should be a snapshot transition.
* Introduce str_slice runtime functionBrian Anderson2011-05-111-7/+5
| | | | | | | This reduces the time to execute the new lib-str tests from 1:40ish to a few seconds and will eventually allow the full lib-sha1 test to run in a reasonable amount of time. XFAIL lib-str in stage0 - it will run very slowly until the next snapshot.
* stdlib: Remove Str.unsafe_from_mutable_bytes(). rustc now self-hosts 18 ↵Patrick Walton2011-05-101-9/+0
| | | | seconds faster.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-0/+501
(Have fun mergining your stuff with this.)