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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2013-05-15
add DeepClone impl for @T and @mut T with T: Const
Daniel Micay
-11
/
+36
2013-05-15
auto merge of #6499 : dotdash/rust/static_keywords, r=thestinger
bors
-0
/
+4
2013-05-15
core::rt: Unignore a fixed TCP test
Brian Anderson
-1
/
+1
2013-05-15
add a Clone impl for borrowed pointers
Daniel Micay
-0
/
+14
2013-05-15
auto merge of #6498 : thestinger/rust/deep_clone, r=thestinger
bors
-10
/
+66
2013-05-15
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-1132
/
+2929
2013-05-15
core::rt: Fix TCP test on mac
Brian Anderson
-3
/
+8
2013-05-15
core::rt: Copy many of the old io extensions to the new io
Brian Anderson
-6
/
+334
2013-05-15
core::rt: More work on Reader extensions and error handling
Brian Anderson
-65
/
+127
2013-05-15
core::rt: Make push_bytes raise read_error on EOF
Brian Anderson
-19
/
+45
2013-05-15
core::rt: Warnings
Brian Anderson
-18
/
+12
2013-05-15
core::rt: Rename Task to Coroutine
Brian Anderson
-58
/
+58
2013-05-15
core::rt: Rename Sched.task_queue to work_queue
Brian Anderson
-5
/
+5
2013-05-15
rt: Rename sched_key to rt_key
Brian Anderson
-2
/
+2
2013-05-15
core::rt: Fix scheduling logic for enqueued tasks
Brian Anderson
-126
/
+188
2013-05-15
core::rt: Add uv timer bindings
Brian Anderson
-8
/
+202
2013-05-15
core::rt: `read` raises `read_error`
Brian Anderson
-241
/
+29
2013-05-15
core::rt: Begin implementing Reader extension methods
Brian Anderson
-5
/
+325
2013-05-15
core: Turn task::unkillable, etc. into no-ops in newsched. #6377
Brian Anderson
-18
/
+33
2013-05-15
core::rt: Don't abort when reporting an unknown uv error
Brian Anderson
-2
/
+3
2013-05-15
core::rt: Error handling for TcpStream.read
Brian Anderson
-11
/
+93
2013-05-15
core::rt: Initialize logging
Brian Anderson
-4
/
+41
2013-05-15
core: Replace use of libc::getenv with os::getenv
Brian Anderson
-4
/
+2
2013-05-15
core: Use a global lock instead of runtime lock for os::getenv, etc. #4726
Brian Anderson
-12
/
+14
2013-05-15
core::rt: Add a test of standalone use of the runtime
Brian Anderson
-24
/
+19
2013-05-15
core:rt: A few micro-opts
Brian Anderson
-5
/
+14
2013-05-15
Add unsetenv wrapper
Corey Richardson
-1
/
+36
2013-05-15
auto merge of #6493 : brson/rust/tls, r=thestinger
bors
-4
/
+2
2013-05-16
rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c...
Youngsoo Son
-14
/
+14
2013-05-15
auto merge of #6487 : recrack/rust/vec_len, r=thestinger
bors
-25
/
+25
2013-05-15
rc: fix tests
Daniel Micay
-0
/
+17
2013-05-15
Allow static strings to be used with keyword checks
Björn Steinbrink
-0
/
+4
2013-05-15
add a DeepClone trait
Daniel Micay
-8
/
+46
2013-05-14
auto merge of #6478 : dotdash/rust/inlining, r=catamorphism
bors
-0
/
+1
2013-05-15
clone: clarify docstring
Daniel Micay
-2
/
+3
2013-05-14
core: Fix leak in TLS. #6231
Brian Anderson
-4
/
+2
2013-05-14
core::rt: Ignore tcp test multiple_connect_interleaved_lazy_schedule
Brian Anderson
-1
/
+1
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-25
/
+25
2013-05-14
Merge remote-tracking branch 'brson/io-upstream' into incoming
Brian Anderson
-658
/
+1537
2013-05-14
core::rt: Wait for handles to close
Brian Anderson
-24
/
+60
2013-05-14
core::rt: Register stacks with valgrind. #6428
Brian Anderson
-6
/
+35
2013-05-14
core::rt: Docs
Brian Anderson
-13
/
+61
2013-05-14
core: Move unstable::exchange_alloc to rt::global_heap
Brian Anderson
-7
/
+8
2013-05-14
core: Cleanup warnings
Brian Anderson
-109
/
+117
2013-05-14
rtdebug off
Brian Anderson
-2
/
+2
2013-05-14
core::rt: 0 is a valid TLS key
Brian Anderson
-1
/
+1
2013-05-14
core::rt: Make TCP servers work
Brian Anderson
-34
/
+161
2013-05-14
core::rt: Add a simple channel type for passing buffered messages between Sch...
Brian Anderson
-8
/
+212
2013-05-14
core::rt: Add a very simple ref counted pointer
Brian Anderson
-0
/
+146
2013-05-14
Warnings
Brian Anderson
-1
/
+1
[prev]
[next]