summary refs log tree commit diff
path: root/src/libstd/rt/global_heap.rs
AgeCommit message (Expand)AuthorLines
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14return value/use extra::test::black_box in benchmarkslpy-2/+2
2014-02-13Register new snapshotsAlex Crichton-29/+1
2014-02-07remove type descriptors from proc and @TDaniel Micay-2/+25
2014-01-22add new vector representation as a libraryDaniel Micay-1/+1
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-2/+2
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-14/+14
2014-01-17handle zero-size allocations correctlyDaniel Micay-12/+25
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-5/+4
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2014-01-06Remove some unnecessary type castsFlorian Hahn-1/+1
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-3/+3
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-4/+4
2013-11-22The original fixme #2699 was removed back in PR #6053.Felix S. Klock II-1/+0
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-7/+0
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-1/+1
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-1/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-3/+6
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-4/+4
2013-07-22std: add #[bench] benchmarks for global and local heaps.Graydon Hoare-0/+19
2013-07-22new snapshotDaniel Micay-21/+1
2013-07-15remove headers from unique vectorsDaniel Micay-8/+0
2013-07-09auto merge of #7265 : brson/rust/io-upstream, r=brsonbors-1/+11
2013-07-09remove the unused exchange_malloc `align` parameterDaniel Micay-2/+2
2013-07-08TidyBrian Anderson-1/+1
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-10/+5
2013-07-08remove headers from exchange allocationsDaniel Micay-3/+2
2013-07-08add a temporary vector_exchange_malloc lang itemDaniel Micay-0/+8
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-74/+99
2013-06-30pass exchange_malloc an alignment, not a tydescDaniel Micay-7/+2
2013-06-30global_heap: inline get_box_size and align_toDaniel Micay-0/+2
2013-06-30global_heap: inline malloc_raw and add realloc_rawDaniel Micay-1/+13
2013-06-30add a closure_exchange_malloc lang itemDaniel Micay-0/+14
2013-06-30stop initializing ref_count in exchange_allocDaniel Micay-1/+21
2013-06-30simplify the exchange allocatorDaniel Micay-53/+41
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-7/+3
2013-06-18std::rt: Improve the rtabort! macroBrian Anderson-2/+1
2013-06-17std: Rename `abort!` to `rtabort!` to match other macrosBrian Anderson-1/+1
2013-06-17std::rt: Check exchange count on exitBrian Anderson-6/+31
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+87