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
/
libcore
/
char.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-24
Add unstable attribute to `char::from_u32_unchecked`
Tobias Bucher
-0
/
+1
2015-07-23
wtf8, char: Replace uses of `mem::transmute` with more specific functions
Tobias Bucher
-12
/
+15
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-1
/
+0
2015-06-17
std: Update stable since for `core::char`
Alex Crichton
-1
/
+3
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+7
2015-06-13
doc: make char::from_u32 example more brief
Tshepang Lekhonkhobe
-11
/
+2
2015-06-09
Add missing #[inline] to methods related to char.
marcell
-0
/
+4
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-07
std: Hide facade extension traits in docs
Alex Crichton
-0
/
+1
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-221
/
+4
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-21
/
+21
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-12
/
+15
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-6
/
+6
2015-02-15
Audit integer types in libunicode, libcore/(char, str) and libstd/ascii
Vadim Petrochenkov
-21
/
+21
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2015-02-02
Documenting libcore/char.rs
Steve Klabnik
-20
/
+174
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-46
/
+66
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-8
/
+8
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-38
/
+58
2015-01-23
grandfathered -> rust1
Brian Anderson
-18
/
+18
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-9
/
+9
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-9
/
+9
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-27
/
+33
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+2
2015-01-05
char: small tweak since `is_some` > equivalent `match`.
Huon Wilson
-4
/
+1
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-05
Mark the contents of `char` stable.
Huon Wilson
-21
/
+25
2015-01-05
Switch encode_utf* to by-value self.
Huon Wilson
-6
/
+6
2015-01-03
Remove deprecated functionality
Alex Crichton
-121
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-2
/
+6
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-1
/
+4
2014-12-17
rollup merge of #19885: alexcrichton/char-escape
Alex Crichton
-75
/
+68
2014-12-17
rollup merge of #19830: mchaput/patch-1
Alex Crichton
-1
/
+1
2014-12-16
std: Change escape_unicode to use new escapes
Alex Crichton
-75
/
+68
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-14
Fix mispelling in char.rs error message
mchaput
-1
/
+1
2014-12-13
libcore: use unboxed closures in the `char` module
Jorge Aparicio
-2
/
+3
2014-12-11
Register new snapshots
Alex Crichton
-6
/
+6
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-26
Update docstrings for UnicodeChar::is_digit => is_numeric rename
Simon Sapin
-3
/
+3
2014-11-21
core: Convert a 'failure' to 'panic' in docs
Brian Anderson
-2
/
+2
2014-11-21
core: Update docs for escape_unicode, escape_default
Brian Anderson
-3
/
+4
2014-11-21
core: Convert Char::escape_default, escape_unicode to iterators
Brian Anderson
-34
/
+95
2014-11-21
core: Convert Char methods to by-val self
Brian Anderson
-27
/
+27
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-56
/
+66
2014-11-21
core: Mark remaining Char methods unstable
Brian Anderson
-0
/
+16
2014-11-21
core: Deprecated remaining free functions in `char`
Brian Anderson
-0
/
+5
[next]