summary refs log tree commit diff
path: root/src/libextra/arena.rs
AgeCommit message (Expand)AuthorLines
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-1/+0
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-22/+24
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-08-01extra: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-2/+3
2013-07-30implement pointer arithmetic with GEPDaniel Micay-4/+4
2013-07-22new snapshotDaniel Micay-24/+2
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-2/+2
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-11/+10
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-1/+2
2013-06-28librustc: Fix more merge fallout.Patrick Walton-5/+15
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-10/+8
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-25/+28
2013-06-24Changed Arena API to make it usable once more.Matthijs Hofstra-11/+11
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-2/+14
2013-06-23Remove rust_call_tydesc_gluePhilipp Brüschweiler-24/+8
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-11/+18
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-8/+8
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-10/+10
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+314