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-17
rustc: Fix coherence errors in the build
Patrick Walton
-4
/
+19
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-8
/
+64
2012-07-17
Add option::while_some; also add more pure (close #2927)
Ben Blum
-8
/
+34
2012-07-17
Error checking for protocols. We'll need spans though.
Eric Holk
-0
/
+23
2012-07-17
dvec/vec interface cleanup: fixing reach, reverse, adding more pure
Ben Blum
-25
/
+71
2012-07-16
Prevent random floats from occasionally being greater than 1.
Jed Davis
-4
/
+4
2012-07-16
Updating str syntax
Eric Holk
-1
/
+1
2012-07-16
Add a selectable trait.
Eric Holk
-2
/
+14
2012-07-16
replace core::tuple functions with methods
Gareth Daniel Smith
-18
/
+24
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-6
/
+5
2012-07-14
More platform specific deprecated strings...
Michael Sullivan
-19
/
+19
2012-07-14
Get rid of more deprecated strs on non 64-bit linux platforms.
Michael Sullivan
-1
/
+1
2012-07-14
Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor...
Michael Sullivan
-24
/
+24
2012-07-14
Merge branch 'vector-reform' into incoming
Michael Sullivan
-1126
/
+1134
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-1126
/
+1134
2012-07-14
core.rc export dlist
Ben Blum
-0
/
+1
2012-07-14
dlist: handle iter early break properly
Ben Blum
-1
/
+11
2012-07-13
Switch TODOs to FIXMEs
Ben Blum
-2
/
+2
2012-07-13
Workaround #2912: Implement existential TLS and cheat with taskgroup key
Ben Blum
-39
/
+41
2012-07-13
Reintroduce linked failure (killing runtime)
Ben Blum
-20
/
+36
2012-07-13
Reintroduce linked failure
Ben Blum
-35
/
+183
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-13
/
+13
2012-07-13
Make push_str overallocate. Use it in some places that were still doing +=.
Michael Sullivan
-2
/
+19
2012-07-12
Make tests pass
Eric Holk
-0
/
+3
2012-07-12
libcore: Add a to_slice_ptr function
Patrick Walton
-0
/
+12
2012-07-12
Comments only: TODOs to FIXME in the runtime
Tim Chevalier
-1
/
+1
2012-07-12
Move port_set and shared_chan into core.
Eric Holk
-5
/
+79
2012-07-12
Use unsafe pointers for recv_packet::header, because the region system is har...
Eric Holk
-13
/
+17
2012-07-12
Fix the signature on vec::view.
Eric Holk
-2
/
+2
2012-07-12
Merge remote-tracking branch 'origin/dist-snap' into incoming
Graydon Hoare
-2
/
+2
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-11
/
+11
2012-07-12
Revert linked failure
Ben Blum
-183
/
+35
2012-07-12
Revert linked failure (killing runtime)
Ben Blum
-36
/
+20
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-8
/
+8
2012-07-12
Fix linked failure with root taskgroup to kill the runtime too.
Ben Blum
-20
/
+36
2012-07-12
Merge branch 'rt-changes' into incoming
Michael Sullivan
-3
/
+2
2012-07-11
core: Newtype a bunch of types in libcore
Patrick Walton
-21
/
+141
2012-07-11
Change the interface of placement new to take a tydesc as part of Issue #2831.
Michael Sullivan
-2
/
+2
2012-07-11
Fix some version numbers.
Graydon Hoare
-2
/
+2
2012-07-11
Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)
Ben Blum
-35
/
+183
2012-07-11
arc.rs: make exclusive's data mutable
Ben Blum
-3
/
+3
2012-07-10
Pipe code cleanup
Eric Holk
-19
/
+9
2012-07-10
Move streams into core.
Eric Holk
-0
/
+67
2012-07-10
Use protocol compiler in future.rs. Also split recv into recv and try_recv.
Eric Holk
-54
/
+11
2012-07-10
Handle failure conditions correctly in pipes.
Eric Holk
-11
/
+23
2012-07-10
Remember to wake up blocked task on sender terminate.
Eric Holk
-1
/
+10
2012-07-10
Added peek for pipes.
Eric Holk
-0
/
+23
2012-07-10
Added select2 for pipes.
Eric Holk
-1
/
+26
2012-07-10
Get rid of unused fields in tydescs. Closes #2351.
Michael Sullivan
-1
/
+0
2012-07-10
libcore: fix task::test_osmain test.
Erick Tryzelaar
-1
/
+1
[prev]
[next]