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
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
regex: Remove in-tree version
Alex Crichton
-4071
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-3
/
+4
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+4
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-63
/
+62
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-9
/
+0
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-63
/
+62
2015-01-07
register new snapshots
Jorge Aparicio
-9
/
+0
2015-01-07
Register new snapshots
Alex Crichton
-9
/
+0
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-15
/
+23
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-15
/
+23
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-41
/
+43
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-636
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-18
/
+18
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
regex: fix fallout
Jorge Aparicio
-7
/
+22
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-14
/
+14
2014-12-30
Fallout from stabilization
Aaron Turon
-14
/
+14
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+7
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+7
2014-12-29
rollup merge of #20306: alexcrichton/second-pass-string
Alex Crichton
-3
/
+3
2014-12-29
rollup merge of #20281: dgiagio/libregex_deprecated_fix1
Alex Crichton
-9
/
+10
2014-12-29
std: Second pass stabilization for `string`
Alex Crichton
-3
/
+3
2014-12-28
Fix deprecation warnings on libregex tests
Diego Giagio
-9
/
+10
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-2
/
+2
2014-12-26
Prevent Regex::new() from panicking when a non-AST item is repeated
Barosl Lee
-3
/
+5
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-2
/
+2
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-44
/
+41
2014-12-19
libregex: use `#[deriving(Copy)]`
Jorge Aparicio
-9
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-489
/
+491
2014-12-17
rollup merge of #19820: alexcrichton/deprecate-some-more-libs
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19818: emk/regex_at_name_opt
Alex Crichton
-27
/
+28
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-14
Modify `regex::Captures::{at,name}` to return `Option`
Eric Kidd
-27
/
+28
2014-12-13
libregex: use tuple indexing
Jorge Aparicio
-1
/
+1
[next]