summary refs log tree commit diff
path: root/src/libstd/rt/global_heap.rs
AgeCommit message (Expand)AuthorLines
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