about summary refs log tree commit diff
path: root/src/libflate
AgeCommit message (Expand)AuthorLines
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-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-18/+18
2014-06-28Rename all raw pointers as necessaryAlex Crichton-18/+18
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-2/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+0
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-4/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20Remove Rng.choose(), rename Rng.choose_option() to .choose()Kevin Ballard-1/+1
2014-05-16flate: add documentationCorey Richardson-20/+26
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-2/+2
2014-04-08Made libflate functions return Options instead of outright failingTobba-14/+20
2014-04-04Fix fallout from std::libc separationCorey Richardson-4/+5
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-4/+6
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15Test fixes and rebase conflictsAlex Crichton-0/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-3/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+3
2014-02-24flate: return CVec<u8> rather than copying into a new vector.Huon Wilson-23/+18
2014-01-30Remove Times traitBrendan Zabarauskas-6/+6
2014-01-26Move extra::flate to libflateAlex Crichton-0/+133