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
/
test
/
bench
/
shootout-regex-dna.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
regex: Remove in-tree version
Alex Crichton
-126
/
+0
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-2
/
+0
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+4
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-1
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-08-18
regex: Enable test on Windows
klutzy
-2
/
+0
2014-08-12
Replace "ignore-win32" in tests with "ignore-windows"
Vadim Chugunov
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-2
/
+2
2014-06-11
sync: Move underneath libstd
Alex Crichton
-4
/
+3
2014-06-09
Use phase(plugin) in tests
Keegan McAllister
-1
/
+1
2014-06-07
relicense shootout-regex-dna.rs
Guillaume Pinot
-8
/
+38
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-04-25
Ignore regex tests (regular, cfail and benchmark) on Windows (for now).
Andrew Gallant
-0
/
+2
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+94