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
2012-07-25
Allow logging slices
Eric Holk
-3
/
+15
2012-07-25
Hand-written bounded pingpong implementation.
Eric Holk
-7
/
+70
2012-07-25
Refactoring pipes to allow implementing bounded protocols.
Eric Holk
-61
/
+211
2012-07-25
Tighten pipe exports, and refactor traits.
Eric Holk
-27
/
+50
2012-07-25
Handle notification channels in task.rs
Ben Blum
-17
/
+34
2012-07-25
from_fn and ref_set do not require copy bound
Niko Matsakis
-2
/
+2
2012-07-25
range() is pure
Niko Matsakis
-1
/
+1
2012-07-24
rust_cond_lock acquire/release should be inside the atomically { .. }
Ben Blum
-4
/
+4
2012-07-24
Add 2-degree familial relations linked failure tests & fix secondborn behaviour
Ben Blum
-10
/
+62
2012-07-24
Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.
Graydon Hoare
-13
/
+171
2012-07-24
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...
Ben Blum
-7
/
+6
2012-07-24
Remove unsupervise
Ben Blum
-1
/
+0
2012-07-24
task.rs remove old builder interface
Ben Blum
-191
/
+59
2012-07-24
Add option::unwrap_expect
Ben Blum
-0
/
+6
2012-07-24
Fix more windows breakage.
Graydon Hoare
-1
/
+1
2012-07-24
Fix windows breakage.
Graydon Hoare
-2
/
+2
2012-07-24
Merge pull request #3003 from elliottslaughter/free-cant-fail
Graydon Hoare
-0
/
+6
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-144
/
+127
2012-07-24
Add 'do atomically { .. }' for exclusives
Ben Blum
-9
/
+53
2012-07-24
Don't emit invoke instructions inside landing pads.
Elliott Slaughter
-0
/
+6
2012-07-24
Add `5.timesi() |idx| { ... }`
Paul Stansifer
-14
/
+47
2012-07-23
call task::yield in comm::peek
Ted Horst
-0
/
+3
2012-07-23
Switch reader to work with preallocated vecs
Erick Tryzelaar
-17
/
+32
2012-07-23
libcore: whitespace cleanup.
Erick Tryzelaar
-1
/
+0
2012-07-23
libcore: add vec memcpy and memmove fns
Erick Tryzelaar
-0
/
+55
2012-07-23
libcore: add vec::{mut_view, const_view}.
Erick Tryzelaar
-1
/
+25
2012-07-23
libcore: Modernize a docstring
Erick Tryzelaar
-1
/
+1
2012-07-23
Convert os/priv/uv to new task_builder interface
Ben Blum
-13
/
+10
2012-07-23
Get rid of task::future_task
Ben Blum
-46
/
+0
2012-07-23
Add task::task_builder interface for improved spawning (related #2585)
Ben Blum
-78
/
+220
2012-07-23
Add task::spawn_unlinked and start migrating away from task::unsupervise
Ben Blum
-18
/
+18
2012-07-23
remove unneeded export local_data in task.rs (#2945)
Ben Blum
-4
/
+0
2012-07-23
Moved malloc and free upcalls into rust runtime.
Elliott Slaughter
-1
/
+35
2012-07-23
Move fail upcall into rust libcore.
Elliott Slaughter
-0
/
+34
2012-07-20
*Properly* ignore the hanging linked failure test
Ben Blum
-1
/
+4
2012-07-20
task.rs rename supervise to linked internally
Ben Blum
-11
/
+11
2012-07-19
Merge pull request #2939 from jld/randomfloat
Tim Chevalier
-4
/
+4
2012-07-19
Switch io::print and io::println to take slices.
Graydon Hoare
-2
/
+2
2012-07-19
Add bonus linked failure test, #[ignore]d
Ben Blum
-0
/
+20
2012-07-18
Linked failure: add {un,}linked {un,}parented fail-{up,down} tests.
Ben Blum
-0
/
+77
2012-07-18
Linked failure: unidirectional failure with parented() (soon to be renamed)
Ben Blum
-31
/
+95
2012-07-18
Linked failure: Make joining a taskgroup O(1)
Ben Blum
-20
/
+33
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-19
/
+42
2012-07-18
iterate only over immutable vectors; use newer region notation
Niko Matsakis
-18
/
+19
2012-07-18
Make task.rs export local_data. This is a hack to work around #2945.
Michael Sullivan
-0
/
+4
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-4
/
+2
2012-07-17
Tasks should not hold a ref to their parent (Close #1789)
Ben Blum
-10
/
+17
2012-07-17
Create some infrastructure for building up @-vectors. Work on #2921.
Michael Sullivan
-14
/
+239
2012-07-17
dlist enhancements: concat/append/prepend/reverse/each_node (close #2917)
Ben Blum
-76
/
+302
2012-07-17
option: remove map's copy restriction and add map_consume
Ben Blum
-2
/
+10
[prev]
[next]