about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2014-12-06libserialize: remove unnecessary `to_string()` callsJorge Aparicio-50/+50
2014-12-06libserialize: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-177/+174
2014-11-26/*! -> //!Steve Klabnik-179/+176
2014-11-26Test fixes and rebase conflictsAlex Crichton-7/+5
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-2/+2
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-11-26Unpublicize reexports, unprefix JSON type aliasesCorey Farwell-91/+91
2014-11-23Clean up some logic/formatting in JSON moduleCorey Farwell-71/+63
2014-11-21auto merge of #19114 : frewsxcv/rust/master, r=bstriebors-127/+127
2014-11-19Fix some English spelling errorsCorey Farwell-4/+4
2014-11-19Rename json::List to json::ArrayCorey Farwell-127/+127
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-18implement Writer for Vec<u8>Daniel Micay-25/+17
2014-11-17Fallout from deprecationAaron Turon-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+11
2014-11-17Fix fallout from coercion removalNick Cameron-41/+41
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-5/+5
2014-11-16Move FromStr to core::strBrendan Zabarauskas-5/+5
2014-11-14serialize: Add ToJson impl for strTom Jakubowski-1/+6
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-3/+4
2014-11-12Register new snapshotsAlex Crichton-38/+0
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-1/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-1/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-06rollup merge of #18707 : japaric/moar-dstAlex Crichton-2/+2
2014-11-06DTSify libserialize traitsJorge Aparicio-2/+2
2014-11-06Fallout from collection conventionsAlexis Beingessner-5/+5
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+38
2014-11-03rollup merge of #18544 : whataloadofwhat/jsonAlex Crichton-17/+39
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+5
2014-11-02Change Json methods to &str and allow Indexingwhataloadofwhat-17/+39
2014-11-01Tuple deserialization should not failDan Burkert-7/+10
2014-11-01libserialize: tuple-arity should be provided to `Decoder::read_tuple`Dan Burkert-4/+30
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-10/+10
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-8/+0
2014-10-13Clean up rustc warnings.NODA, Kai-2/+2
2014-10-09serialize: Convert statics to constantsAlex Crichton-8/+6
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-5/+5
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-11/+13
2014-09-28Use the same JSON schema for encoding enums in PrettyEncoder as in EncoderBrian Koropoff-8/+16
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-3/+3
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-3/+3