| .. |
|
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
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -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
|
Nomenclature fixes in the lint checker. Fewer double-negatives.
|
2012-07-26 17:08:33 -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
|
Undo dlist's destructor-involving type structure in light of #3039
|
2012-07-26 21:20:02 -04:00 |
|
dvec.rs
|
core: Trait-ify various overloaded operators
|
2012-07-27 14:52:46 -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
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -07:00 |
|
f64.rs
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -07:00 |
|
float.rs
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -07:00 |
|
future.rs
|
Change #macro to macro_rules! in some cases.
|
2012-07-26 10:14:01 -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
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -07:00 |
|
io.rs
|
Remove superfluous rets (purely style)
|
2012-07-26 17:06:09 -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
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -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 .peek for recv_packets
|
2012-07-26 17:10:48 -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
|
core: Trait-ify various overloaded operators
|
2012-07-27 14:52:46 -07:00 |
|
sys.rs
|
rust_cond_lock acquire/release should be inside the atomically { .. }
|
2012-07-24 20:28:30 -04:00 |
|
task.rs
|
(comments only) Mention unsafe TLS destructor use (#3039)
|
2012-07-26 21:20:02 -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
|
core: Mark a bunch of numeric functions as pure
|
2012-07-26 14:43:44 -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
|
core: Trait-ify various overloaded operators
|
2012-07-27 14:52:46 -07:00 |