index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libregex
/
re.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-09
Use phase(plugin) in other crates
Keegan McAllister
-13
/
+13
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-03
Some minor documentation touchups for libregex. Fixes #13800.
Andrew Gallant
-12
/
+16
2014-05-29
auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...
bors
-2
/
+2
2014-05-28
Replace StrAllocating.into_owned() with .into_string()
Kevin Ballard
-2
/
+2
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-4
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-5
/
+5
2014-05-25
Change regex! macro to expand to a constexpr, allowing to put it in a static
Marvin Löbel
-34
/
+83
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-13
/
+13
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-14
libregex: Remove all uses of `~str` from `libregex`
Patrick Walton
-15
/
+20
2014-04-30
regex: General style tweaks.
Huon Wilson
-5
/
+4
2014-04-30
regex: remove the use of ~[] & some unnecessary ~'s.
Huon Wilson
-1
/
+1
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+870