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
2012-06-29
rt: more helper functions to get uv_getaddrinfo going
Jeff Olson
-0
/
+21
2012-06-29
rt: more sizeof helpers + misc consts for uv_getaddrinfo
Jeff Olson
-0
/
+37
2012-06-29
rt: add remaining ip string parser/formatter helpers from uv
Jeff Olson
-0
/
+24
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-2
/
+6
2012-06-28
move reset_stack_limit off C stack (closes #2679)
Ben Blum
-15
/
+5
2012-06-28
Fix sys::refcount and remove dbg::refcount
Ben Blum
-8
/
+0
2012-06-28
Remove FIXME question
Tim Chevalier
-2
/
+0
2012-06-28
Remove obsolete FIXME
Tim Chevalier
-2
/
+0
2012-06-27
Tidy fixes
Brian Anderson
-2
/
+2
2012-06-28
rt: Add task_local_data and related builtin calls (Closes #2680)
Ben Blum
-16
/
+45
2012-06-27
Change 'upcall fail' to 'task failed at', close #2678.
Graydon Hoare
-3
/
+1
2012-06-27
More keyword paring and migration in runtime, docs, code modes.
Graydon Hoare
-27
/
+27
2012-06-26
Fix shape::cmp::walk_res2
Tim Chevalier
-1
/
+1
2012-06-25
rt: Fix exports
Brian Anderson
-2
/
+2
2012-06-25
rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681
Brian Anderson
-21
/
+0
2012-06-25
rt: Remove lock_free_queue. Unused. Issue #2701
Brian Anderson
-266
/
+0
2012-06-25
Merge
Tim Chevalier
-6
/
+2
2012-06-25
Finish compare glue for classes
Tim Chevalier
-1
/
+1
2012-06-24
Remove resources
Tim Chevalier
-16
/
+10
2012-06-22
Use must_have_lock instead of private functions. (Issue #2700)
Eric Holk
-6
/
+2
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-72
/
+82
2012-06-21
Remove unneeded field
Tim Chevalier
-5
/
+1
2012-06-21
Remove unneeded SHAPE_VEC const
Tim Chevalier
-3
/
+0
2012-06-21
Comments only: annotate FIXMEs
Tim Chevalier
-14
/
+15
2012-06-21
Try removing code marked with "I don't think this is necessary"
Tim Chevalier
-15
/
+1
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-79
/
+39
2012-06-19
Fixed a compile error in runtime.
Eric Holk
-1
/
+2
2012-06-19
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+83
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
Use unboxed vecs for string shape glue.
Michael Sullivan
-0
/
+1
2012-06-18
Put type descriptors in strings created by the runtime. Progress on #2638.
Michael Sullivan
-3
/
+50
2012-06-18
Some cleanup in the runtime.
Michael Sullivan
-8
/
+9
2012-06-16
Revert "Adding a lock/condition variable to libcore."
Tim Chevalier
-82
/
+0
2012-06-15
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+82
2012-06-15
Remove some dead code from rust_shape
Michael Sullivan
-7
/
+3
2012-06-15
Make the shape interpreter actually advance past fixed length vectors. Closes...
Michael Sullivan
-0
/
+2
2012-06-13
Add upcall_malloc_dyn to rustrt.def.in.
Michael Sullivan
-0
/
+1
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
-39
/
+98
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-2
/
+91
2012-06-11
Clean up tydesc declaration to make it clear what is unused.
Michael Sullivan
-14
/
+9
2012-06-11
Get rid of a bunch of dead shape code. Closes #2552.
Michael Sullivan
-309
/
+69
2012-06-11
Add emacs settings to some runtime files where they were missing.
Michael Sullivan
-0
/
+55
2012-06-07
Remove a bunch of old "remove after snapshot" code.
Michael Sullivan
-18
/
+0
2012-06-07
rt: Remove check_stack_alignment
Brian Anderson
-34
/
+0
2012-06-06
std: Add debug::breakpoint
Brian Anderson
-0
/
+19
2012-06-05
rt: Unique allocations have -1 ref count
Brian Anderson
-0
/
+3
2012-06-05
rt: Fix iaac_init using wrong type and not seeding correctly
Brian Anderson
-5
/
+5
2012-06-04
Revert "rt: Unique allocations have -1 ref count"
Brian Anderson
-3
/
+0
[prev]
[next]