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-08-09
rt: Initialize "result" in all constructors for cmp
Patrick Walton
-1
/
+2
2011-08-09
rt: Compare exterior vectors
Patrick Walton
-8
/
+36
2011-08-09
rt: Make comparison through type vars work
Patrick Walton
-21
/
+14
2011-08-09
rt: Fix comparison of interior vectors
Patrick Walton
-5
/
+63
2011-08-08
rt: Add code to walk over interior vectors, untested as of yet
Patrick Walton
-27
/
+84
2011-08-08
rt: Compare tags
Patrick Walton
-7
/
+59
2011-08-08
rt: Align when comparing the insides of boxes
Patrick Walton
-13
/
+10
2011-08-08
rt: Align mallocs to 16 byte boundaries
Patrick Walton
-0
/
+1
2011-08-08
Disabling TRACK_ALLOCATIONS
Eric Holk
-1
/
+1
2011-08-08
Introduced task handles.
unknown
-27
/
+69
2011-08-08
rt: Compare the insides of boxes
Patrick Walton
-6
/
+32
2011-08-08
rt: "const foo const &" == "const foo &", duh. Puts out burning tinderbox.
Patrick Walton
-1
/
+1
2011-08-08
rt: Stub the shape-based cmp upcall
Patrick Walton
-9
/
+121
2011-08-08
Converted the rest of the task-comm-* tests over. Also fixed some
Eric Holk
-31
/
+4
2011-08-05
rt: Stub compare glue
Patrick Walton
-22
/
+60
2011-08-05
rt: Uncomment data<T>
Patrick Walton
-48
/
+70
2011-08-05
Removing trailing whitespace in rust_shape.cpp
Eric Holk
-1
/
+1
2011-08-05
rt: Simplify the signature of walk_tag; stub code for the data walker
Patrick Walton
-77
/
+181
2011-08-05
Fix a type in the libuv mingw makefile
Brian Anderson
-1
/
+1
2011-08-05
Atomic ref counting for chans.
Eric Holk
-37
/
+44
2011-08-05
Rewrote receive to return a value. This lets us initialize variables by recei...
Eric Holk
-4
/
+3
2011-08-05
Munge libuv makefiles sufficiently to build out of tree.
Graydon Hoare
-78
/
+52
2011-08-05
Tweak libuv makefiles so they pick up custom CFLAGS
Brian Anderson
-2
/
+2
2011-08-05
Fix uv_buf_t declaration on win32
Brian Anderson
-0
/
+8
2011-08-05
Add libuv Makefile
Rob Arnold
-0
/
+113
2011-08-05
Update libuv to revision ee599ec1141cc48f895de1f9d148033babdf9c2a
Rob Arnold
-723
/
+37883
2011-08-05
Basic async IO module using libuv
Rob Arnold
-14
/
+331
2011-08-05
Integrate libuv into the build system
Rob Arnold
-0
/
+5
2011-08-05
Drop in libuv rev 2b5707d834a6b85b8e589ac04cb61a6db2dab94b
Rob Arnold
-0
/
+64837
2011-08-05
Log tags in memory_region::{free,realloc}
Rob Arnold
-4
/
+4
2011-08-04
rt: Change int to uint32_t. Put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-08-03
rt: Stub shape glue and implement shape::print and shape::size_of.
Patrick Walton
-0
/
+705
2011-08-03
timeout_in_ns was renamed to timeout_in_ms.
Erick Tryzelaar
-1
/
+1
2011-08-03
Sleep for a nonzero amount of time on Windows.
Eric Holk
-4
/
+4
2011-08-03
Whitespace cleanup
Brian Anderson
-1
/
+1
2011-08-03
Add some hacks to get stdin piping working more correctly in windows
Brian Anderson
-3
/
+18
2011-08-01
Adding an intrinsic for recv.
Eric Holk
-53
/
+209
2011-08-01
Added send and receive to comm library.
Eric Holk
-21
/
+35
2011-08-01
Enabling logging in circular_buffer again.
Eric Holk
-46
/
+44
2011-08-01
Objectified library chans and ports.
Eric Holk
-1
/
+0
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-19
/
+65
2011-08-01
Replace a lock/unlock with scoped_lock in rust_scheduler::create_task
Brian Anderson
-3
/
+5
2011-07-29
Minimize scheduler locking on task creation
Brian Anderson
-1
/
+2
2011-07-29
Lock the new task's scheduler when creating a task
Brian Anderson
-2
/
+3
2011-07-29
Add sched_threads rt function to get the number of scheduler threads
Brian Anderson
-3
/
+7
2011-07-29
Removing proxies and message queues.
Eric Holk
-687
/
+64
2011-07-29
Merge pull request #781 from robarnold/upstream-stable
robarnold
-2
/
+4
2011-07-28
Add an assertion about the lock in rust_chan::disassociate
Brian Anderson
-1
/
+3
2011-07-28
Turn off TRACK_ALLOCATIONS
Brian Anderson
-1
/
+1
2011-07-28
Change the locking rules around channel disassociation again
Brian Anderson
-1
/
+4
[prev]
[next]