| .. |
|
int-template
|
Make utility funs in core::int, core::uint, etc. not by-reference
|
2012-08-31 16:21:47 -07:00 |
|
iter-trait
|
Make more moves explicit in libcore
|
2012-09-10 12:38:52 -07:00 |
|
uint-template
|
Make utility funs in core::int, core::uint, etc. not by-reference
|
2012-08-31 16:21:47 -07:00 |
|
at_vec.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
bool.rs
|
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
|
2012-09-07 12:24:48 -07:00 |
|
box.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
char.rs
|
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
|
2012-09-07 12:24:48 -07:00 |
|
cleanup.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
cmath.rs
|
Merge pull request #3383 from crabtw/fbsd
|
2012-09-04 12:14:09 -07:00 |
|
cmp.rs
|
Document IterBytes, Eq, Cmp, Hash. Close #3449.
|
2012-09-12 17:08:25 -07:00 |
|
comm.rs
|
Doc fix, close #3419
|
2012-09-13 16:10:21 -07:00 |
|
core.rc
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
core.rs
|
Remove some transitional code
|
2012-09-12 15:09:21 -07:00 |
|
dlist.rs
|
Make moves explicit in arguments
|
2012-09-11 20:02:34 -07:00 |
|
dvec.rs
|
fixup mutability of vec::each, make iter_bytes pure
|
2012-09-12 13:29:31 -07:00 |
|
either.rs
|
Make more moves explicit in libcore
|
2012-09-10 12:38:52 -07:00 |
|
extfmt.rs
|
Remove some transitional code
|
2012-09-12 15:09:21 -07:00 |
|
f32.rs
|
Merge pull request #3383 from crabtw/fbsd
|
2012-09-04 12:14:09 -07:00 |
|
f64.rs
|
Merge pull request #3383 from crabtw/fbsd
|
2012-09-04 12:14:09 -07:00 |
|
flate.rs
|
Rename vec::unsafe to vec::raw
|
2012-09-12 17:45:36 -07:00 |
|
float.rs
|
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
|
2012-09-07 12:24:48 -07:00 |
|
from_str.rs
|
libcore: Add missing from_str.rs
|
2012-09-03 15:59:37 -07:00 |
|
future.rs
|
Make moves explicit in arguments
|
2012-09-11 20:02:34 -07:00 |
|
gc.rs
|
Convert 'import' to 'use'. Remove 'import' keyword.
|
2012-09-10 19:04:26 -07:00 |
|
hash.rs
|
Document IterBytes, Eq, Cmp, Hash. Close #3449.
|
2012-09-12 17:08:25 -07:00 |
|
int-template.rs
|
s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs
|
2012-09-13 13:24:33 -07:00 |
|
io.rs
|
Rename vec::unsafe to vec::raw
|
2012-09-12 17:45:36 -07:00 |
|
iter-trait.rs
|
make iter::position() not require Eq
|
2012-09-13 09:14:49 -07:00 |
|
iter.rs
|
make iter::position() not require Eq
|
2012-09-13 09:14:49 -07:00 |
|
libc.rs
|
Convert 'import' to 'use'. Remove 'import' keyword.
|
2012-09-10 19:04:26 -07:00 |
|
logging.rs
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
mutable.rs
|
Make all moves explicit in libsyntax
|
2012-09-10 18:28:47 -07:00 |
|
num.rs
|
Make Num::from_int a static method
|
2012-08-14 20:03:31 -07:00 |
|
ops.rs
|
Camel case core::ops
|
2012-09-02 18:13:56 -07:00 |
|
option.rs
|
Make moves explicit in arguments
|
2012-09-11 20:02:34 -07:00 |
|
os.rs
|
Fix stray vec::as_buf, try to put out fire on win32.
|
2012-09-13 16:16:15 -07:00 |
|
path.rs
|
Teach path to collapse double-slashes in components. Close #3430.
|
2012-09-13 19:53:30 -07:00 |
|
pipes.rs
|
Remove some transitional code
|
2012-09-12 15:09:21 -07:00 |
|
private.rs
|
purge the separate path for rel ops (e.g., ==) vs other bin ops
|
2012-09-12 15:41:22 -07:00 |
|
ptr.rs
|
libcore: Implement a box annihilator, not called yet
|
2012-09-14 16:13:13 -07:00 |
|
rand.rs
|
Make all remaining moves explicit in libcore
|
2012-09-10 16:31:39 -07:00 |
|
reflect.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
repr.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
result.rs
|
Make more moves explicit in libcore
|
2012-09-10 12:38:52 -07:00 |
|
rt.rs
|
core: Remove old definition of rt_fail
|
2012-09-13 11:49:55 -07:00 |
|
run.rs
|
s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs
|
2012-09-13 13:24:33 -07:00 |
|
send_map.rs
|
libcore: send_map test simplification.
|
2012-09-15 13:38:41 -07:00 |
|
stackwalk.rs
|
Remove 'let' syntax for struct fields
|
2012-09-07 14:02:33 -07:00 |
|
str.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |
|
sys.rs
|
libcore: Make %? use the visitor, not shape glue
|
2012-09-12 18:59:14 -07:00 |
|
task.rs
|
rustc: Back out box annihilator
|
2012-09-14 19:59:07 -07:00 |
|
to_bytes.rs
|
Document IterBytes, Eq, Cmp, Hash. Close #3449.
|
2012-09-12 17:08:25 -07:00 |
|
to_str.rs
|
libcore: Add some visitor-based logging functionality
|
2012-09-12 18:22:08 -07:00 |
|
tuple.rs
|
Make more moves explicit in libcore
|
2012-09-10 12:38:52 -07:00 |
|
uint-template.rs
|
s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs
|
2012-09-13 13:24:33 -07:00 |
|
unicode.rs
|
Remove the 'to' keyword
|
2012-09-01 18:38:18 -07:00 |
|
uniq.rs
|
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
|
2012-09-07 12:24:48 -07:00 |
|
unit.rs
|
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
|
2012-09-07 12:24:48 -07:00 |
|
unsafe.rs
|
libcore: Remove debugging code from transmute.
|
2012-09-12 19:08:01 -07:00 |
|
util.rs
|
Add a bunch of inline hints.
|
2012-09-12 14:48:18 -07:00 |
|
vec.rs
|
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr types.
|
2012-09-14 19:09:38 -07:00 |