about summary refs log tree commit diff
path: root/src/libflate
AgeCommit message (Expand)AuthorLines
2017-06-20Remove the in-tree `flate` crateAlex Crichton-198/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-2/+0
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-2/+2
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-2/+2
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-0/+1
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-5/+0
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-10-20Use fast decompression in `deflate_bytes`.Nicholas Nethercote-3/+6
2016-10-20Remove `{in,de}flate_bytes_zlib`.Nicholas Nethercote-24/+6
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-1/+1
2016-06-07run rustfmt on libflate folderSrinivas Reddy Thatiparthy-5/+5
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-11/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-2/+2
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-1/+5
2016-02-11bootstrap: Add build scripts for cratesAlex Crichton-0/+17
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+14
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2015-12-21Register new snapshotsAlex Crichton-4/+0
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librandNick Cameron-1/+1
2015-11-12libflate: deny warnings in doctestsKevin Butler-1/+2
2015-11-09std: Migrate to the new libcAlex Crichton-0/+1
2015-10-10Update Libflate FormattingWill Speak-9/+12
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-3/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-16Improve error handling in libflateTobias Bucher-24/+44
2015-03-12Rm unused featureManish Goregaokar-1/+0
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-0/+1
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