summary refs log tree commit diff
path: root/src/libstd/sys/common/wtf8.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-5/+5
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-1/+1
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-4/+3
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-3/+3
2015-02-20Register new snapshotsAlex Crichton-27/+0
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+5
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+3
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+28
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-1/+6
2015-02-13Add std::processAaron Turon-0/+21
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-55/+55
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02register snapshotsJorge Aparicio-11/+0
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+11
2015-01-24Add ffi::OsString and OsStrAaron Turon-0/+1212