| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -1890/+0 | |
| A long time coming this commit removes the `flate` crate in favor of the `flate2` crate on crates.io. The functionality in `flate2` originally flowered out of `flate` itself and is additionally the namesake for the crate. This will leave a gap in the naming (there's not `flate` crate), which will likely cause a particle collapse of some form somewhere. | ||||
| 2016-05-22 | Fix misleading intentation errors on gcc 6.0 | Daniel Firth | -2/+8 | |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -0/+1884 | |
| Explicitly have the only C++ portion of the runtime be one file with exception handling. All other runtime files must now live in C and be fully defined in C. | ||||
