about summary refs log tree commit diff
path: root/src/libregex/parse/mod.rs
AgeCommit message (Expand)AuthorLines
2014-07-07Add libunicode; move unicode functions from corekwantam-1064/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-15Register new snapshotsAlex Crichton-12/+0
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-4/+5
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+12
2014-06-03Fixes #13843.Andrew Gallant-0/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-30/+60
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-0/+1030