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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libregex
/
parse.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-09
regex: Convert statics to constants
Alex Crichton
-22
/
+37
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-5
/
+5
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-13
/
+13
2014-09-16
Fallout from renaming
Aaron Turon
-3
/
+3
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-3
/
+3
2014-08-13
core: Change the argument order on splitn and rsplitn for strs.
Brian Anderson
-4
/
+5
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-1
/
+1
2014-07-17
deprecate Vec::get
Nick Cameron
-5
/
+5
2014-07-15
Fix errors
Adolfo OchagavĂa
-1
/
+0
2014-07-15
Deprecate `str::from_chars`
Adolfo OchagavĂa
-2
/
+2
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+1062
2014-05-17
syntax: Tighten search paths for inner modules
Alex Crichton
-1030
/
+0
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
-17
/
+17
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-10
/
+10
2014-04-30
librustc: Remove `~"string"` and `&"string"` from the language
Patrick Walton
-2
/
+4
2014-04-30
regex: remove the use of ~[] & some unnecessary ~'s.
Huon Wilson
-58
/
+58
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+1028