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
2011-11-02
get things checking on ia32
Niko Matsakis
-47
/
+57
2011-11-02
enable intrinsics for multiple arch
Niko Matsakis
-17
/
+130
2011-11-02
start going back to an i386 build
Niko Matsakis
-36
/
+38
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-6
/
+23
2011-11-02
modify x64 assembly and so forth
Niko Matsakis
-112
/
+93
2011-11-02
do not preserve caller-saved registers
Niko Matsakis
-29
/
+29
2011-11-02
copy over x86-specific code
Niko Matsakis
-0
/
+233
2011-10-31
rt: Fix long lines
Patrick Walton
-6
/
+6
2011-10-31
rt: Have __morestack conform to the calling convention that LLVM generates on...
Patrick Walton
-9
/
+12
2011-10-31
Stub a __morestack implementation and stack segment allocation. Untested.
Patrick Walton
-1
/
+70
2011-10-26
Remove task::join_id
Brian Anderson
-27
/
+0
2011-10-24
fix c-stack-cdecl when used w/ i64
Niko Matsakis
-0
/
+5
2011-10-24
switch over sqrt from llvm to c-stack-cdecl, exposing a bug in
Niko Matsakis
-0
/
+5
2011-10-24
update intrinsics file
Niko Matsakis
-10
/
+9
2011-10-24
move sys fns into c-stack-cdecl and get_type_desc() into rusti
Niko Matsakis
-82
/
+85
2011-10-24
migrate leak
Niko Matsakis
-1
/
+1
2011-10-24
migrate debugging funcs
Niko Matsakis
-19
/
+11
2011-10-24
move rand functions into c-stack-cdecl mode
Niko Matsakis
-0
/
+10
2011-10-24
move fs routines to c-stack-stdlib
Niko Matsakis
-3
/
+3
2011-10-24
rip out unused task pointers
Niko Matsakis
-2
/
+2
2011-10-24
move comm functions out of rust abi
Niko Matsakis
-1
/
+0
2011-10-23
Fix an insane rt build error running 'make check -j3'
Austin Seipp
-3
/
+1
2011-10-22
Upgrade libuv to 179f475b2ad64729feb0422f06ce133cb364482a
Brian Anderson
-1777
/
+19397
2011-10-21
Get 'make tidy' to work rustllvm and rt again
Brian Anderson
-126
/
+126
2011-10-21
Cycle-collect objects
Brian Anderson
-2
/
+5
2011-10-21
add get_type_desc to list of exported funcs
Niko Matsakis
-0
/
+1
2011-10-21
add get_type_desc function to library
Niko Matsakis
-0
/
+5
2011-10-21
Free vectors during cc sweep
Brian Anderson
-3
/
+126
2011-10-21
Record the internal reference count of environment boxes. Closes #981
Brian Anderson
-19
/
+28
2011-10-20
Convert DPRINT to LOG in rust_cc.cpp and add more logging
Brian Anderson
-16
/
+18
2011-10-20
Remove the last vestiges of main.ll
Marijn Haverbeke
-56
/
+0
2011-10-20
Don't rely on main.ll anymore
Marijn Haverbeke
-14
/
+1
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-18
/
+17
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-88
/
+63
2011-10-20
Remove taskptr argument from upcalls
Marijn Haverbeke
-19
/
+23
2011-10-20
Remove spawn_wrap and main_wrap kludges
Marijn Haverbeke
-40
/
+9
2011-10-20
Use snap runtime, and the old main.o, for stage1
Marijn Haverbeke
-0
/
+43
2011-10-05
rt: Make C stack switching Valgrind-clean by warning Valgrind when we're abou...
Patrick Walton
-1
/
+12
2011-10-05
remove pthread_exit() from rust_start()
Niko Matsakis
-6
/
+0
2011-10-04
rt: Switch the AIO stuff to the C stack
Patrick Walton
-18
/
+16
2011-10-03
rt: Switch the libuv bindings over to not using explicit task pointers
Patrick Walton
-17
/
+27
2011-10-03
rt: Fix comment typo in rust_uv.cpp
Patrick Walton
-1
/
+1
2011-10-03
rt: Make the builtins no longer take an explicit task parameter
Patrick Walton
-60
/
+99
2011-09-30
rt: Omit leading underscore on symbol names on Linux
Patrick Walton
-0
/
+5
2011-09-29
rt: Fix assembler for C calls to work more like a regular function call
Patrick Walton
-5
/
+8
2011-09-28
rt: Add a call stub that switches to the C stack, untested as of yet
Patrick Walton
-0
/
+16
2011-09-28
rt: Add an upcall to allocate space on the C stack. This will be used for nat...
Patrick Walton
-9
/
+31
2011-09-28
rt: Expose the C stack inside the Rust scheduler so that C calls can switch t...
Patrick Walton
-4
/
+5
2011-09-28
rustc: Switch to cdecl for all calls. This is needed to make stack growth eff...
Patrick Walton
-1
/
+1
2011-09-27
rt: Store the task in TLS
Patrick Walton
-1
/
+76
[next]