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
/
arch
/
x86_64
Age
Commit message (
Expand
)
Author
Lines
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-5
/
+0
2013-04-18
auto merge of #5418 : luqmana/rust/stack-float, r=brson
bors
-19
/
+3
2013-03-31
mark the assembly object stacks as non-executable
Daniel Micay
-8
/
+27
2013-03-17
rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.
Luqman Aden
-52
/
+71
2013-03-17
rt: don't save and restore xmm/regs in __morestack.
Luqman Aden
-19
/
+3
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-4
/
+9
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-1
/
+0
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+20
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+30
2012-06-28
Remove FIXME question
Tim Chevalier
-2
/
+0
2012-06-21
Try removing code marked with "I don't think this is necessary"
Tim Chevalier
-6
/
+1
2012-06-07
rt: Remove check_stack_alignment
Brian Anderson
-10
/
+0
2012-04-04
rt: Add architecture-specific general-purpose register definitions
Patrick Walton
-0
/
+38
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-6
/
+2
2012-03-31
rt: Fix whitespace
Brian Anderson
-3
/
+3
2012-03-21
rt: Shave 16 bytes off the __morestack frame
Brian Anderson
-2
/
+2
2012-03-21
rt: Shave a few instructions off __morestack
Brian Anderson
-42
/
+31
2012-03-21
rt: Add a get_sp_limit function
Brian Anderson
-0
/
+18
2012-03-21
rt: Rename record_sp to record_sp_limit
Brian Anderson
-7
/
+7
2012-02-09
rt: Use rust_task_thread's C-stack pool for native calls
Brian Anderson
-6
/
+0
2012-02-09
rt: Rename call_shim_on_c_stack to call_and_change_stacks
Brian Anderson
-1
/
+1
2012-02-09
rt: Remove unused context functions
Brian Anderson
-14
/
+0
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
-7
/
+17
2011-12-29
Save and restore xmm regs across the call to UPCALL_NEW_STACK during __morest...
Graydon Hoare
-1
/
+27
2011-12-29
Remove obsolete comments.
Graydon Hoare
-1
/
+0
2011-12-19
rt: Rename asm_call_on_stack to __morestack
Brian Anderson
-6
/
+15
2011-12-19
rt: Zero the bottom frame's return address and base pointer
Brian Anderson
-1
/
+5
2011-12-19
rt: Save and restore %rax/%eax in __morestack
Brian Anderson
-3
/
+3
2011-12-19
rt: Remove unused saves from __morestack
Brian Anderson
-4
/
+1
2011-12-19
rt: Give upcall_new_stack the same convention as other upcalls
Brian Anderson
-17
/
+7
2011-12-19
rt: Give upcall_del_stack the same convention as other upcalls
Brian Anderson
-4
/
+2
2011-12-18
rt: Add lots of documentation to __morestack
Brian Anderson
-23
/
+23
2011-12-17
rt: Use a DWARF CFI scheme that works on mac in __morestack
Brian Anderson
-11
/
+3
2011-12-16
rt: Fix saved address of unwinding %rsp in __morestack
Brian Anderson
-1
/
+1
2011-12-16
rt: Insert stack alignment checks into upcalls
Brian Anderson
-0
/
+10
2011-12-12
rt: Remove some duplicated code from 64-bit __morestack
Brian Anderson
-12
/
+0
2011-12-12
rt: Make unwinding through __morestack work on mac
Brian Anderson
-3
/
+1
2011-12-12
rt: Write CFI instructions that (might) work on mac in __morestack
Brian Anderson
-0
/
+14
2011-12-11
rt: Make unwinding through __morestack work on mac
Brian Anderson
-12
/
+0
2011-12-11
rt: Write CFI instructions that (might) work on mac in __morestack
Brian Anderson
-4
/
+19
2011-12-11
rt: Add DWARF CFI info to asm_call_on_stack
Brian Anderson
-7
/
+27
2011-12-10
build: Use llvm-mc as our assembler
Brian Anderson
-4
/
+6
2011-12-06
rt: Various tweaks to make __morestack unwinding work on linux
Brian Anderson
-0
/
+11
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-5
/
+1
2011-12-05
rt: Use an out pointer for rust_new_stack
Brian Anderson
-1
/
+5
2011-12-02
rt: Fix __morestack prologue on x86_64 mac
Brian Anderson
-1
/
+1
2011-12-01
rt: Fix 64-bit linux __morestack
Brian Anderson
-2
/
+26
[next]