about summary refs log tree commit diff
path: root/src/libcore/flate.rs
AgeCommit message (Collapse)AuthorLines
2013-05-10Move flate from core to stdBrian Anderson-107/+0
2013-05-08libcore: Fix tests.Patrick Walton-2/+3
2013-04-30allover: numerous unused muts etcNiko Matsakis-7/+6
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-1/+1
Also, rename RandRes -> IsaacRng, and make the constructors static methods.
2013-04-20core: remove unused 'mut' variablesAlex Crichton-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-2/+2
2013-03-26Remove unused imports throughoutAlex Crichton-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-4/+4
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-0/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-9/+16
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-0/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-02-15libcore: Get rid of `move`.Luqman Aden-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719.
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-8/+8
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-2/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ↵Patrick Walton-0/+3
contain at least two components. r=graydon
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-11Remove comment that is now falseTim Chevalier-2/+2
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that.
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 ↵Graydon Hoare-0/+1
#[legacy_exports];
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