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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-554
/
+0
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+1
2014-12-26
s/task/thread/g
Steve Klabnik
-65
/
+65
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-7
/
+0
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+561
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-500
/
+0
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-23
std: Move unstable::finally to std::finally. #1457
Brian Anderson
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+4
2014-05-19
std: Use Arc instead of UnsafeArc in BlockedTask
Alex Crichton
-8
/
+9
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-2
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-11
/
+11
2014-05-08
auto merge of #13835 : alexcrichton/rust/localdata, r=brson
bors
-5
/
+4
2014-05-07
std: Modernize the local_data api
Alex Crichton
-5
/
+4
2014-05-07
std: Add I/O timeouts to networking objects
Alex Crichton
-0
/
+6
2014-05-07
core: Add unwrap()/unwrap_err() methods to Result
Alex Crichton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-19
/
+22
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-23
std: Change Finally to take `&mut self`
Alex Crichton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-4
/
+4
2014-04-15
std: Impl Deref/DerefMut for a borrowed task
Alex Crichton
-6
/
+4
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-1
/
+1
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-04-03
auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson
bors
-1
/
+1
2014-04-01
auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton
bors
-1
/
+1
2014-04-01
rand: bubble up IO messages futher.
Huon Wilson
-1
/
+1
2014-03-31
Switch some tuple structs to pub fields
Alex Crichton
-1
/
+1
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-14
/
+14
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-7
/
+8
2014-03-24
comm: Implement synchronous channels
Alex Crichton
-2
/
+2
2014-03-23
This commit cleans up a few test warnings
Steven Stewart-Gallus
-2
/
+2
2014-03-22
std: Remove the get() method from RefCell wrappers
Alex Crichton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-5
/
+0
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-8
/
+8
2014-02-18
Spellcheck library docs.
Huon Wilson
-1
/
+1
2014-02-13
Don't require an allocation for on_exit messages
Alex Crichton
-4
/
+12
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-1
/
+1
2014-02-07
Delete send_str, rewrite clients on top of MaybeOwned<'static>
Kevin Ballard
-1
/
+1
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-2
/
+8
2014-02-03
std: Remove io::io_error
Alex Crichton
-2
/
+3
2014-01-29
Remove seldom-used std::reference functions.
xales
-2
/
+1
2014-01-29
Rename std::borrow to std::reference.
xales
-2
/
+2
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-21
Purge borrowck from libstd
Alex Crichton
-8
/
+0
2014-01-18
Rename iterators for consistency
Palmer Cox
-4
/
+4
2014-01-16
Fix some docs in std::rt::task
Derek Chiang
-7
/
+6
2014-01-09
auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton
bors
-1
/
+1
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+1
[next]