about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2015-01-05register snapshotJorge Aparicio-21/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-17/+16
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-19/+19
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03serialize: fix falloutJorge Aparicio-0/+25
2015-01-03serialize: fix falloutJorge Aparicio-3/+5
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-4/+7
2015-01-02Disable the JSON doctests because they don't pass the new coherenceNiko Matsakis-3/+6
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-134/+147
2015-01-02More falloutNick Cameron-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-29rollup merge of #20279: dgiagio/libserialize_deprecated_fix1Alex Crichton-5/+5
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