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
/
compile.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+2
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-3
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-09-24
auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon
bors
-1
/
+1
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-1
/
+1
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-1
/
+0
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-14
libregex: Remove all uses of `~str` from `libregex`
Patrick Walton
-4
/
+4
2014-04-30
regex: remove the use of ~[] & some unnecessary ~'s.
Huon Wilson
-26
/
+25
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+274