about summary refs log tree commit diff
path: root/src/libstd/sys/common/wtf8.rs
AgeCommit message (Expand)AuthorLines
2016-11-01std: Move sys_common to libstd/sys_commonBrian 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-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-07-29Escape the unmatched surrogates with lower-case hexadecimal numbersTobias Bucher-2/+2
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-3/+3
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-2/+2
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-1/+1
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-15/+6
2016-06-09address review commentsAriel Ben-Yehuda-5/+5
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-6/+15
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+4
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-2/+2
2016-03-22try! -> ?Jorge Aparicio-7/+7
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-19/+12
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-1/+1
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+14
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-12/+10
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-10-24Remove bare semicolonsFlorian Hahn-2/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-31/+1
2015-09-08some more clippy-based improvementsAndre Bogus-12/+6
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-6/+5
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-15/+25
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+19
2015-06-17More test fixes and fallout of stability changesAlex Crichton-25/+1
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-25/+0
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-6/+6
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-4/+4
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2/+0
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-2/+0
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-27/+27
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-0/+1
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-17/+17
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-17/+17
2015-03-26Register new snapshotsAlex Crichton-79/+0
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+79
2015-03-18Register new snapshotsAlex Crichton-12/+0
2015-03-16impl<T> [T]Jorge Aparicio-0/+12
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-9/+9
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-9/+9
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-0/+4