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.h
Age
Commit message (
Expand
)
Author
Lines
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-0
/
+3
2012-03-21
rt: Add a task field to stk_seg and populate it
Brian Anderson
-0
/
+1
2012-03-05
rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED
Brian Anderson
-1
/
+1
2012-02-27
rt: Don't zero new stacks
Brian Anderson
-28
/
+5
2012-02-17
rt: Make the stack canary just a word on the stk_seg struct
Brian Anderson
-7
/
+3
2012-02-10
rt: Add docs to stack functions
Brian Anderson
-0
/
+6
2012-02-10
rt: Call register/deregister_valgrind_stack from the stack con/destructors
Brian Anderson
-7
/
+9
2012-02-10
rt: Extract prepare_valgrind_stack from register_valgrind_stack
Brian Anderson
-0
/
+3
2012-02-10
rt: Rename config_valgrind_stack to register_valgrind_stack, etc
Brian Anderson
-2
/
+2
2012-02-10
rt: Account for the size of stack_canary in create_stack
Brian Anderson
-1
/
+7
2012-02-10
rt: Move the addition of the stack canary into create_stack
Brian Anderson
-3
/
+4
2012-02-09
rt: Move more setup code into create_stack
Brian Anderson
-1
/
+4
2012-02-09
rt: Add constructors and destructors for stacks
Brian Anderson
-0
/
+18
2012-02-09
rt: Begin moving stack-building functions to rust_stack.cpp
Brian Anderson
-0
/
+23