summary refs log tree commit diff
path: root/src/libstd/rt/local_heap.rs
AgeCommit message (Expand)AuthorLines
2014-03-21libstd: Add some methods to `Vec<T>`.Patrick Walton-1/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-23std: Remove unstable::langBrian Anderson-1/+18
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14Register new snapshotsAlex Crichton-3/+0
2014-02-13Don't allocate in LocalHeap::new()Alex Crichton-7/+8
2014-02-13Register new snapshotsAlex Crichton-74/+0
2014-02-07remove type descriptors from proc and @TDaniel Micay-0/+61
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-7/+5
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-0/+12
2014-01-07std: Fill in all missing importsAlex Crichton-0/+3
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-20/+20
2013-12-10librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.Patrick Walton-1/+2
2013-12-08Remove dead codesKiet Tran-0/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-9/+3
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-64/+238
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-1/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-2/+3
2013-10-11De-pub some private runtime componentsAlex Crichton-0/+11
2013-10-08rm useless fast_ffi attributesDaniel Micay-7/+0
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-3/+4
2013-08-23rt: Memory regions are never synchronized nowBrian Anderson-5/+2
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+5
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-2/+7
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-27/+4
2013-08-09std: Fix perf of local allocations in newschedBrian Anderson-7/+15
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+1
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-3/+3
2013-07-22std: add #[bench] benchmarks for global and local heaps.Graydon Hoare-0/+19
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-24std: Make box annihilator work with newschedBrian Anderson-1/+49
2013-06-24std: Rewrite vec_reserve_shared_actual in RustBrian Anderson-0/+9
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+80