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
/
etc
/
unicode.py
Age
Commit message (
Expand
)
Author
Lines
2015-06-24
Remove char::to_titlecase. Fix #26555
Simon Sapin
-10
/
+0
2015-06-06
Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.
Simon Sapin
-1
/
+2
2015-06-06
Add char::to_titlecase
Simon Sapin
-15
/
+27
2015-06-06
Add complex (but unconditional) Unicode case mapping. Fix #25800
Simon Sapin
-10
/
+44
2015-06-06
to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.
Simon Sapin
-18
/
+18
2015-04-18
optimize Unicode tables
kwantam
-3
/
+8
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-4
/
+7
2015-04-13
Remove regex module from libunicode
Chris Wong
-44
/
+7
2015-04-06
use normative source for Grapheme class data
kwantam
-57
/
+23
2015-03-03
unicode: Properly parse ranges in UnicodeData.txt
Florian Zeitz
-12
/
+21
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-25
/
+24
2015-02-15
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
Vadim Petrochenkov
-5
/
+5
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-3
/
+1
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-5
/
+5
2014-12-13
Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`
Jorge Aparicio
-3
/
+2
2014-12-11
Register new snapshots
Alex Crichton
-14
/
+13
2014-12-05
Utilize fewer reexports
Corey Farwell
-7
/
+9
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-06
rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_statics
Alex Crichton
-1
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-5
/
+5
2014-11-05
rename deprecated non_uppercase_statics to non_upper_case_globals
thiagopnts
-1
/
+1
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-1
/
+1
2014-11-01
Replace deprecated missing_doc attribute.
Joseph Crail
-1
/
+1
2014-10-13
Include the Unicode version used to generate `src/libunicode/tables.rs`.
Simon Sapin
-0
/
+9
2014-10-09
unicode: Make statics legal
Alex Crichton
-4
/
+4
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-21
/
+25
2014-07-28
collections, unicode: Add support for NFC and NFKC
Florian Zeitz
-2
/
+33
2014-07-14
add Graphemes iterator; tidy unicode exports
kwantam
-5
/
+124
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-285
/
+351
2014-05-13
std: Rename str::Normalizations to str::Decompositions
Florian Zeitz
-6
/
+6
2014-05-13
core: Move Hangul decomposition into unicode.rs
Florian Zeitz
-19
/
+58
2014-05-13
std, core: Generate unicode.rs using unicode.py
Florian Zeitz
-55
/
+76
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-2
/
+2
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-03-13
Remove code duplication
Piotr Zolnierek
-27
/
+19
2014-03-13
Implement lower, upper case conversion for char
Piotr Zolnierek
-29
/
+74
2014-03-13
std::unicode: remove unused category tables
Piotr Zolnierek
-1
/
+4
2014-02-05
etc: add missing license boilerplates
Adrien Tétar
-1
/
+10
2013-11-27
Fix handling of upper/lowercase, and whitespace
Florian Zeitz
-10
/
+12
2013-11-27
Update unicode.py to reflect language changes
Florian Zeitz
-5
/
+5
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-0
/
+1
2013-08-21
Add canonical combining class to std::unicode
Florian Zeitz
-4
/
+53
2013-08-21
Add Unicode decomposition mappings to std::unicode
Florian Zeitz
-31
/
+99
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-0
/
+1
2013-06-30
Convert vec::{bsearch, bsearch_elem} to methods.
Huon Wilson
-2
/
+2
2013-06-30
etc: update etc/unicode.py for the changes made to std::unicode.
Huon Wilson
-10
/
+24
2013-05-02
Explain that the source code was generated by this script
kud1ing
-0
/
+4
[next]