| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | fix arm stack alignment | Jyun-Yan You | -2/+4 | |
| 2013-05-07 | preliminary Linux ARM support | Jyun-Yan You | -0/+8 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -9/+2 | |
| 2013-04-10 | add unwind information on morestack | ILyoan | -14/+19 | |
| 2013-04-10 | rust morestack assembly for arm | ILyoan | -42/+60 | |
| Conflicts: src/rt/arch/arm/morestack.S | ||||
| 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 | -8/+27 | |
| Closes #5643 This also removes the need to pass noexecstack to gcc, but that wasn't actually working anymore. | ||||
| 2013-03-25 | auto merge of #5424 : luqmana/rust/inline-rt, r=brson | bors | -0/+29 | |
| As per #2521. Inlining seems to improve performance slightly: Inlined Not Inlined x86: 13.5482 14.4112 x86_64: 17.4712 18.0696 (Average of 5 runs timed with `time`) ```Rust fn foo() -> int { int::from_str(~"28098").unwrap() } fn main() { for 1000000.times { foo(); foo(); foo(); foo(); foo(); } } ``` All run on: Linux 3.2.0-0.bpo.4-amd64 #1 SMP Debian 3.2.35-2~bpo60+1 x86_64 GNU/Linux The MIPS and ARM bits I didn't inline since I'm not as familiar with them and I also can't test them. All green on try. | ||||
| 2013-03-19 | Rewrite arm/ccall.s | ILyoan | -15/+10 | |
| 2013-03-17 | rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64. | Luqman Aden | -0/+29 | |
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -0/+8 | |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+7 | |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -0/+273 | |
| Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs | ||||
