about summary refs log tree commit diff
path: root/src/rt/memory_region.h
AgeCommit message (Expand)AuthorLines
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-107/+0
2013-08-23rt: Memory regions are never synchronized nowBrian Anderson-3/+1
2013-07-17rt: Print alloc backtraces for bad release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-0/+2
2013-04-21rt: Don't make memory_region depend on rust_envBrian Anderson-2/+3
2013-02-14rm the unused calloc wrapper from memory_regionDaniel Micay-2/+1
2012-12-15WhitespaceBrian Anderson-1/+1
2012-12-15Made a bunch more classes non-copyableJesse Jones-0/+5
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-21Comments only: annotate FIXMEsTim Chevalier-1/+1
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-0/+2
2012-04-01rt: rust_env is a structBrian Anderson-1/+1
2012-04-01remove rust_srvJon Morton-3/+3
2012-03-31rt: Fix whitespaceBrian Anderson-1/+0
2012-03-29rt: Track backtraces of all allocations with RUSTRT_TRACK_ALLOCATIONS=3Brian Anderson-0/+5
2012-03-05rt: Remove virtual methods from memory_region, rust_srvBrian Anderson-1/+1
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-4/+4
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-4/+4
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-4/+4
2011-12-14export upcall_clone_type_descNiko Matsakis-1/+1
2011-12-12fix track alloc codeNiko Matsakis-1/+0
2011-11-08rewrite so that memory allocations have 0 overhead by defaultNiko Matsakis-2/+15
2011-11-08Correct the arithmetic on 64-bit builds.Niko Matsakis-1/+1
2011-09-11Remove hack_allow_leaksBrian Anderson-5/+0
2011-09-06rt: Implement poison-on-free, for debugging memory issuesPatrick Walton-1/+3
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-1/+4
2011-08-08rt: Align mallocs to 16 byte boundariesPatrick Walton-0/+1
2011-07-21Lots of work on memory tracking and channels.Eric Holk-7/+18
2011-07-20Add a huge hack to allow the test runner to continue if a single task leaksBrian Anderson-0/+5
2011-07-13Fix compile-command lines in rt.Graydon Hoare-1/+1
2011-07-07Work on debugging race conditions.Eric Holk-0/+3
2011-07-07Removing the synchronized memory region from tasks.Eric Holk-3/+0
2011-06-27A little tidying in rt.Graydon Hoare-1/+1
2010-11-30Make the ugly detailed leak-spray on rustc failures optional.Graydon Hoare-0/+1
2010-09-08Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...Graydon Hoare-2/+13
2010-09-07Added "new" inline operators to memory regions.Michael Bebenita-0/+8
2010-08-17Lots of changes around memory managment in the Runtime. Added memory regions ...Michael Bebenita-0/+37