| .. |
|
iter-trait
|
libcore: Get rid of move.
|
2013-02-15 02:49:54 -08:00 |
|
num
|
core: Address XXX, make static constants for strings used when stringifying floats
|
2013-02-28 16:49:02 -08:00 |
|
private
|
Remove code that was awaiting a snapshot
|
2013-02-28 20:30:50 -08:00 |
|
task
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
at_vec.rs
|
librustc: Forbid pub or priv before trait implementations
|
2013-02-27 09:40:16 -08:00 |
|
bool.rs
|
librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
cast.rs
|
libcore: Get rid of move.
|
2013-02-15 02:49:54 -08:00 |
|
cell.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
char.rs
|
librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
cleanup.rs
|
Remove the last remnants of rtcalls
|
2013-02-27 18:34:04 -08:00 |
|
clone.rs
|
librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
cmp.rs
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
comm.rs
|
auto merge of #5162 : brson/rust/fixmes, r=brson
|
2013-03-01 01:54:38 -08:00 |
|
condition.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
container.rs
|
rm each method from the Map trait
|
2013-02-07 22:04:35 -05:00 |
|
core.rc
|
librustc: "APL2" -> "ASL2". rs=license-fix
|
2013-03-01 08:41:31 -08:00 |
|
dlist.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
dvec.rs
|
Remove REC, change related tests/docs
|
2013-03-02 12:57:05 +09:00 |
|
either.rs
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
flate.rs
|
libcore: Get rid of move.
|
2013-02-15 02:49:54 -08:00 |
|
from_str.rs
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
|
2013-02-07 05:53:30 -08:00 |
|
gc.rs
|
core: Remove structural records from the rest of core, except pipes
|
2013-02-07 22:48:57 -08:00 |
|
hash.rs
|
Hoist macro defs out of inner function
|
2013-02-26 10:26:42 -08:00 |
|
hashmap.rs
|
Fix implicit leaks of imports throughout libraries
|
2013-02-28 18:00:34 -05:00 |
|
io.rs
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
iter-trait.rs
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
iter.rs
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
kinds.rs
|
Register snapshots
|
2012-12-17 16:44:27 -08:00 |
|
libc.rs
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
|
2013-02-07 05:53:30 -08:00 |
|
logging.rs
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
|
2013-02-07 05:53:30 -08:00 |
|
managed.rs
|
Put unique allocs in managed heap when they might contain managed boxes.
|
2013-02-21 23:01:17 -08:00 |
|
mutable.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
nil.rs
|
librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
ops.rs
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
|
2013-02-07 05:53:30 -08:00 |
|
option.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
os.rs
|
Remove REC, change related tests/docs
|
2013-03-02 12:57:05 +09:00 |
|
owned.rs
|
libsyntax: Forbid ~mut and ~const. rs=demuting
|
2013-02-27 09:40:15 -08:00 |
|
path.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
pipes.rs
|
Remove code that was awaiting a snapshot
|
2013-02-28 20:30:50 -08:00 |
|
prelude.rs
|
core: Extract comm from pipes. #4742
|
2013-02-21 17:36:54 -08:00 |
|
private.rs
|
auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis
|
2013-02-28 17:21:40 -08:00 |
|
ptr.rs
|
Remove REC, change related tests/docs
|
2013-03-02 12:57:05 +09:00 |
|
rand.rs
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
reflect.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
repr.rs
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
result.rs
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
rt.rs
|
Remove the last remnants of rtcalls
|
2013-02-27 18:34:04 -08:00 |
|
run.rs
|
Remove legacy object creation mode, and convert remaining uses of it
|
2013-02-28 20:28:04 -05:00 |
|
stackwalk.rs
|
Remove code that was awaiting a snapshot
|
2013-02-28 20:30:50 -08:00 |
|
str.rs
|
core: Address XXX, make static constants for strings used when stringifying floats
|
2013-02-28 16:49:02 -08:00 |
|
sys.rs
|
libcore: Get rid of move.
|
2013-02-15 02:49:54 -08:00 |
|
to_bytes.rs
|
librustc: Forbid pub or priv before trait implementations
|
2013-02-27 09:40:16 -08:00 |
|
to_str.rs
|
auto merge of #5098 : pkgw/rust/pr/issue4869, r=brson
|
2013-02-27 20:39:39 -08:00 |
|
tuple.rs
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -08:00 |
|
unicode.rs
|
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
|
2013-02-07 05:53:30 -08:00 |
|
util.rs
|
Turn old drop blocks into Drop traits
|
2013-02-27 19:14:19 -05:00 |
|
vec.rs
|
Fix implicit leaks of imports throughout libraries
|
2013-02-28 18:00:34 -05:00 |