about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
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-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-14/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-5/+5
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02serialize: remove proxy impls for Gc<T>.Eduard Burtescu-13/+0
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-17/+19
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-26auto merge of #17504 : danburkert/rust/tuple-serialization, r=alexcrichtonbors-1/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-3/+3
2014-09-23use emit_tuple_arg while serializing tuplesDan Burkert-1/+1
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-11/+11
2014-09-19Add enum variants to the type namespaceNick Cameron-52/+53
2014-09-17rollup merge of #17276 : treeman/json-commaAlex Crichton-2/+10
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-15json: Properly handle trailing comma error in object decoding.Jonas Hietala-2/+10
2014-09-09Decoding json now defaults Option<_> to None.Jonas Hietala-1/+37
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-1/+0
2014-08-29Register new snapshotsAlex Crichton-1/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+3
2014-08-26Rebasing changesNick Cameron-1/+0
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-2/+3
2014-08-26Use the slice repr for ~[T]Nick Cameron-0/+1
2014-08-21Parameterize indent in PrettyEncoderAustin Bonander-18/+85
2014-08-20auto merge of #16621 : tshepang/rust/grammar, r=steveklabnikbors-1/+1
2014-08-20doc: grammar fixesTshepang Lekhonkhobe-1/+1
2014-08-19Don't fail if an object is keyed with a string and we're expecting a numberErick Tryzelaar-2/+24
2014-08-19serialize: add json bounds checks, support for u64s, and testsErick Tryzelaar-142/+266
2014-08-19serialize: add json::{Integer,Floating} to parse large integers properlyErick Tryzelaar-107/+200
2014-08-11Reenable ignored test and add run-pass test.Luqman Aden-1/+0
2014-08-10remove outdated commentChuck Ries-2/+0
2014-08-06Remove cast to char in libserialize::hexnham-5/+5
2014-08-06Use byte literals in libserializenham-10/+10
2014-07-31libserialize: add `error()` to `Decoder`Andrew Poelstra-0/+8
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-1296/+0
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-2/+118
2014-07-29serialize: fix a warningErick Tryzelaar-1/+1
2014-07-24Deprecated `str::raw::from_utf8_owned`Adolfo OchagavĂ­a-4/+4
2014-07-23Convert some push_back users to pushBrian Anderson-3/+3
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+4
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+4
2014-07-19Implement FromBase64 for &[u8].Simon Sapin-17/+29
2014-07-18Ignore one test.Luqman Aden-0/+1