summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-30fix documentation in libserializebenaryorg-1/+1
2015-05-06test: update tests for flt2dec fallouts.Kang Seonghoon-2/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-18/+10
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-18/+10
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+1
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-2/+2
2015-04-17Workaround deliberate overflowing negation in serialize::json.Felix S. Klock II-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-3/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-2/+2
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-1/+1
2015-03-31Stabilize std::numAaron Turon-0/+3
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-2/+2
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-95/+95
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-23/+0
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-2/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-98/+98
2015-03-26Register new snapshotsAlex Crichton-23/+0
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-2/+8
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-0/+1
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-16impl f{32,64}Jorge Aparicio-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-13/+16
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Accommodate arith-overflow in serialize::json numeric parsing.Felix S. Klock II-2/+2
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-2/+0
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-11/+11
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-8/+8
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-22/+22
2015-02-02More deprecating of i/u suffixesAlfie John-22/+22
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-7/+7
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-2/+2
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