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
/
libunicode
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Fallout from stabilization.
Aaron Turon
-4
/
+4
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
-11
/
+11
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
Apply explicit stabilities to unicode parts of CharExt.
Huon Wilson
-2
/
+24
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-13
/
+112
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-05
Remove deprecated functionality from `char`.
Huon Wilson
-3
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-168
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-03
unicode: fix fallout
Jorge Aparicio
-9
/
+20
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-31
unicode: unbox closures used in function arguments
Jorge Aparicio
-12
/
+15
2014-12-30
Fallout from stabilization
Aaron Turon
-25
/
+25
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
-12
/
+220
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-7
/
+7
2014-12-13
libunicode: use tuple indexing
Jorge Aparicio
-3
/
+2
2014-12-13
libunicode: fix fallout
Jorge Aparicio
-5
/
+7
2014-12-13
libunicode: fix fallout
Jorge Aparicio
-3
/
+3
2014-12-11
Register new snapshots
Alex Crichton
-6781
/
+7490
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-10
/
+14
2014-11-27
auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton
bors
-1
/
+0
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-16
/
+9
2014-11-26
/*! -> //!
Steve Klabnik
-16
/
+9
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-12
/
+12
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+2
2014-11-21
unicode: Remove unused `non_snake_case` allows.
Brian Anderson
-2
/
+0
2014-11-21
unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue
Brian Anderson
-0
/
+25
2014-11-21
unicode: Add stability attributes to u_char
Brian Anderson
-46
/
+72
2014-11-21
unicode: Convert UnicodeChar methods to by-value
Brian Anderson
-24
/
+26
2014-11-21
unicode: Rename UnicodeChar::is_digit to is_numeric
Brian Anderson
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
[next]