about summary refs log tree commit diff
path: root/src/libflate
AgeCommit message (Expand)AuthorLines
2015-02-18Fallout: port libflate to new Unique APINiko Matsakis-4/+4
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-2/+2
2015-02-06Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonbors-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-7/+7
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-1/+1
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-02More deprecating of i/u suffixesAlfie John-4/+4
2015-01-30Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+4
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/+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