summary refs log tree commit diff
path: root/src/libserialize/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+0
2015-01-07Register new snapshotsAlex Crichton-1/+0
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+1
2015-01-06Register new snapshotsAlex Crichton-28/+3
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-0/+6
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-0/+14
2015-01-03serialize: fix falloutJorge Aparicio-0/+1
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-1/+5
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-1/+5
2014-12-21Fallout of std::str stabilizationAlex Crichton-0/+1
2014-12-18enumset falloutAlexis Beingessner-0/+2
2014-12-13libserialize: use unboxed closuresJorge Aparicio-0/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-09serialize: base64: allow LF in addition to CRLF and optimize slightlyArcterus-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
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-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-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
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-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-08-29Register new snapshotsAlex Crichton-1/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+1
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-1/+0