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-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
2014-11-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-06
rollup merge of #18705 : fabricedesre/patch-1
Alex Crichton
-1
/
+1
2014-11-06
Fix a couple of build warnings
Fabrice Desré
-1
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-12
/
+12
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4151
/
+4164
2014-11-03
unicode: Fix fallout of changing `#[deriving(Clone)]`
Jorge Aparicio
-1
/
+0
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-27
DSTify [T]/str extension traits
Jorge Aparicio
-15
/
+16
2014-10-14
auto merge of #17966 : frewsxcv/rust/master, r=nikomatsakis
bors
-1
/
+3
2014-10-13
Include the Unicode version used to generate `src/libunicode/tables.rs`.
Simon Sapin
-0
/
+5
[next]