about summary refs log tree commit diff
path: root/src/libflate
AgeCommit message (Expand)AuthorLines
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06Register new snapshotsAlex Crichton-1/+0
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+2
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-12/+31
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-3/+3
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-3/+3
2014-12-26Require types to opt-in SyncFlavio Percoco-3/+6
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-12-06libflate: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26/*! -> //!Steve Klabnik-9/+5
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-18std: Stabilize std::fmtAlex Crichton-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-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