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
/
re.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
regex: Remove in-tree version
Alex Crichton
-684
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-07
register new snapshots
Jorge Aparicio
-9
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+10
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-9
/
+9
2015-01-03
Remove deprecated functionality
Alex Crichton
-269
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-10
/
+10
2015-01-03
regex: fix fallout
Jorge Aparicio
-7
/
+21
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+7
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
-14
/
+14
2014-12-19
libregex: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-14
Modify `regex::Captures::{at,name}` to return `Option`
Eric Kidd
-25
/
+24
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-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+6
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-8
/
+8
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
-0
/
+3
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+0
2014-11-01
collections: Remove all collections traits
Alex Crichton
-5
/
+5
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-09
regex: Convert statics to constants
Alex Crichton
-1
/
+1
2014-09-24
auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon
bors
-3
/
+4
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-3
/
+4
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-3
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-11
/
+11
2014-07-17
deprecate Vec::get
Nick Cameron
-6
/
+6
2014-06-09
Use phase(plugin) in other crates
Keegan McAllister
-13
/
+13
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-03
Some minor documentation touchups for libregex. Fixes #13800.
Andrew Gallant
-12
/
+16
2014-05-29
auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...
bors
-2
/
+2
2014-05-28
Replace StrAllocating.into_owned() with .into_string()
Kevin Ballard
-2
/
+2
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-4
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-5
/
+5
2014-05-25
Change regex! macro to expand to a constexpr, allowing to put it in a static
Marvin Löbel
-34
/
+83
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-13
/
+13
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-14
libregex: Remove all uses of `~str` from `libregex`
Patrick Walton
-15
/
+20
[next]