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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libunicode
/
u_str.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-23
unstabilize Words struct
kwantam
-1
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-08
Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton
bors
-1
/
+1
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-1
/
+1
2015-04-06
use normative source for Grapheme class data
kwantam
-4
/
+4
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-10
/
+15
2015-03-18
Register new snapshots
Alex Crichton
-8
/
+1
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-1
/
+6
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
impl char
Jorge Aparicio
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-15
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
Vadim Petrochenkov
-15
/
+15
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-1
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-1
/
+1
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-2
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-1
/
+1
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-3
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-4
/
+4
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-6
/
+6
2015-01-03
unicode: fix fallout
Jorge Aparicio
-9
/
+19
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-30
Rebasing and reviewer changes
Nick Cameron
-1
/
+1
2014-12-25
Prepared most `StrExt` pattern using methods for stabilization
Marvin Löbel
-5
/
+4
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-1
/
+1
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+3
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-102
/
+9
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-8
/
+214
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-13
libunicode: fix fallout
Jorge Aparicio
-5
/
+6
2014-12-13
libunicode: fix fallout
Jorge Aparicio
-3
/
+3
2014-12-11
Register new snapshots
Alex Crichton
-2
/
+2
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-6
/
+4
[next]