about summary refs log tree commit diff
path: root/src/libserialize/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-5/+0
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-0/+6
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+0
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-21/+0
2014-03-29Register new snapshotFlavio Percoco-21/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-8/+8
2014-03-27serialize: use ResultSean McArthur-0/+21
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-20Register new snapshotsAlex Crichton-6/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-1/+5
2014-02-24Move extra::json to libserializeAlex Crichton-2/+5
2014-02-20move extra::test to libtestLiigo Zhuang-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-0/+4
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-0/+33