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_kernel.cpp
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
simplify the exchange allocator
Daniel Micay
-1
/
+0
2013-06-06
Deduplicate words in code comments
Alexei Sholik
-1
/
+1
2013-05-07
rt: Move win32_require out of the rust_kernel type
Brian Anderson
-19
/
+0
2013-02-28
rt: Comment out an assert in rust_kernel. #4711
Brian Anderson
-2
/
+5
2013-02-14
auto merge of #4938 : thestinger/rust/no_zero, r=brson
bors
-5
/
+0
2013-02-14
get rid of unused exchange_alloc calloc method
Daniel Micay
-5
/
+0
2013-02-09
Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task...
Zack Corr
-27
/
+10
2013-02-06
Rewrite the exchange allocator to work without an active scheduler. #4457
Brian Anderson
-5
/
+5
2013-02-01
rt: Remove ports
Brian Anderson
-58
/
+0
2013-01-23
Remove old comm-based weak task interface
Brian Anderson
-42
/
+0
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-1
/
+0
2013-01-23
core: Convert getenv/setenv to use a mutex
Brian Anderson
-1
/
+0
2013-01-23
core: Add new weak task API
Brian Anderson
-7
/
+17
2013-01-17
core: Add private global data interface. #3915
Brian Anderson
-2
/
+2
2013-01-15
Add at_exit function #4450
Brian Anderson
-0
/
+44
2013-01-15
Spawn new tasks onto the primary scheduler by default. #3760
Brian Anderson
-17
/
+74
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-09-19
core: Allocate threads on demand, not on scheduler startup
Philipp Brüschweiler
-5
/
+7
2012-07-20
[4/4 for #2365, #2671] Reassign one last fixme to #908. Close #2365. Close #2...
Ben Blum
-1
/
+1
2012-07-20
[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::fail
Ben Blum
-8
/
+7
2012-07-20
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...
Ben Blum
-4
/
+8
2012-07-13
Add asserts to check fail_sched_loop() only once
Ben Blum
-1
/
+1
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-1
/
+3
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-12
/
+11
2012-06-21
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-0
/
+5
2012-05-07
rt: Start tasks, ports and scheds at 1, assert when we see 0. Closes #2321
Brian Anderson
-3
/
+5
2012-04-30
core: Serialize all access to the environment using a weak global task
Brian Anderson
-3
/
+3
2012-04-27
rt: remove unneccesary c++ functions and rust_kernel data, re: global loop
Jeff Olson
-3
/
+0
2012-04-20
replace impl of globa_async_handle with one using atomic compare-and-swap
Jeff Olson
-4
/
+3
2012-04-20
don't use ::malloc for initializing the global_async_handle in rust_kernel
Jeff Olson
-2
/
+3
2012-04-20
clean and trying the global loop test as two separate loop lifetimes..
Jeff Olson
-2
/
+2
2012-04-20
add needed fields for global libuv loop + bindings to manage from rust
Jeff Olson
-0
/
+7
2012-04-20
rt: Delete some incorrect comments
Brian Anderson
-3
/
+0
2012-04-20
rt: Take the weak_task_lock in end_weak_tasks
Brian Anderson
-1
/
+1
2012-04-07
core: Add priv::weaken_task
Brian Anderson
-1
/
+80
2012-04-03
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-9
/
+47
2012-04-03
rt: Fix bugs in the osmain scheduler
Brian Anderson
-6
/
+11
2012-04-03
rt: Fix bugs in the osmain scheduler
Brian Anderson
-1
/
+13
2012-04-03
rt: Futz with headers to satisfy FreeBSD
Brian Anderson
-2
/
+0
2012-04-03
fix 'I don't know how C works'
Jon Morton
-1
/
+2
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+4
2012-04-02
rt: Run a single-threaded scheduler on the main thread
Brian Anderson
-9
/
+30
2012-04-02
rt: cleanup passing around of rust_env
Jon Morton
-1
/
+1
2012-04-01
remove rust_srv
Jon Morton
-6
/
+5
2012-04-01
replace assertion macros with plain asserts
Jon Morton
-6
/
+6
2012-04-01
rt: Allow some schedulers to stay alive even without tasks to execute
Brian Anderson
-1
/
+1
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-5
/
+18
2012-03-31
rt: Fix whitespace
Brian Anderson
-1
/
+2
2012-03-31
rt: Introduce rust_sched_reaper
Brian Anderson
-5
/
+18
[next]