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
/
vm.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
regex: Remove in-tree version
Alex Crichton
-582
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-9
/
+9
2014-12-19
libregex: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+4
2014-12-06
libregex: remove unnecessary `as_slice` calls
Jorge Aparicio
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-5
/
+5
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-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-13
core: Change the argument order on splitn and rsplitn for strs.
Brian Anderson
-1
/
+0
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-4
/
+5
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-07-17
deprecate Vec::get
Nick Cameron
-6
/
+6
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-1
/
+1
2014-04-30
regex: General style tweaks.
Huon Wilson
-18
/
+6
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+587