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_macros
Age
Commit message (
Expand
)
Author
Lines
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-12
/
+14
2014-06-09
Convert libraries to use #[plugin_registrar]
Keegan McAllister
-9
/
+8
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo Ochagavía
-1
/
+1
2014-06-04
Fixes #14185.
Andrew Gallant
-0
/
+9
2014-06-04
syntax: Make quasiquoter use absolute paths
klutzy
-1
/
+0
2014-06-02
syntax: Remove use of `pub use` globs
klutzy
-0
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-25
Change regex! macro to expand to a constexpr, allowing to put it in a static
Marvin Löbel
-9
/
+12
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-23
core: Finish stabilizing the `mem` module.
Alex Crichton
-2
/
+2
2014-05-22
auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw
bors
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+3
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-14
libregex: Remove all uses of `~str` from `libregex`
Patrick Walton
-6
/
+6
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-05-02
auto merge of #13879 : huonw/rust/more-re, r=alexcrichton
bors
-87
/
+37
2014-05-02
regex_macros: simplify using AstBuilder & the improved quoting.
Huon Wilson
-87
/
+37
2014-05-01
remove leftover obsolete string literals
Daniel Micay
-2
/
+2
2014-04-30
regex: General style tweaks.
Huon Wilson
-4
/
+2
2014-04-30
regex: remove the use of ~[] & some unnecessary ~'s.
Huon Wilson
-3
/
+3
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+684