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
/
libunicode
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-13
Remove regex module from libunicode
Chris Wong
-3
/
+0
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-16
impl char
Jorge Aparicio
-0
/
+1
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-30
/
+1
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-02-17
Register new snapshots
Alex Crichton
-13
/
+0
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-15
Rollup merge of #22339 - petrochenkov:int, r=huonw
Manish Goregaokar
-1
/
+0
2015-02-15
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
Vadim Petrochenkov
-1
/
+0
2015-02-14
Auto merge of #22114 - alexcrichton:issue-22084, r=steveklabnik
bors
-0
/
+1
2015-02-12
Fixed a tiny typo in the documentation of std::char.
Mátyás Mustoha
-1
/
+1
2015-02-09
std: Display primitive documentation for char
Alex Crichton
-0
/
+1
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+3
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-3
/
+4
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-0
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-2
/
+2
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-5
/
+5
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
-7
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
unicode: fix fallout
Jorge Aparicio
-0
/
+1
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-4
/
+6
2014-12-13
libunicode: fix fallout
Jorge Aparicio
-0
/
+1
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-10-13
Include the Unicode version used to generate `src/libunicode/tables.rs`.
Simon Sapin
-0
/
+1
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-07-28
collections, unicode: Add support for NFC and NFKC
Florian Zeitz
-2
/
+2
2014-07-19
Register new snapshots
Alex Crichton
-1
/
+0
2014-07-14
add Graphemes iterator; tidy unicode exports
kwantam
-7
/
+14
2014-07-11
unicode: Remove crate_id attr
Brian Anderson
-1
/
+0
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+77