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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
rust_internal.h
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Graydon Hoare
-50
/
+1
2012-03-28
Fix some gcc-4.4-isms, should build now on 4.1+.
Graydon Hoare
-0
/
+5
2012-03-18
rt: Convert rust_task_list to a typedef
Brian Anderson
-2
/
+0
2012-03-16
Get rid of rust_crate_cache in the runtime
Marijn Haverbeke
-1
/
+0
2012-03-05
rt: Fix the atomic get_ref_count method to avoid races
Brian Anderson
-5
/
+1
2012-03-05
rt: Make rust_port_detach less contentious
Brian Anderson
-9
/
+14
2012-02-26
rt: Remove ptr_vec. Unused
Brian Anderson
-28
/
+0
2012-02-26
rt: Remove smart_ptr. Unused
Brian Anderson
-34
/
+0
2012-02-09
rt: Make rust_task::ref_count private
Brian Anderson
-1
/
+2
2012-02-08
rt: Change the lifecycle of tasks and schedulers for various reasons
Brian Anderson
-9
/
+8
2012-02-08
rt: Introduce scheduler ids
Brian Anderson
-0
/
+1
2012-02-07
Stop storing cmp glue in tydescs
Marijn Haverbeke
-5
/
+2
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-2
/
+2
2012-02-02
rt: Remove yield timers
Brian Anderson
-1
/
+0
2012-02-02
rt: Remove bitrotted tests
Brian Anderson
-4
/
+0
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-12
/
+19
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-19
/
+12
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-12
/
+19
2012-02-01
rt: Remove rust_timer. Unused
Brian Anderson
-21
/
+0
2012-01-12
libcore: Add sys::set_exit_status
Brian Anderson
-1
/
+1
2012-01-11
Revert some iface shape code, fix a few more things in it
Marijn Haverbeke
-17
/
+0
2012-01-10
update shape code to handle iface instances
Niko Matsakis
-0
/
+17
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-3
/
+24
2011-12-14
get basic code generation working, clone type descs for lambda[send]
Niko Matsakis
-0
/
+2
2011-12-01
rt: Move RED_ZONE_SIZE to rust_task.cpp
Brian Anderson
-9
/
+0
2011-11-29
rt: Fix i386/morestack.S for static linking
Brian Anderson
-1
/
+1
2011-11-28
rt: Make 64-bit __morestack grow and shrink properly
Brian Anderson
-1
/
+7
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-0
/
+3
2011-11-11
rt: Remove rust_chan
Brian Anderson
-2
/
+0
2011-11-10
rt: Remove rust_token. Unused
Brian Anderson
-1
/
+0
2011-11-08
Make task_sleep an intrinsic.
Brian Anderson
-3
/
+0
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-3
/
+3
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-2
/
+2
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-1
/
+1
2011-10-03
rt: Make the builtins no longer take an explicit task parameter
Patrick Walton
-1
/
+1
2011-09-23
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
Patrick Walton
-6
/
+0
2011-09-22
Remove is_stateful flag from tydesc. Closes #136
Brian Anderson
-1
/
+1
2011-09-11
Use a unique exit status when the runtime fails normally
Brian Anderson
-0
/
+3
2011-09-02
Eliminate const_refcount. Issue #855
Brian Anderson
-7
/
+0
2011-09-01
Back out copy-glue
Marijn Haverbeke
-3
/
+1
2011-08-25
rustc: Add an extra flag to object tydescs so that shapes know how to find th...
Patrick Walton
-1
/
+2
2011-08-24
Revert "Back out copy-glue"
Marijn Haverbeke
-1
/
+3
2011-08-24
Back out copy-glue
Marijn Haverbeke
-3
/
+1
2011-08-22
Add skeleton of copy glue that actually copies
Marijn Haverbeke
-1
/
+3
2011-08-22
Rename copy_glue back to take_glue
Marijn Haverbeke
-1
/
+1
2011-08-18
rt: Remove rust_alarm dead code
Patrick Walton
-16
/
+0
2011-08-18
Remove rc_base. Closes #603.
Michael Sullivan
-10
/
+2
2011-08-16
New channel-based task status notifications.
Eric Holk
-1
/
+6
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-0
/
+1
2011-08-15
Reducing the chances for race conditions in join.
Eric Holk
-1
/
+4
[next]