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-12-16
std: file_is_dir -> path_is_dir, add path_exists
Elly Jones
-2
/
+3
2011-12-15
massive refactor of how closures work
Niko Matsakis
-1
/
+2
2011-12-14
export upcall_clone_type_desc
Niko Matsakis
-0
/
+1
2011-12-06
rt: Various tweaks to make __morestack unwinding work on linux
Brian Anderson
-0
/
+1
2011-12-05
test: Test hitting the dynamic linker in the red zone
Brian Anderson
-0
/
+1
2011-12-01
stdlib: Implement some preliminary libuv bindings
Brian Anderson
-1
/
+9
2011-11-30
rt: Reorganize stack growth code
Brian Anderson
-2
/
+2
2011-11-30
rt: Remove the stack pointer field of stk_seg
Brian Anderson
-1
/
+0
2011-11-30
rt: Remove upcall_alloc_c_stack/call_c_stack, et. al.
Brian Anderson
-5
/
+0
2011-11-28
build: Stop linking morestack.S to rt
Brian Anderson
-1
/
+0
2011-11-18
get pure wrappers approach running
Niko Matsakis
-0
/
+2
2011-11-18
rt: Remove size_of and align_of functions. Now written in Rust
Brian Anderson
-2
/
+0
2011-11-17
rt: More work on morestack
Patrick Walton
-2
/
+8
2011-11-16
Revert "rt: More work on morestack"
Brian Anderson
-8
/
+2
2011-11-16
rt: More work on morestack
Patrick Walton
-2
/
+8
2011-11-16
Disconnect ports before draining them. Issue #1155
Brian Anderson
-0
/
+1
2011-11-16
begin efforts to use shim functions for c-stack calls
Niko Matsakis
-0
/
+1
2011-11-14
Revert "rt: More work on morestack"
Patrick Walton
-8
/
+2
2011-11-14
rt: More work on morestack
Patrick Walton
-2
/
+8
2011-11-13
Drop enqueued elements when a port is destructed. Closes #1155
Brian Anderson
-0
/
+1
2011-11-11
rt: Remove drop_port. Unused
Brian Anderson
-1
/
+0
2011-11-10
rt: Remove rust_aio.cpp. Bitrotted.
Brian Anderson
-10
/
+0
2011-11-10
rt: Remove new_chan. Not needed
Brian Anderson
-1
/
+0
2011-11-10
rt: Remove chan_send. Unused.
Brian Anderson
-1
/
+0
2011-11-08
Make task_sleep an intrinsic.
Brian Anderson
-1
/
+1
2011-11-08
rt: Remove task_yield builtin
Brian Anderson
-1
/
+0
2011-10-26
Remove task::join_id
Brian Anderson
-1
/
+0
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
[next]