summary refs log tree commit diff
path: root/src/libcore/flate.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Remove comment that is now falseTim Chevalier-2/+2
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
2012-09-27Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583.Graydon Hoare-4/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20core: Indicate that flate is demodedBrian Anderson-0/+4
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-0/+6
2012-09-15libcore: rename *flate_buf to *flate_bytes (#3444)Erick Tryzelaar-7/+7
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-2/+2
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-2/+2
2012-09-04libcore: "import" -> "use"Patrick Walton-1/+1
2012-09-02Silence non-implicitly-copyable-typarams in coretestBrian Anderson-0/+1
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-0/+78