| .. |
|
int-template
|
core: Remove old template files
|
2012-11-28 15:26:55 -08:00 |
|
iter-trait
|
core: Remove old template files
|
2012-11-28 15:26:55 -08:00 |
|
task
|
librustc: Eliminate most expressions of the form a.b() that are not method calls. rs=refactoring
|
2012-11-29 17:51:56 -08:00 |
|
uint-template
|
core: Remove old template files
|
2012-11-28 15:26:55 -08:00 |
|
at_vec.rs
|
Remove stage0 stuff that was awaiting snapshot
|
2012-11-03 14:04:32 -07:00 |
|
bool.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
box.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
cast.rs
|
Make moves explicit in core tests
|
2012-10-12 20:43:37 -07:00 |
|
char.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
cleanup.rs
|
Make moves explicit in core tests
|
2012-10-12 20:43:37 -07:00 |
|
clone.rs
|
core: Add Clone trait
|
2012-11-27 11:08:19 -08:00 |
|
cmath.rs
|
rustc: Merge module and type namespaces. r=brson
|
2012-10-15 15:35:36 -07:00 |
|
cmp.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
comm.rs
|
De-mode comm::Chan
|
2012-10-04 16:48:57 -07:00 |
|
condition.rs
|
rustc: reuse const vals, translate fn paths as consts. Close #2530.
|
2012-11-06 17:13:52 -08:00 |
|
core.rc
|
Remove uses of #[merge]
|
2012-11-28 17:09:26 -08:00 |
|
dlist.rs
|
Remove superfluous by-ref in option::get, option::get_default, option::expect
|
2012-10-19 11:38:28 -07:00 |
|
dvec.rs
|
core: Convert some records to structs
|
2012-11-28 21:50:09 -08:00 |
|
either.rs
|
core: Convert some records to structs
|
2012-11-28 21:50:09 -08:00 |
|
extfmt.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
f32.rs
|
rustc: Merge module and type namespaces. r=brson
|
2012-10-15 15:35:36 -07:00 |
|
f64.rs
|
rustc: Merge module and type namespaces. r=brson
|
2012-10-15 15:35:36 -07:00 |
|
flate.rs
|
Remove comment that is now false
|
2012-10-11 16:00:30 -07:00 |
|
float.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
from_str.rs
|
Made from_str pure
|
2012-11-18 13:25:27 -08:00 |
|
gc.rs
|
rt: Remove box annihilator
|
2012-10-23 12:14:46 -07:00 |
|
hash.rs
|
No longer parse the delimiters of the RHS of a macro as part of the expansion.
|
2012-11-29 12:09:10 -08:00 |
|
int-template.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
io.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
iter-trait.rs
|
Forbid deprecated modes again in core
|
2012-10-04 16:48:57 -07:00 |
|
iter.rs
|
libcore: Implement a memory-safe "each_val" for data in aliasable, mutable locations
|
2012-11-02 10:17:32 -07:00 |
|
libc.rs
|
libcore: fix build breakage on win32 stat.
|
2012-11-21 15:35:47 -08:00 |
|
logging.rs
|
libcore: minor code cleanup.
|
2012-10-18 10:09:57 -07:00 |
|
mutable.rs
|
Made Map.contains_key, contains_key_ref, and get pure.
|
2012-11-18 13:25:24 -08:00 |
|
num.rs
|
De-export ops, cmp, num. Part of #3583.
|
2012-09-28 12:30:18 -07:00 |
|
ops.rs
|
librustc: Make the Drop trait use explicit self
|
2012-11-29 11:06:15 -08:00 |
|
option.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
os.rs
|
libcore: minor os.rs cleanup
|
2012-11-20 16:39:30 -08:00 |
|
owned.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
path.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
pipes.rs
|
No longer parse the delimiters of the RHS of a macro as part of the expansion.
|
2012-11-29 12:09:10 -08:00 |
|
private.rs
|
core: Add Clone trait
|
2012-11-27 11:08:19 -08:00 |
|
ptr.rs
|
core: Convert some records to structs
|
2012-11-28 21:50:09 -08:00 |
|
rand.rs
|
Forbid deprecated modes again in core
|
2012-10-04 16:48:57 -07:00 |
|
reflect.rs
|
Export VecUnboxedRepr from vec so a test case can use it
|
2012-10-11 17:58:45 -07:00 |
|
repr.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
result.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
rt.rs
|
libsyntax: Implement a macro die! to replace the fail expression. r=brson
|
2012-11-28 11:28:56 -08:00 |
|
run.rs
|
libcore: Make run::program_output UTF-8 safe
|
2012-10-18 23:27:55 +09:00 |
|
send_map.rs
|
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
|
2012-11-07 19:29:30 -08:00 |
|
stackwalk.rs
|
Silence most of the remaining warnings
|
2012-10-05 11:53:24 -07:00 |
|
str.rs
|
core: Convert some records to structs
|
2012-11-28 21:50:09 -08:00 |
|
sys.rs
|
Make moves explicit in core tests
|
2012-10-12 20:43:37 -07:00 |
|
to_bytes.rs
|
librustc: Add explicit self to IterBytes. r=nmatsakis
|
2012-11-28 11:36:04 -08:00 |
|
to_str.rs
|
Make to_str pure and fix const parameters for str-mutating functions
|
2012-10-11 14:17:59 -07:00 |
|
tuple.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
uint-template.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
unicode.rs
|
De-export private and unicode. Part of #3583.
|
2012-09-27 14:41:29 -07:00 |
|
unit.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |
|
util.rs
|
Remove uses of binary move - <- - from tests and libraries
|
2012-10-23 12:10:03 -07:00 |
|
vec.rs
|
Register snapshots
|
2012-11-28 12:33:00 -08:00 |