.. |
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
|
Remove shared_arc (unused) and fix trivial-message
|
2012-07-25 15:15:46 -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
|
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
|
2012-07-25 18:37:03 -07:00 |
core.rs
|
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
|
2012-07-25 18:37:03 -07:00 |
dlist.rs
|
dlist enhancements: concat/append/prepend/reverse/each_node (close #2917)
|
2012-07-17 20:03:14 -04:00 |
dvec.rs
|
Add #[inline(never)], and also fixed inlining on vec::push
|
2012-07-25 17:30:13 -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
|
More purity to make it easier to borrow strings in format strings.
|
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
|
Reject non-UTF-8 files when reading as str. Close #2918.
|
2012-07-25 15:34:18 -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 |
ops.rs
|
libcore: Add missing ops.rs
|
2012-07-25 19:03:55 -07:00 |
option.rs
|
Add option::unwrap_expect
|
2012-07-24 17:27:34 -04:00 |
os.rs
|
Fix os::env race (#2870)
|
2012-07-25 18:03:00 -04:00 |
path.rs
|
remove typestate from code, tests, and docs
|
2012-07-14 17:37:20 -07:00 |
pipes.rs
|
Added a select2 trait. Fixes #2898
|
2012-07-25 15:15:46 -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
|
More purity to make it easier to borrow strings in format strings.
|
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
|
Add #[inline(never)], and also fixed inlining on vec::push
|
2012-07-25 17:30:13 -07:00 |