about summary refs log tree commit diff
path: root/src/rt/miniz.c
AgeCommit message (Collapse)AuthorLines
2017-06-20Remove the in-tree `flate` crateAlex 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-22Fix misleading intentation errors on gcc 6.0Daniel Firth-2/+8
2013-11-18Move 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.