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
/
arch
Age
Commit message (
Expand
)
Author
Lines
2015-08-10
Remove morestack support
Alex Crichton
-842
/
+0
2015-07-13
Fix section of __morestack for aarch64-unknown-linux-gnu
Akos Kiss
-1
/
+5
2015-06-15
src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt
Steven Walter
-3
/
+2
2015-02-11
bitrig integration
Dave Huseby
-2
/
+2
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-0
/
+22
2015-01-11
powerpc: Fix extraneous include in rt support
Richo Healey
-2
/
+0
2015-01-11
powerpc: rough platform support
Richo Healey
-0
/
+24
2015-01-11
Fix: GNU AArch64 assembler does not like @plt symbol suffix
Akos Kiss
-2
/
+2
2015-01-09
iOS: preliminary 64-bit archs support
Valerii Hiora
-5
/
+21
2015-01-09
iOS: makefiles and runtime for new archs
Valerii Hiora
-0
/
+252
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-0
/
+36
2014-12-22
Removed unused context-switching assembly code.
Maya Nitu
-567
/
+0
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-2
/
+2
2014-06-24
Added Mipsel architecture support
Pawel Olzacki
-0
/
+171
2014-06-13
Cosmetic fixes & comments
Valerii Hiora
-1
/
+5
2014-06-12
Runtime support for arm on iOS
Valerii Hiora
-34
/
+74
2014-03-14
fix MIPS target
Jyun-Yan You
-25
/
+8
2014-02-13
Remove two allocations from spawning a green task
Alex Crichton
-0
/
+41
2013-11-18
rt: Namespace all C functions under rust_
Brian Anderson
-10
/
+10
2013-11-06
Fixes for compilation to iOS:
kud1ing
-2
/
+8
2013-10-22
Fix unwinding on OS X 10.9.
Mark Rowe
-3
/
+21
2013-10-19
Use __morestack to detect stack overflow
Alex Crichton
-1407
/
+56
2013-08-26
Support Win64 context switching
klutzy
-9
/
+75
2013-08-26
rt: Add {get,record}_sp_limit on Win64
klutzy
-0
/
+8
2013-08-26
rt: Remove leading underscore on Win64
klutzy
-3
/
+6
2013-08-22
Emit unwind info in rustrt assembly files on Windows.
Vadim Chugunov
-10
/
+10
2013-08-04
Add support for vanilla linux on arm.
Luqman Aden
-0
/
+14
2013-06-16
Partial fix for #7158: Save EDX in morestack on x86-32
Niko Matsakis
-0
/
+2
2013-06-06
Deduplicate words in code comments
Alexei Sholik
-4
/
+4
2013-05-22
fix arm stack alignment
Jyun-Yan You
-2
/
+4
2013-05-21
fix mips stack alignment
Jyun-Yan You
-2
/
+4
2013-05-17
auto merge of #6249 : crabtw/rust/arm, r=brson
bors
-0
/
+8
2013-05-09
improve MIPS backend and implement segmented stacks
Jyun-Yan You
-5
/
+101
2013-05-07
preliminary Linux ARM support
Jyun-Yan You
-0
/
+8
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-21
/
+3
2013-04-18
auto merge of #5418 : luqmana/rust/stack-float, r=brson
bors
-19
/
+3
2013-04-10
add unwind information on morestack
ILyoan
-14
/
+19
2013-04-10
rust morestack assembly for arm
ILyoan
-42
/
+60
2013-04-04
rt: improve mips backend
Jyun-Yan You
-11
/
+22
2013-04-01
rt/arch/arm: fix syntax used for noexec stack
Daniel Micay
-4
/
+4
2013-03-31
mark the assembly object stacks as non-executable
Daniel Micay
-19
/
+91
2013-03-25
auto merge of #5424 : luqmana/rust/inline-rt, r=brson
bors
-112
/
+200
2013-03-19
Rewrite arm/ccall.s
ILyoan
-15
/
+10
2013-03-18
rt: Inline get_sp_limit/set_sp_limit/get_sp for x86.
Luqman Aden
-63
/
+45
2013-03-17
rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.
Luqman Aden
-52
/
+158
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
-8
/
+18
2013-03-06
Merge remote-tracking branch 'brson/cross7'
Brian Anderson
-0
/
+8
2013-03-03
rt: fix some bugs for MIPS target
Jyun-Yan You
-2
/
+23
2013-03-03
rt: MIPS32 support
Jyun-Yan You
-0
/
+316
[next]