about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2014-12-29rollup merge of #20182: brianloveswords/patch-2Alex Crichton-1/+1
2014-12-28Fix deprecation warnings on libserialize testsDiego Giagio-5/+5
2014-12-23Update json.rsBrian J Brennan-1/+1
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-4/+5
2014-12-22rollup merge of #20089: rolftimmermans/json-control-chars-escapeAlex Crichton-3/+34
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-13/+13
2014-12-22Remove unnecessary deref().Rolf Timmermans-1/+1
2014-12-22Avoid allocations.Rolf Timmermans-8/+35
2014-12-22Escape control characters in JSON output.Rolf Timmermans-8/+12
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-13/+13
2014-12-21Fallout of std::str stabilizationAlex Crichton-96/+96
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