about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-2/+2
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-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
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-14/+18
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-14/+18
2014-12-21Fallout of std::str stabilizationAlex Crichton-98/+99
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-16/+7
2014-12-18enumset falloutAlexis Beingessner-62/+6
2014-12-18s/Tree/BTreeAlexis Beingessner-24/+24
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-26/+28
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-8/+9
2014-12-17rollup merge of #19764: lifthrasiir/that-stray-nulAlex Crichton-26/+28
2014-12-15serialize: Change some FnOnce bounds to FnMutAlex Crichton-8/+9
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-261/+304
2014-12-12serialize: Avoid stray nul characters when auto-serializing char.Kang Seonghoon-26/+28
2014-12-11Register new snapshotsAlex Crichton-7/+7
2014-12-09serialize: base64: remove some .as_bytes() from the testsArcterus-6/+6
2014-12-09serialize: base64: improve newline handling speedArcterus-15/+13
2014-12-09serialize: base64: allow LF in addition to CRLF and optimize slightlyArcterus-30/+64
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/+12
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-63/+63
2014-12-06libserialize: remove unnecessary `as_slice()` callsJorge Aparicio-38/+30
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
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-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-83/+75
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2