about summary refs log tree commit diff
path: root/src/libstd/sys/common/wtf8.rs
AgeCommit message (Expand)AuthorLines
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