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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
Age
Commit message (
Expand
)
Author
Lines
2012-01-06
rt: Reduce mac red zone to 6K
Brian Anderson
-2
/
+2
2012-01-06
rt: Fail the scheduler immediately on task failure in win32
Brian Anderson
-0
/
+2
2012-01-06
Make binding of fns with bounded type parameters work
Marijn Haverbeke
-0
/
+62
2012-01-06
add alignment to i386 for good measure, though we do not yet
Niko Matsakis
-1
/
+1
2012-01-06
fix alignment of registers structure
Niko Matsakis
-6
/
+3
2012-01-01
add missing library, enable segmented stacks for freebsd
Jyun-Yan You
-4
/
+6
2012-01-01
forgot to add parentheses
Jyun-Yan You
-1
/
+1
2012-01-01
freebsd support
User Jyyou
-22
/
+42
2011-12-29
Save and restore xmm regs across the call to UPCALL_NEW_STACK during __morest...
Graydon Hoare
-1
/
+30
2011-12-29
Remove obsolete comments.
Graydon Hoare
-4
/
+0
2011-12-28
Tidy up some drift in runtime logging, close #1380.
Graydon Hoare
-15
/
+23
2011-12-25
rt: Set the initial obstack size to 128 bytes
Brian Anderson
-5
/
+10
2011-12-22
Revert all of yesterday's snapshots and try again. Cursed!
Graydon Hoare
-3
/
+3
2011-12-20
Revert "wip"
Brian Anderson
-14
/
+1
2011-12-20
rt: Lock before using the random number generator
Brian Anderson
-5
/
+3
2011-12-20
wip
Brian Anderson
-1
/
+14
2011-12-20
rt: Remove rust_task::grow. Obsolete
Brian Anderson
-11
/
+0
2011-12-20
rt: Don't check the stack canary on most upcalls
Brian Anderson
-10
/
+4
2011-12-20
Revert "rt: Reduce the mac red zone to 2K"
Brian Anderson
-2
/
+2
2011-12-20
rt: Reduce the mac red zone to 2K
Brian Anderson
-2
/
+2
2011-12-20
rt: Reduce the linux red zone to 2K
Brian Anderson
-2
/
+2
2011-12-20
rt: Do fewer stack canary checks
Brian Anderson
-3
/
+5
2011-12-20
rt: Parenthesize the red zone macros
Brian Anderson
-5
/
+5
2011-12-20
rt: Add a canary value to the end of every stack
Brian Anderson
-4
/
+40
2011-12-20
rt: Run yet more task_start_wrapper cleanup on the C stack
Brian Anderson
-17
/
+33
2011-12-19
rt: Don't reuse stack segments when they are not big enough
Brian Anderson
-2
/
+3
2011-12-19
rt: Rename asm_call_on_stack to __morestack
Brian Anderson
-14
/
+30
2011-12-19
rt: Zero the bottom frame's return address and base pointer
Brian Anderson
-2
/
+10
2011-12-19
rt: Save and restore %rax/%eax in __morestack
Brian Anderson
-3
/
+9
2011-12-19
rt: Remove some unused stack from i386/morestack.S
Brian Anderson
-9
/
+9
2011-12-19
rt: Remove unused saves from __morestack
Brian Anderson
-10
/
+1
2011-12-19
rt: Give upcall_new_stack the same convention as other upcalls
Brian Anderson
-58
/
+33
2011-12-19
rt: Give upcall_del_stack the same convention as other upcalls
Brian Anderson
-24
/
+17
2011-12-18
rt: Get rid of the rethrow in upcall_fail
Brian Anderson
-12
/
+35
2011-12-18
rt: Create different stack-switching paths for upcalls and shims
Brian Anderson
-22
/
+34
2011-12-18
rt: Run the cycle collector on the C stack
Brian Anderson
-1
/
+3
2011-12-18
rt: Give each platform its own red zone definition
Brian Anderson
-3
/
+26
2011-12-18
rt: Trim the red zone to 20k on all platforms
Brian Anderson
-2
/
+2
2011-12-18
rt: Remove a bogus FIXME from ~rust_task
Brian Anderson
-3
/
+1
2011-12-18
rt: Add lots of documentation to __morestack
Brian Anderson
-42
/
+139
2011-12-18
Revert "rt: Turn on big stacks again. Unwinding still doesn't always succeed ...
Brian Anderson
-1
/
+1
2011-12-17
rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac
Brian Anderson
-1
/
+1
2011-12-17
rt: Get rid of the valgrind guard bytes at the end of the stack
Brian Anderson
-17
/
+2
2011-12-17
rt: Use a DWARF CFI scheme that works on mac in __morestack
Brian Anderson
-24
/
+6
2011-12-17
rt: Turn on stack alignment checks for mac
Brian Anderson
-2
/
+2
2011-12-17
rt: Cache an extra stack segment to avoid bad behavior at stack boundaries
Brian Anderson
-12
/
+80
2011-12-17
rt: Set the default stack size to 768 bytes. Double on each alloc
Brian Anderson
-11
/
+39
2011-12-16
rt: Make 32-bit morestack compatible with fastcc
Brian Anderson
-9
/
+18
2011-12-16
rt: Fix saved address of unwinding %rsp in __morestack
Brian Anderson
-1
/
+1
2011-12-16
rt: Fix alignment of the call to upcall_del_stack in __morestack
Brian Anderson
-2
/
+7
[prev]
[next]