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-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
2014-12-13
Deprecate more in-tree libs for crates.io
Alex Crichton
-1
/
+1
2014-12-13
libregex: use unboxed closures
Jorge Aparicio
-2
/
+3
2014-12-13
libregex: fix fallout in doc tests
Jorge Aparicio
-1
/
+2
2014-12-13
libregex: impl Replacer for FnMut(&Captures) -> String implementors
Jorge Aparicio
-2
/
+2
2014-12-13
libregex: fix fallout
Jorge Aparicio
-2
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+12
2014-12-06
libregex: remove unnecessary `as_slice` calls
Jorge Aparicio
-9
/
+9
2014-11-27
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
bors
-1
/
+0
2014-11-26
rollup merge of #19287: alexcrichton/issue-19272
Alex Crichton
-3
/
+3
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-8
/
+8
2014-11-24
std: Export BinarySearchResult
Alex Crichton
-3
/
+3
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-1
/
+1
2014-11-18
rollup merge of #19038: jayelm/fixed-typos
Jakub Bukaj
-1
/
+1
2014-11-17
Fix several typos in comments
jmu303
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+14
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+0
2014-11-12
Register new snapshots
Alex Crichton
-10
/
+0
2014-11-06
rollup merge of #18695 : steveklabnik/gh17023
Alex Crichton
-1
/
+2
[next]