about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+23
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-1/+0
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-2/+2
2015-03-16impl f{32,64}Jorge Aparicio-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-14/+17
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+5
2015-03-12Stabilize std::pathAaron Turon-1/+5
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+15
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-2/+2
2015-03-03Accommodate arith-overflow in serialize::json numeric parsing.Felix S. Klock II-2/+2
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-2/+0
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-20Register new snapshotsAlex Crichton-78/+0
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-7/+7
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-7/+7
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-11/+11
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-9/+9
2015-02-18Implement RFC 580Aaron Turon-9/+9
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+75
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-11/+11
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-8/+8
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-8/+8
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+3
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-2/+2
2015-02-05misc collections code cleanupAlexis-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-03Rename std::path to std::old_pathAaron Turon-9/+9
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-32/+32
2015-02-02More deprecating of i/u suffixesAlfie John-32/+32
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-13/+13
2015-01-30Test fixes and rebase conflictsAlex Crichton-5/+4
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-3/+3
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-2/+2
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-2/+2
2015-01-30std: Stabilize FromStr and parseAlex Crichton-4/+5