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
/
librustc_unicode
Age
Commit message (
Expand
)
Author
Lines
2015-11-25
Rollup merge of #30013 - steveklabnik:doc_char, r=brson
Manish Goregaokar
-3
/
+8
2015-11-24
Fix up docs for char
Steve Klabnik
-3
/
+8
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-4
/
+7
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-12
librustc_unicode: deny warnings in doctests
Kevin Butler
-1
/
+2
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-10-26
rustfmt librustc_unicode
Corentin Henry
-48
/
+94
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+0
2015-10-06
Write a bunch of docs for char
Steve Klabnik
-75
/
+392
2015-08-23
Refactor low-level UTF-16 decoding.
Simon Sapin
-39
/
+138
2015-08-16
rustdoc: Added issue_tracker_base_url annotations to crates
Martin Wernstål
-0
/
+1
2015-08-16
Auto merge of #27853 - seckar:master, r=steveklabnik
bors
-1
/
+1
2015-08-15
Fix typo in doc string.
Nicholas Seckar
-1
/
+1
2015-08-15
rustc_unicode: Add issues for unstable features
Alex Crichton
-5
/
+9
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-5111
/
+1338
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-5
/
+0
2015-08-11
rollup merge of #27622: eefriedman/https-url
Alex Crichton
-3
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-5
/
+0
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-12
/
+10
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-4
/
+4
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-5
/
+10
2015-07-23
wtf8, char: Replace uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+1
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-4
/
+5
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-1
/
+1
2015-06-24
Remove char::to_titlecase. Fix #26555
Simon Sapin
-553
/
+0
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-3
/
+9
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-5
/
+11
2015-06-13
Rollup merge of #26260 - tshepang:improve-example, r=steveklabnik
Manish Goregaokar
-10
/
+4
2015-06-13
doc: 'c' feels more suitable than 'i' for representing characters
Tshepang Lekhonkhobe
-2
/
+2
2015-06-12
doc: improve escape_unicode example
Tshepang Lekhonkhobe
-9
/
+3
2015-06-12
doc: add examples for to_uppercase and to_lowercase
Tshepang Lekhonkhobe
-0
/
+12
2015-06-11
Rollup merge of #26195 - tshepang:patch-1, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-06-11
Auto merge of #26154 - pmarcelll:master, r=Gankro
bors
-0
/
+8
2015-06-11
doc: typo fix
Tshepang Lekhonkhobe
-1
/
+1
2015-06-09
Add missing #[inline] to methods related to char.
marcell
-0
/
+8
2015-06-08
Address a review comment and fix a bootstrapping issue
Simon Sapin
-2
/
+2
2015-06-06
Mark str::to_uppercase and str::to_lowercase as stable.
Simon Sapin
-3
/
+3
2015-06-06
Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.
Simon Sapin
-0
/
+156
2015-06-06
Add char::to_titlecase
Simon Sapin
-0
/
+553
2015-06-06
Add complex (but unconditional) Unicode case mapping. Fix #25800
Simon Sapin
-660
/
+1077
2015-06-06
to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.
Simon Sapin
-516
/
+550
2015-05-19
doc: fix a broken link
parir
-1
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-30
Replaces instanced of 'an UTF' with 'a UTF'
Corey Farwell
-1
/
+1
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-6
/
+20
2015-04-21
unstabilize Words struct
kwantam
-1
/
+2
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-18
optimize Unicode tables
kwantam
-894
/
+648
[prev]
[next]