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
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
2014-10-11
Link to Unicode SpecialCasing.txt document
Corey Farwell
-1
/
+3
2014-10-10
auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton
bors
-111
/
+112
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-10-09
unicode: Make statics legal
Alex Crichton
-111
/
+112
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
-5
/
+5
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-2
/
+2
2014-08-26
Rebasing changes
Nick Cameron
-3
/
+6
2014-08-23
libunicode: optimize char functions for ascii characters
Arpad Borsos
-10
/
+33
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-2
/
+2
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-22
/
+27
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-6
/
+6
2014-08-08
Register new snapshot 12e0f72
Niko Matsakis
-3
/
+0
2014-07-28
collections, unicode: Add support for NFC and NFKC
Florian Zeitz
-5
/
+350
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-0
/
+1
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-19
Register new snapshots
Alex Crichton
-1
/
+0
2014-07-14
add Graphemes iterator; tidy unicode exports
kwantam
-21
/
+1186
2014-07-14
add UnicodeStrSlice width() function
kwantam
-2
/
+8
2014-07-11
unicode: Remove crate_id attr
Brian Anderson
-1
/
+0
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+7018
[prev]