about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
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-09Add Encodable and Decodable for VecMapColin Sherratt-1/+35
2014-11-06rollup merge of #18707 : japaric/moar-dstAlex Crichton-18/+25
2014-11-06DTSify libserialize traitsJorge Aparicio-18/+25
2014-11-06Fallout from collection conventionsAlexis Beingessner-9/+9
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+38
2014-11-03rollup merge of #18544 : whataloadofwhat/jsonAlex Crichton-17/+39
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+34
2014-11-02Change Json methods to &str and allow Indexingwhataloadofwhat-17/+39
2014-11-01Tuple deserialization should not failDan Burkert-7/+10
2014-11-01libserialize: tuple-arity should be provided to `Decoder::read_tuple`Dan Burkert-10/+41
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-11/+11
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-27alloc: Make deriving more friendly with ArcAlex Crichton-1/+1
2014-10-26Added Encodable and Decodable for Arc<T>.Colin Sherratt-0/+13
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-8/+0
2014-10-13Clean up rustc warnings.NODA, Kai-2/+2
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-8/+6
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09serialize: Convert statics to constantsAlex Crichton-8/+6
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
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