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
Age
Commit message (
Expand
)
Author
Lines
2013-05-03
Change borrow debugging so it is disabled by -O
Niko Matsakis
-3
/
+0
2013-05-02
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-24
/
+114
2013-05-02
Convert most of rust_run_program.cpp to rust (issue #2674).
gareth
-186
/
+18
2013-05-02
Add error if RED_ZONE_SIZE doesn't get defined
James Miller
-0
/
+4
2013-05-01
add an option to debug borrows (RUST_DEBUG_BORROW) so you can
Niko Matsakis
-0
/
+33
2013-04-30
Merge remote-tracking branch 'brson/io'
Brian Anderson
-24
/
+114
2013-04-28
auto merge of #5646 : Aatch/rust/unwind-fix, r=brson
bors
-41
/
+7
2013-04-27
auto merge of #6081 : brson/rust/out-of-stack, r=thestinger
bors
-3
/
+3
2013-04-26
rt: Set the stack depth limit to 1GB. Abort on error.
Brian Anderson
-3
/
+3
2013-04-26
rt: use the [u]int[nn]_t types in the RNG.
Huon Wilson
-9
/
+14
2013-04-25
rt: abort doesn't take an argument
Brian Anderson
-1
/
+1
2013-04-25
rt: pull upstream ISAAC code for consistency between 32/64 bit platforms
Huon Wilson
-18
/
+23
2013-04-24
Remove FIXME #2699---I believe the calculation is correct. Fixes #2699.
Niko Matsakis
-1
/
+0
2013-04-24
Remove rust_unwind.h
James Miller
-41
/
+7
2013-04-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-24
/
+114
2013-04-23
Fix issue #5976 - HANDLE leaks and undefined/bad behavour
gareth
-14
/
+45
2013-04-23
Remove a stray new operator in rust_task.h
Alex Crichton
-6
/
+0
2013-04-22
core::rt: Add unwinding to newsched tasks
Brian Anderson
-3
/
+37
2013-04-21
core::rt: Add the local heap to newsched tasks
Brian Anderson
-6
/
+47
2013-04-21
rt: Don't make memory_region depend on rust_env
Brian Anderson
-14
/
+18
2013-04-21
auto merge of #5887 : jdm/rust/stackbounds, r=brson
bors
-0
/
+7
2013-04-21
rt: Make the C stack segment accessible to runtime users.
Josh Matthews
-0
/
+7
2013-04-20
core::rt: Use generated port numbers in tests
Brian Anderson
-1
/
+1
2013-04-20
rt: Add rust_dbg_next_port for generating test port numbers
Brian Anderson
-1
/
+12
2013-04-19
auto merge of #5962 : pcwalton/rust/shootout, r=pcwalton
bors
-10
/
+149
2013-04-19
core: Add rt::context for figuring out what runtime services are available
Brian Anderson
-0
/
+6
2013-04-19
rt: Remove dump_stacks
Patrick Walton
-3
/
+0
2013-04-19
librustc: WIP patch for using the return value.
Patrick Walton
-2
/
+1
2013-04-19
rt: Fix scalability problem with big stacks on 32 bit
Patrick Walton
-6
/
+131
2013-04-19
librustc: Implement fast-ffi and use it in various places
Patrick Walton
-2
/
+20
2013-04-18
auto merge of #5418 : luqmana/rust/stack-float, r=brson
bors
-19
/
+3
2013-04-18
sketch: Make rust sketch barf output prettier
Marti Raudsepp
-2
/
+2
2013-04-17
rustc: Use an out pointer to return structs in x86 C ABI. #5347
Brian Anderson
-21
/
+89
2013-04-15
rt: Move test functions to rust_test_helpers.cpp
Brian Anderson
-86
/
+105
2013-04-14
add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failure
Jyun-Yan You
-0
/
+11
2013-04-10
add unwind information on morestack
ILyoan
-14
/
+19
2013-04-10
rust morestack assembly for arm
ILyoan
-42
/
+60
2013-04-05
Fix various warnings, NOTEs, etc
Niko Matsakis
-1
/
+1
2013-04-04
fix mac build and comment on stack size check
Jyun-Yan You
-0
/
+3
2013-04-04
rt: improve mips backend
Jyun-Yan You
-11
/
+25
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 #5409 : brson/rust/rt, r=brson
bors
-15
/
+100
2013-03-25
Merge remote-tracking branch 'brson/rt'
Brian Anderson
-15
/
+100
2013-03-25
auto merge of #5424 : luqmana/rust/inline-rt, r=brson
bors
-124
/
+217
2013-03-21
rt: Increase C_STACK_SIZE to 2MB to get JIT/rusti working again (dlopen segfa...
Zack Corr
-1
/
+1
2013-03-19
Rewrite arm/ccall.s
ILyoan
-15
/
+10
2013-03-18
core: Initialize global state lazily in the Scheduler ctor
Brian Anderson
-4
/
+13
2013-03-18
Add a way to run the test suite with the new scheduler
Brian Anderson
-15
/
+34
2013-03-18
core: Simplify uvll bindings and strip out currently-unused bits
Brian Anderson
-0
/
+57
[prev]
[next]