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
/
rust_upcall.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-09-25
rt: Remove the cycle collector
Patrick Walton
-3
/
+0
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-1
/
+4
2012-07-23
Moved malloc and free upcalls into rust runtime.
Elliott Slaughter
-0
/
+32
2012-07-23
Move fail upcall into rust libcore.
Elliott Slaughter
-0
/
+10
2012-07-10
Eliminate some obsolete upcalls.
Michael Sullivan
-53
/
+0
2012-07-10
Get rid of unused fields in tydescs. Closes #2351.
Michael Sullivan
-7
/
+4
2012-06-28
move reset_stack_limit off C stack (closes #2679)
Ben Blum
-2
/
+0
2012-06-28
rt: Add task_local_data and related builtin calls (Closes #2680)
Ben Blum
-15
/
+0
2012-06-27
More keyword paring and migration in runtime, docs, code modes.
Graydon Hoare
-2
/
+2
2012-06-25
rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681
Brian Anderson
-19
/
+0
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-7
/
+7
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-79
/
+39
2012-06-18
Avoid extra get_current_task()s in many upcalls (performance)
Ben Blum
-44
/
+71
2012-06-18
Fix generation of str/@. Closes #2638.
Michael Sullivan
-2
/
+3
2012-06-18
Put type descriptors in strings created by the runtime. Progress on #2638.
Michael Sullivan
-3
/
+2
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-0
/
+2
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-28
/
+46
2012-06-07
Remove a bunch of old "remove after snapshot" code.
Michael Sullivan
-2
/
+0
2012-06-07
rt: Remove check_stack_alignment
Brian Anderson
-14
/
+0
2012-06-05
rt: Unique allocations have -1 ref count
Brian Anderson
-0
/
+3
2012-06-04
Revert "rt: Unique allocations have -1 ref count"
Brian Anderson
-3
/
+0
2012-06-04
rt: Unique allocations have -1 ref count
Brian Anderson
-0
/
+3
2012-05-31
rt: Refactor task failure to go through rust_task_fail
Brian Anderson
-3
/
+1
2012-05-30
rt: Don't zero the unique box header
Brian Anderson
-1
/
+3
2012-05-30
rt: Remove upcall_shared_malloc/free/realloc
Brian Anderson
-75
/
+0
2012-05-30
Various changes for self-describing vecs
Brian Anderson
-19
/
+20
2012-05-30
rt: Add yet another allocating upcall
Brian Anderson
-14
/
+43
2012-05-30
rt: Add upcall_exchange_malloc/free
Brian Anderson
-0
/
+55
2012-05-18
add a new debugging aid--tracing
Niko Matsakis
-0
/
+22
2012-04-18
rt: Don't log in the stack switching failure path
Brian Anderson
-5
/
+4
2012-04-16
Get explicit unique estrs working.
Graydon Hoare
-5
/
+48
2012-04-03
actually remove memory.h; include cleanups
Jon Morton
-1
/
+0
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-2
/
+2
2012-04-02
Construct new strings through upcalls.
Graydon Hoare
-0
/
+21
2012-04-02
Add global rust_get_current_task
Jon Morton
-15
/
+15
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-18
/
+18
2012-03-31
rt: Fix whitespace
Brian Anderson
-2
/
+3
2012-03-31
rt: Rename rust_task_thread to rust_sched_loop
Brian Anderson
-18
/
+18
2012-03-28
Fix some gcc-4.4-isms, should build now on 4.1+.
Graydon Hoare
-1
/
+2
2012-03-21
rt: Use get_task_from_tcb during stack growth calls
Brian Anderson
-2
/
+2
2012-03-21
rt: Rename record_sp to record_sp_limit
Brian Anderson
-3
/
+3
2012-03-21
rt: Don't switch to the C stack on the upcall_new_stack fast path
Brian Anderson
-18
/
+5
2012-03-21
rt: Don't swatch stacks during upcall_del_stack
Brian Anderson
-6
/
+2
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-0
/
+28
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-73
/
+0
2012-03-16
Remove dynastack support from runtime
Marijn Haverbeke
-89
/
+0
2012-03-16
Get rid of rust_crate_cache in the runtime
Marijn Haverbeke
-67
/
+0
2012-02-28
rt: Reset the stack boundary after returning from crust functions
Brian Anderson
-0
/
+3
2012-02-21
Remove unused tydesc argument to upcall_shared_malloc
Marijn Haverbeke
-10
/
+5
2012-02-17
rt: Make upcall_vec_push an intrinsic
Brian Anderson
-30
/
+20
[next]