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
/
rustrt.def.in
Age
Commit message (
Expand
)
Author
Lines
2011-10-24
fix c-stack-cdecl when used w/ i64
Niko Matsakis
-0
/
+1
2011-10-24
switch over sqrt from llvm to c-stack-cdecl, exposing a bug in
Niko Matsakis
-0
/
+1
2011-10-24
move sys fns into c-stack-cdecl and get_type_desc() into rusti
Niko Matsakis
-1
/
+0
2011-10-21
add get_type_desc to list of exported funcs
Niko Matsakis
-0
/
+1
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-1
/
+0
2011-10-20
Remove spawn_wrap and main_wrap kludges
Marijn Haverbeke
-1
/
+0
2011-09-28
rt: Add a call stub that switches to the C stack, untested as of yet
Patrick Walton
-0
/
+1
2011-09-28
rt: Add an upcall to allocate space on the C stack. This will be used for nat...
Patrick Walton
-0
/
+1
2011-09-11
Remove hack_allow_leaks
Brian Anderson
-1
/
+0
2011-09-11
Add upcall_rust_personality
Brian Anderson
-0
/
+1
2011-09-09
Get rid of some unused upcalls
Marijn Haverbeke
-5
/
+0
2011-09-09
Remove unused logging upcalls from runtime
Marijn Haverbeke
-3
/
+0
2011-09-07
Rewrite spawn yet again
Brian Anderson
-0
/
+1
2011-09-03
Remove unused runtime functions. Issue #855
Brian Anderson
-2
/
+0
2011-09-02
Rename istr-stuff to str in the runtime. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-8
/
+0
2011-09-01
Remove a bunch of string builtins. Issue #855
Brian Anderson
-6
/
+0
2011-08-31
Expose STDERR to rust.
Erick Tryzelaar
-0
/
+1
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-0
/
+1
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-0
/
+1
2011-08-29
Rename upcall_istr_push to rust_istr_push in rustrt.def.in
Brian Anderson
-1
/
+1
2011-08-29
Make std::istr::push_byte efficient
Marijn Haverbeke
-0
/
+1
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-11
/
+6
2011-08-24
Remove rust_start_ivec
Marijn Haverbeke
-1
/
+0
2011-08-24
Optimize += [x] into a simple push operation
Marijn Haverbeke
-0
/
+1
2011-08-19
rt: Remove rustboot's GC infrastructure
Patrick Walton
-1
/
+0
2011-08-18
Rename some vec upcalls and trans functions from vec* to evec*
Brian Anderson
-0
/
+1
2011-08-18
Remove upcall_new_vec
Brian Anderson
-1
/
+0
2011-08-17
Making more of the rust_task structure directly accessible from Rust.
Eric Holk
-1
/
+0
2011-08-17
Yet another comm interface.
Eric Holk
-3
/
+0
2011-08-16
rt: Implement obstacks, untested as of yet
Patrick Walton
-0
/
+3
2011-08-16
Removing task, chan and port upcalls.
Eric Holk
-17
/
+0
2011-08-16
Accept main(args: [str]) as main signature
Brian Anderson
-0
/
+1
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-1
/
+0
2011-08-15
Properly ref counting to fix valgrind issues on linux.
Eric Holk
-0
/
+1
2011-08-15
Fixed memory accounting and task stack creation bugs.
Eric Holk
-0
/
+1
2011-08-15
Working on more spawn test cases.
Eric Holk
-0
/
+1
2011-08-15
Added a library version of spawn. Before long, we can remove the old version.
Eric Holk
-0
/
+5
2011-08-15
Port ID-based channels.
Eric Holk
-0
/
+3
2011-08-12
Rename rust_list_files_ivec to rust_list_files
Brian Anderson
-1
/
+1
2011-08-12
Remove rust_list_files from std and rt
Brian Anderson
-1
/
+0
2011-08-12
Remove runtime vector builtins
Brian Anderson
-8
/
+0
2011-08-12
Remove str_from_vec runtime function
Brian Anderson
-1
/
+0
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-1
/
+0
2011-08-10
rustc: Remove unused "trace" upcalls
Patrick Walton
-2
/
+0
2011-08-10
rustc: Use polymorphic logging
Patrick Walton
-0
/
+1
2011-08-08
rt: Stub the shape-based cmp upcall
Patrick Walton
-0
/
+1
2011-08-05
Atomic ref counting for chans.
Eric Holk
-0
/
+3
2011-08-05
Basic async IO module using libuv
Rob Arnold
-0
/
+10
2011-08-01
Added send and receive to comm library.
Eric Holk
-0
/
+2
[prev]
[next]