index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
memory_region.h
Age
Commit message (
Expand
)
Author
Lines
2011-12-14
export upcall_clone_type_desc
Niko Matsakis
-1
/
+1
2011-12-12
fix track alloc code
Niko Matsakis
-1
/
+0
2011-11-08
rewrite so that memory allocations have 0 overhead by default
Niko Matsakis
-2
/
+15
2011-11-08
Correct the arithmetic on 64-bit builds.
Niko Matsakis
-1
/
+1
2011-09-11
Remove hack_allow_leaks
Brian Anderson
-5
/
+0
2011-09-06
rt: Implement poison-on-free, for debugging memory issues
Patrick Walton
-1
/
+3
2011-08-15
Fixed memory accounting and task stack creation bugs.
Eric Holk
-1
/
+4
2011-08-08
rt: Align mallocs to 16 byte boundaries
Patrick Walton
-0
/
+1
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-7
/
+18
2011-07-20
Add a huge hack to allow the test runner to continue if a single task leaks
Brian Anderson
-0
/
+5
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-07-07
Work on debugging race conditions.
Eric Holk
-0
/
+3
2011-07-07
Removing the synchronized memory region from tasks.
Eric Holk
-3
/
+0
2011-06-27
A little tidying in rt.
Graydon Hoare
-1
/
+1
2010-11-30
Make the ugly detailed leak-spray on rustc failures optional.
Graydon Hoare
-0
/
+1
2010-09-08
Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...
Graydon Hoare
-2
/
+13
2010-09-07
Added "new" inline operators to memory regions.
Michael Bebenita
-0
/
+8
2010-08-17
Lots of changes around memory managment in the Runtime. Added memory regions ...
Michael Bebenita
-0
/
+37