about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2016-08-31Rollup merge of #36123 - nagisa:unignore-json-tests, r=alexcrichtonJonathan Turner-3/+0
2016-08-30Unignore the json tests on 32-bit platformsSimonas Kazlauskas-3/+0
2016-08-25Rename {uint,int} methods to {usize,isize}.Corey Farwell-16/+16
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+4
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+4
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-121/+121
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-4/+3
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-4/+4
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+12
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-1/+1
2016-01-26Fix warnings during testsAlex Crichton-1/+0
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-9/+7
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-4/+2
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-12libserialize: deny warnings in doctestsKevin Butler-4/+8
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-6/+3
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-3/+3
2015-09-08some more clippy-based improvementsAndre Bogus-54/+53
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-6/+6
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+2
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-1/+1
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-32/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-07-30Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichtonbors-0/+3
2015-07-29deprecate vecmapAlexis Beingessner-0/+3
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+0
2015-06-17std: Split the `std_misc` featureAlex Crichton-2/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-0/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+3
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-30fix documentation in libserializebenaryorg-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-06test: update tests for flt2dec fallouts.Kang Seonghoon-2/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-18/+10
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-18/+10
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-3/+3
2015-04-17Workaround deliberate overflowing negation in serialize::json.Felix S. Klock II-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-3/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-4/+2
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-33/+0