about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2014-12-21rollup merge of #19980: erickt/cleanup-serializeAlex Crichton-34/+9
2014-12-21rollup merge of #19974: vhbit/json-unicode-literalsAlex Crichton-3/+3
2014-12-19libserialize: use `#[deriving(Copy)]`Jorge Aparicio-6/+2
2014-12-18s/Tree/BTreeAlexis Beingessner-17/+17
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-21/+21
2014-12-18serialize: silence some warningsErick Tryzelaar-9/+9
2014-12-18serialize: keep libserialize in sync with rustc-serialize to simplify mergingErick Tryzelaar-28/+3
2014-12-18Fixed deprecation warnings on Unicode literalsValerii Hiora-3/+3
2014-12-17rollup merge of #19887: alexcrichton/serialize-fn-mutAlex Crichton-5/+6
2014-12-17rollup merge of #19764: lifthrasiir/that-stray-nulAlex Crichton-26/+28
2014-12-15serialize: Change some FnOnce bounds to FnMutAlex Crichton-5/+6
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-3/+3
2014-12-13libserialize: use unboxed closuresJorge Aparicio-1/+1
2014-12-13libserialize: use unboxed closuresJorge Aparicio-161/+196
2014-12-12serialize: Avoid stray nul characters when auto-serializing char.Kang Seonghoon-26/+28
2014-12-11Register new snapshotsAlex Crichton-6/+6
2014-12-09auto merge of #19249 : barosl/rust/json-type-safety, r=alexcrichtonbors-169/+169
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-12-08libserialize: Prefer into_string() to to_string() wherever possibleBarosl Lee-85/+85
2014-12-08libserialize: Code cleanupBarosl Lee-69/+65
2014-12-08libserialize: Always use a decimal point when emitting a float valueBarosl Lee-3/+4
2014-12-08libserialize: Do not coerce to integer when decoding a float valueBarosl Lee-4/+4
2014-12-08libserialize: Remove float preprocessing in serialize::json::EncoderBarosl Lee-21/+24
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