summary refs log tree commit diff
path: root/src/libserialize/lib.rs
AgeCommit message (Expand)AuthorLines
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+0
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-0/+1
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-1/+0
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-1/+0
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-1/+2
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
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-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-1/+1
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-1/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-19std: Stablize io::ErrorKindAlex Crichton-1/+0
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-1/+1
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-5/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+0
2015-01-23serialize: Remove base64 supportAlex Crichton-1/+0
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+8
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+2
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Register new snapshots.Eduard Burtescu-1/+0
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-1/+2