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
/
rust_stack.cpp
Age
Commit message (
Expand
)
Author
Lines
2013-04-19
rt: Fix scalability problem with big stacks on 32 bit
Patrick Walton
-0
/
+4
2013-02-14
rm the unused calloc wrapper from memory_region
Daniel Micay
-1
/
+1
2013-02-14
rm unused zero param in C++ exchange allocator
Daniel Micay
-1
/
+1
2013-02-06
Rewrite the exchange allocator to work without an active scheduler. #4457
Brian Anderson
-0
/
+19
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+1
2012-03-31
rt: Fix whitespace
Brian Anderson
-1
/
+1
2012-03-21
Every time you don't use a variable, a kitten scowls.
Graydon Hoare
-0
/
+1
2012-03-21
Quiet unused-result error harder.
Graydon Hoare
-1
/
+1
2012-03-21
Remove incorrect uses of NVALGRIND, Close #1435.
Graydon Hoare
-2
/
+0
2012-03-05
rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED
Brian Anderson
-3
/
+5
2012-02-27
rt: Don't zero new stacks
Brian Anderson
-0
/
+17
2012-02-17
rt: Make the stack canary just a word on the stk_seg struct
Brian Anderson
-6
/
+9
2012-02-10
rt: Extract prepare_valgrind_stack from register_valgrind_stack
Brian Anderson
-0
/
+4
2012-02-10
rt: Rename config_valgrind_stack to register_valgrind_stack, etc
Brian Anderson
-8
/
+2
2012-02-09
rt: Begin moving stack-building functions to rust_stack.cpp
Brian Anderson
-0
/
+42