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
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-03
Remove deprecated functionality
Alex Crichton
-44
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-11
/
+14
2014-12-18
Fallout from new thread API
Aaron Turon
-0
/
+15
2014-12-18
Introduce std::thread
Aaron Turon
-527
/
+10
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-6
/
+6
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-4
/
+2
2014-12-15
rollup merge of #19710: steveklabnik/gh15449
Brian Anderson
-1
/
+1
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-58
/
+70
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-1
/
+1
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-7
/
+7
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-5
/
+5
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+2
2014-12-05
Utilize fewer reexports
Corey Farwell
-8
/
+10
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-9
/
+11
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-1
/
+1
2014-11-20
Make most of std::rt private
Aaron Turon
-8
/
+8
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-114
/
+12
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-2
/
+1
2014-11-10
note the intent of reforming task spawning
Daniel Micay
-1
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-32
/
+32
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-46
/
+0
2014-10-13
Clean up rustc warnings.
NODA, Kai
-0
/
+1
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-2
/
+2
2014-08-13
std: Clarify what timers do with zero and negative durations
Brian Anderson
-1
/
+2
2014-08-13
std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.
Brian Anderson
-1
/
+1
2014-07-21
Rename to_str to to_string
Steven Fackler
-1
/
+1
2014-07-18
std: Stabilize task module.
Brian Anderson
-22
/
+37
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-6
/
+6
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-29
rustuv: Don't zero-out data on clones
Alex Crichton
-1
/
+1
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-2
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-28
librustc: Match trait self types exactly.
Patrick Walton
-3
/
+5
2014-06-26
rustrt: Reorganize task usage
Alex Crichton
-2
/
+13
2014-06-19
std: Update std::task docs to reflect modern times
Brian Anderson
-9
/
+25
2014-06-18
Revamp TaskBuilder API
Aaron Turon
-381
/
+460
2014-06-15
Register new snapshots
Alex Crichton
-14
/
+14
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-2
/
+2
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-8
/
+2
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-12
/
+26
2014-06-04
std: Improve non-task-based usage
Alex Crichton
-1
/
+4
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-27
std: Remove String's to_owned
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+4
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-1
/
+0
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-2
/
+3
2014-05-07
core: Add unwrap()/unwrap_err() methods to Result
Alex Crichton
-0
/
+1
[next]