about summary refs log tree commit diff
path: root/src/libextra/flate.rs
AgeCommit message (Collapse)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+4
2013-08-07extra: add `internal` to {de,in}flate_bytes_ naming to address nitdarkf-6/+6
2013-08-07add extra::flate::deflate_bytes_zlib and a testdarkf-2/+19
2013-08-07add inflate_bytes_zlib to exra::flatedarkf-2/+11
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-10/+10
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-3/+3
Change the former repetition:: for 5.times { } to:: do 5.times { } .times() cannot be broken with `break` or `return` anymore; for those cases, use a numerical range loop instead.
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-7/+7
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-11/+11
Place `pub` or `priv` on individual items instead.
2013-07-17librustc: Remove the `Copy` bound from the language.Patrick Walton-1/+0
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-2/+2
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-5/+5
2013-06-30auto merge of #7468 : cmr/rust/great_renaming, r=pcwaltonbors-7/+6
2013-06-29Removing a lot of usage of '&const'Alex Crichton-4/+4
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-7/+6
2013-06-09remove unused import warningsHuon Wilson-2/+1
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+2
2013-05-23cleanup warnings from libextraErick Tryzelaar-26/+29
2013-05-22libsyntax: Fix more merge fallout.Patrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-2/+2
to libextra
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+107
This only changes the directory names; it does not change the "real" metadata names.