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
Age
Commit message (
Expand
)
Author
Lines
2011-07-28
Fiddle with the locking around channel disassociation
Brian Anderson
-2
/
+1
2011-07-28
No strnlen on mac
Brian Anderson
-4
/
+3
2011-07-28
When using the allow leaks hack don't even print a warning about the leak
Brian Anderson
-3
/
+0
2011-07-28
Do all runtime calls to getenv at initialization
Brian Anderson
-86
/
+180
2011-07-28
Remove color-related code from rust_log
Brian Anderson
-48
/
+2
2011-07-28
Updating to work on Windows.
Eric Holk
-6
/
+15
2011-07-28
Re-enabled the rest of the asserts and things in rust_chan.cpp
Eric Holk
-12
/
+11
2011-07-28
Resurrecting some of the logging in rust_chan.cpp
Eric Holk
-30
/
+35
2011-07-28
Removed outdated comment.
Eric Holk
-1
/
+0
2011-07-28
Atomic reference counting for tasks.
Eric Holk
-77
/
+43
2011-07-28
Adding upcalls to to ref() and deref() tasks. This is the first step towards ...
Eric Holk
-1
/
+20
2011-07-28
Made task threads wait instead of sleep, so they can be woken up. This appear...
Eric Holk
-21
/
+61
2011-07-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-1
/
+10
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-185
/
+198
2011-07-28
Made root_task no longer special.
Eric Holk
-20
/
+18
2011-07-28
More useful leak debugging output.
Rob Arnold
-2
/
+4
2011-07-27
More thorough check for interior-ness in str_from_ivec
Marijn Haverbeke
-2
/
+3
2011-07-26
Base scheduler threads on number of cores. Closes #739
Brian Anderson
-3
/
+41
2011-07-25
remove datalayout from the intrinsics.ll.in file, silence linkage warning.
Graydon Hoare
-1
/
+0
2011-07-23
Fixed another concurrency issue in channels.
Eric Holk
-0
/
+2
2011-07-22
More work on word-count.
Eric Holk
-3
/
+14
2011-07-22
Fixing a use of uninitialized memory error in valgrind.
Eric Holk
-2
/
+2
2011-07-21
Bump the stack size and make the RUST_MIN_STACK env variable accept hex values.
Michael Sullivan
-2
/
+2
2011-07-21
Improving move semantics for channel operations.
Eric Holk
-11
/
+12
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-179
/
+235
2011-07-20
Add a huge hack to allow the test runner to continue if a single task leaks
Brian Anderson
-1
/
+25
2011-07-19
Fix calculation of sizeof boxed ivec of str in rt. Closes #712
Brian Anderson
-1
/
+6
2011-07-17
Revert "Add setenv to standard library"
Brian Anderson
-16
/
+0
2011-07-17
Add setenv to standard library
Brian Anderson
-0
/
+16
2011-07-15
rustc: Implement interior string logging in DPS
Patrick Walton
-0
/
+11
2011-07-15
Remove task_unsupervise from rt builtin functions
Brian Anderson
-6
/
+0
2011-07-15
Modify task::join to indicate how the task terminated
Brian Anderson
-2
/
+12
2011-07-14
Add task_unsupervise to rustrt.def.in
Brian Anderson
-0
/
+1
2011-07-14
Modify upcall_fail so that failing tasks relinquish control to the scheduler
Brian Anderson
-0
/
+3
2011-07-14
Add an unsupervise builtin and function to std::task
Brian Anderson
-0
/
+5
2011-07-14
Move the responsibility for process failure from tasks to the scheduler
Brian Anderson
-3
/
+3
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-36
/
+35
2011-07-13
Trim a few more fail(1)s, not sure how they slipped past.
Graydon Hoare
-3
/
+3
2011-07-13
Remove 'Nop.' comments, add emacs lines, remove obsolete file.
Graydon Hoare
-26
/
+11
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-24
/
+24
2011-07-13
Remove obsolete nargs counts from runtime.
Graydon Hoare
-36
/
+33
2011-07-13
Attempt to correct buggy win32 timer code (causing tinderbox failures).
Graydon Hoare
-36
/
+42
2011-07-12
stdlib: Move fs over to interior vectors by introducing a rust_list_files_ive...
Patrick Walton
-1
/
+40
2011-07-12
rt: Remove the locks around upcall_shared_malloc and upcall_shared_free
Patrick Walton
-2
/
+1
2011-07-11
stdlib: Add addr_of() to the standard library
Patrick Walton
-0
/
+12
2011-07-10
rt: Remove the now-unused upcall_ivec_resize and upcall_ivec_spill, which all...
Patrick Walton
-42
/
+0
2011-07-10
rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...
Patrick Walton
-62
/
+7
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-12
/
+72
2011-07-09
stdlib: Implement casts. The horror.
Patrick Walton
-0
/
+46
2011-07-08
stdlib: Implement str::unsafe_from_bytes_ivec()
Patrick Walton
-0
/
+21
[prev]
[next]