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
/
libcore
/
char.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-11-21
core: Add stability attributes to char::from_digit and from_u32
Brian Anderson
-0
/
+6
2014-11-21
core: Add Char::len_utf16
Brian Anderson
-0
/
+10
2014-11-21
core: Rename Char::len_utf8_bytes to Char::len_utf8
Brian Anderson
-0
/
+9
2014-11-21
core: Rename Char::is_digit_radix to is_digit
Brian Anderson
-0
/
+19
2014-11-21
char: Mark the MAX constant stable
Brian Anderson
-0
/
+1
2014-11-21
core: Mark Char trait experimental
Brian Anderson
-0
/
+2
2014-11-21
core: Add from_u32 to the Char trait
Brian Anderson
-0
/
+6
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-12
/
+12
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-13
Fix typo in char's from_digit error message
Stefan Bucur
-1
/
+1
2014-10-09
core: Convert statics to constants
Alex Crichton
-1
/
+1
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
-1
/
+1
2014-08-16
Optimized IR generation for UTF-8 and UTF-16 encoding
Marvin Löbel
-31
/
+36
2014-08-08
Register new snapshot 12e0f72
Niko Matsakis
-3
/
+0
2014-08-06
Char::from_digit signature fix
fort
-1
/
+1
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-1
/
+4
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-238
/
+3
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-202
/
+0
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-0
/
+1
[next]