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
/
libstd
/
sys
/
common
/
wtf8.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-01
std: Move sys_common to libstd/sys_common
Brian Anderson
-1180
/
+0
2016-09-28
[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...
tormol
-9
/
+12
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-3
/
+0
2016-07-29
Escape the unmatched surrogates with lower-case hexadecimal numbers
Tobias Bucher
-2
/
+2
2016-07-28
Rename `char::escape` to `char::escape_debug` and add tracking issue
Tobias Bucher
-3
/
+3
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-2
/
+2
2016-06-23
Use `len` instead of `size_hint` where appropiate
Tobias Bucher
-1
/
+1
2016-06-09
use the slice_pat hack in libstd too
Ariel Ben-Yehuda
-15
/
+6
2016-06-09
address review comments
Ariel Ben-Yehuda
-5
/
+5
2016-06-09
implement RFC495 semantics for slice patterns
Ariel Ben-Yehuda
-6
/
+15
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+4
2016-03-28
style: Use `iter` for IntoIterator parameter names
Kamal Marhubi
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-7
/
+7
2016-03-22
std: Change `encode_utf{8,16}` to return iterators
Alex Crichton
-19
/
+12
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-1
/
+1
2016-02-20
Add Capacity/length methods for OsString.
Corey Farwell
-0
/
+14
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-12
/
+10
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-10-24
Remove bare semicolons
Florian Hahn
-2
/
+2
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-2
/
+2
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-31
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-12
/
+6
2015-08-23
Refactor low-level UTF-16 decoding.
Simon Sapin
-6
/
+5
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-27
Fix escaping of characters in Debug for OsStr
diaphore
-15
/
+25
2015-07-23
wtf8, char: Replace uses of `mem::transmute` with more specific functions
Tobias Bucher
-12
/
+19
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-25
/
+1
2015-06-17
std: Remove two internal `str_internals` functions
Alex Crichton
-25
/
+0
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-6
/
+6
2015-04-30
Replaces instanced of 'an UTF' with 'a UTF'
Corey Farwell
-4
/
+4
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-27
/
+27
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-0
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-17
/
+17
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-17
/
+17
2015-03-26
Register new snapshots
Alex Crichton
-79
/
+0
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+79
2015-03-18
Register new snapshots
Alex Crichton
-12
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+12
2015-03-14
Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton
bors
-9
/
+9
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-9
/
+9
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-0
/
+4
[next]