.. |
int-template
|
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 |
iter-trait
|
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 |
uint-template
|
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 |
arc.rs
|
arc.rs: make exclusive's data mutable
|
2012-07-11 12:07:06 -04:00 |
bool.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 |
box.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 |
char.rs
|
Move string append to libraries. Closes #2710.
|
2012-07-06 13:37:56 -07:00 |
cmath.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
cmp.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 |
comm.rs
|
core: New closure syntax for comm.rs/task.rs docs
|
2012-07-09 13:46:32 +02:00 |
core.rc
|
Fix some version numbers.
|
2012-07-11 09:09:08 -07:00 |
core.rs
|
Fix some version numbers.
|
2012-07-11 09:09:08 -07:00 |
dlist.rs
|
make disallow_kill an int for nested unkillables (closes #2782)
|
2012-07-05 19:56:09 -04:00 |
dvec.rs
|
Get rid of all of the remaining /~s in the code base.
|
2012-07-12 15:13:18 -07:00 |
either.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 |
extfmt.rs
|
Mostly change TODOs to FIXMEs and annotate them
|
2012-07-05 15:06:33 -07:00 |
f32.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 |
f64.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 |
float.rs
|
Get rid of all of the remaining /~s in the code base.
|
2012-07-12 15:13:18 -07:00 |
future.rs
|
Use protocol compiler in future.rs. Also split recv into recv and try_recv.
|
2012-07-10 22:00:48 -07:00 |
int-template.rs
|
Ignore a should_fail test on windows
|
2012-07-05 23:26:41 -07:00 |
io.rs
|
Switch 'cont' to 'again' everywhere. Close #2229.
|
2012-07-09 14:37:48 -07:00 |
iter-trait.rs
|
core: Newtype a bunch of types in libcore
|
2012-07-11 12:47:32 -07:00 |
iter.rs
|
core: Newtype a bunch of types in libcore
|
2012-07-11 12:47:32 -07:00 |
libc.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 |
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 |
num.rs
|
Mostly change TODOs to FIXMEs and annotate them
|
2012-07-05 15:06:33 -07:00 |
option.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 |
os.rs
|
libcore: add a task::set_sched_mode fn
|
2012-07-10 08:45:08 -07:00 |
path.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 |
pipes.rs
|
Move port_set and shared_chan into core.
|
2012-07-12 18:16:01 -07:00 |
priv.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 |
ptr.rs
|
core: Newtype a bunch of types in libcore
|
2012-07-11 12:47:32 -07:00 |
rand.rs
|
Move string append to libraries. Closes #2710.
|
2012-07-06 13:37:56 -07:00 |
result.rs
|
Get rid of all of the remaining /~s in the code base.
|
2012-07-12 15:13:18 -07:00 |
run.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 |
stackwalk.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
str.rs
|
Make push_str overallocate. Use it in some places that were still doing +=.
|
2012-07-13 16:37:27 -07:00 |
sys.rs
|
Change the interface of placement new to take a tydesc as part of Issue #2831.
|
2012-07-11 11:42:49 -07:00 |
task.rs
|
Support prefix notation for vstore strings. Closes #2906.
|
2012-07-13 17:03:49 -07:00 |
to_bytes.rs
|
Accept prefix notation for writing the types of str/~ and friends.
|
2012-07-12 16:52:26 -07:00 |
to_str.rs
|
core: Ignore to_str::test_vectors. It's busted
|
2012-07-08 00:50:46 -07:00 |
tuple.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 |
uint-template.rs
|
A new times method on numeric types
|
2012-07-05 19:44:20 -07:00 |
unicode.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 |
unsafe.rs
|
Support prefix notation for vstore strings. Closes #2906.
|
2012-07-13 17:03:49 -07:00 |
vec.rs
|
Make tests pass
|
2012-07-12 20:09:30 -07:00 |