| .. |
|
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
|
Tighten pipe exports, and refactor traits.
|
2012-07-25 12:12:25 -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
|
iterate only over immutable vectors; use newer region notation
|
2012-07-18 11:48:58 -07:00 |
|
at_vec.rs
|
Create some infrastructure for building up @-vectors. Work on #2921.
|
2012-07-17 17:09:25 -07:00 |
|
bool.rs
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -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 the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -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
|
Update some str functions to slices, merge as_buf and unpack_slice.
|
2012-07-24 12:35:52 -07:00 |
|
core.rc
|
Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.
|
2012-07-24 17:11:13 -07:00 |
|
core.rs
|
Add 5.timesi() |idx| { ... }
|
2012-07-24 11:44:58 -07:00 |
|
dlist.rs
|
dlist enhancements: concat/append/prepend/reverse/each_node (close #2917)
|
2012-07-17 20:03:14 -04:00 |
|
dvec.rs
|
dvec/vec interface cleanup: fixing reach, reverse, adding more pure
|
2012-07-17 13:32:52 -04: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
|
Allow logging slices
|
2012-07-25 12:12:25 -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
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
future.rs
|
Added liveness analysis for protocols, and removed warnings about empty states.
|
2012-07-17 17:46:31 -07:00 |
|
hash.rs
|
Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.
|
2012-07-24 17:11:13 -07:00 |
|
int-template.rs
|
Update some str functions to slices, merge as_buf and unpack_slice.
|
2012-07-24 12:35:52 -07:00 |
|
io.rs
|
Update some str functions to slices, merge as_buf and unpack_slice.
|
2012-07-24 12:35:52 -07:00 |
|
iter-trait.rs
|
rustc: Implement and enforce instance coherence
|
2012-07-17 15:46:43 -07:00 |
|
iter.rs
|
Add 5.timesi() |idx| { ... }
|
2012-07-24 11:44:58 -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
|
Add option::unwrap_expect
|
2012-07-24 17:27:34 -04:00 |
|
os.rs
|
Fix more windows breakage.
|
2012-07-24 14:08:34 -07:00 |
|
path.rs
|
remove typestate from code, tests, and docs
|
2012-07-14 17:37:20 -07:00 |
|
pipes.rs
|
Refactor the bounded pingpong example to avoid needing to generate unsafe code.
|
2012-07-25 12:12:25 -07:00 |
|
priv.rs
|
Convert os/priv/uv to new task_builder interface
|
2012-07-23 20:09:17 -04:00 |
|
ptr.rs
|
Update some str functions to slices, merge as_buf and unpack_slice.
|
2012-07-24 12:35:52 -07:00 |
|
rand.rs
|
Prevent random floats from occasionally being greater than 1.
|
2012-07-16 21:54:57 -07:00 |
|
result.rs
|
remove typestate from code, tests, and docs
|
2012-07-14 17:37:20 -07:00 |
|
rt.rs
|
Don't emit invoke instructions inside landing pads.
|
2012-07-24 12:20:39 -07:00 |
|
run.rs
|
Fix windows breakage.
|
2012-07-24 13:55:27 -07:00 |
|
stackwalk.rs
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
str.rs
|
Allow logging slices
|
2012-07-25 12:12:25 -07:00 |
|
sys.rs
|
rust_cond_lock acquire/release should be inside the atomically { .. }
|
2012-07-24 20:28:30 -04:00 |
|
task.rs
|
Handle notification channels in task.rs
|
2012-07-25 13:22:43 -04:00 |
|
to_bytes.rs
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
to_str.rs
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
tuple.rs
|
rustc: Fix coherence errors in the build
|
2012-07-17 16:49:54 -07:00 |
|
uint-template.rs
|
range() is pure
|
2012-07-25 05:45:52 -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
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
vec.rs
|
from_fn and ref_set do not require copy bound
|
2012-07-25 05:45:52 -07:00 |