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
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-5
/
+5
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-5
/
+5
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-5
/
+5
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-1
/
+1
2014-09-24
auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon
bors
-4
/
+5
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-4
/
+5
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-4
/
+1
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-6
/
+6
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-27
/
+27
2014-09-16
Fallout from renaming
Aaron Turon
-7
/
+7
2014-09-04
auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...
bors
-5
/
+5
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-5
/
+5
2014-09-01
Updated to new extern crate syntax.
wickerwaka
-1
/
+1
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-18
regex: Enable test on Windows
klutzy
-2
/
+1
2014-08-13
core: Change the argument order on splitn and rsplitn for strs.
Brian Anderson
-5
/
+5
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-08-06
Use a byte literal in libregex
nham
-1
/
+1
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-1
/
+1
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+3
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+1
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-17
deprecate Vec::get
Nick Cameron
-17
/
+17
2014-07-15
Fix errors
Adolfo Ochagavía
-2
/
+0
2014-07-15
Deprecate `str::from_chars`
Adolfo Ochagavía
-2
/
+2
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-1
/
+1
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-10
auto merge of #15556 : alexcrichton/rust/snapshots, r=brson
bors
-2
/
+0
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-09
fix test failures
kwantam
-2
/
+2
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-5544
/
+11
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-1
/
+3
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-1
/
+1
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-15
Register new snapshots
Alex Crichton
-12
/
+0
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-4
/
+5
2014-06-13
auto merge of #14831 : alexcrichton/rust/format-intl, r=brson
bors
-0
/
+12
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+12
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-2
/
+2
2014-06-09
Use phase(plugin) in other crates
Keegan McAllister
-20
/
+20
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+1
2014-06-03
auto merge of #14635 : BurntSushi/rust/regex-doco-touchups, r=alexcrichton
bors
-19
/
+24
[next]