| Age | Commit message (Expand) | Author | Lines |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -198/+0 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -2/+0 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -2/+2 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -2/+2 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -0/+1 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -5/+0 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-10-20 | Use fast decompression in `deflate_bytes`. | Nicholas Nethercote | -3/+6 |
| 2016-10-20 | Remove `{in,de}flate_bytes_zlib`. | Nicholas Nethercote | -24/+6 |
| 2016-07-30 | Update gcc crate dependency to 0.3.27. | Timon Van Overveldt | -1/+1 |
| 2016-06-07 | run rustfmt on libflate folder | Srinivas Reddy Thatiparthy | -5/+5 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -11/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+2 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -1/+5 |
| 2016-02-11 | bootstrap: Add build scripts for crates | Alex Crichton | -0/+17 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+14 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+0 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand | Nick Cameron | -1/+1 |
| 2015-11-12 | libflate: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -0/+1 |
| 2015-10-10 | Update Libflate Formatting | Will Speak | -9/+12 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -3/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-16 | Improve error handling in libflate | Tobias Bucher | -24/+44 |
| 2015-03-12 | Rm unused feature | Manish Goregaokar | -1/+0 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -0/+1 |
| 2015-02-18 | Fallout: port libflate to new Unique API | Niko Matsakis | -4/+4 |
| 2015-02-11 | Add core::marker::PhantomData. | Felix S. Klock II | -2/+2 |
| 2015-02-06 | Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | bors | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -7/+7 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -1/+1 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+1 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -4/+4 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+4 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |