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
/
u_char.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Improvements to feature staging
Brian Anderson
-10
/
+10
2015-01-05
Apply explicit stabilities to unicode parts of CharExt.
Huon Wilson
-2
/
+24
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-4
/
+103
2015-01-03
Remove deprecated functionality
Alex Crichton
-161
/
+0
2014-11-26
/*! -> //!
Steve Klabnik
-6
/
+4
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
-39
/
+64
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-10-11
Link to Unicode SpecialCasing.txt document
Corey Farwell
-1
/
+3
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-5
/
+5
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-2
/
+2
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-4
/
+4
2014-08-23
libunicode: optimize char functions for ascii characters
Arpad Borsos
-10
/
+33
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+266