rust/src/libcore
Eric Holk e4c291530e Basic functionality for new ports and chans
The first benchmark shows about twice the throughput of the old system.
2012-06-21 16:11:11 -07:00
..
int-template Rewrite int/uint helper functions to use refs 2012-06-12 18:10:19 -07:00
iter-trait make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
uint-template Library vecs are fast now. 2012-06-21 16:11:11 -07:00
arc.rs Basic functionality for new ports and chans 2012-06-21 16:11:11 -07:00
bool.rs core: Cleanup bool module 2012-03-10 18:01:01 -08:00
box.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
char.rs Implement 2 kinds of char / str escaping. Use in rustc. Close #2306. 2012-05-31 15:32:29 -07:00
cmath.rs Use #[cfg(unix)] and #[cfg(windows)] everywhere 2012-06-07 22:28:00 -07:00
cmp.rs Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures" 2012-06-06 15:08:24 -07:00
comm.rs core: Remove resolved FIXME around port destruction 2012-06-21 13:41:59 -07:00
core.rc Basic functionality for new ports and chans 2012-06-21 16:11:11 -07:00
core.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
dvec.rs Basic functionality for new ports and chans 2012-06-21 16:11:11 -07:00
either.rs Move some code over to iterator-for to see how it performs. 2012-03-27 15:46:33 +02:00
extfmt.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
f32.rs Add neg() to the num iface 2012-06-07 18:27:10 -07:00
f64.rs Add neg() to the num iface 2012-06-07 18:27:10 -07:00
float.rs Comments only: Annotate FIXMEs in libcore 2012-06-14 17:56:41 -07:00
future.rs misc. copies in core/syntax to please borrowck 2012-06-06 18:36:15 -07:00
int-template.rs Comments only: Annotate FIXMEs in libcore 2012-06-14 17:56:41 -07:00
io.rs Use #[cfg(unix)] and #[cfg(windows)] everywhere 2012-06-07 22:28:00 -07:00
iter-trait.rs annotate FIXME in iter-trait 2012-06-14 17:57:22 -07:00
iter.rs Use #[cfg(unix)] and #[cfg(windows)] everywhere 2012-06-07 22:28:00 -07:00
libc.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
logging.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
newcomm.rs Basic functionality for new ports and chans 2012-06-21 16:11:11 -07:00
num.rs Comments only: annotate FIXMEs 2012-06-14 18:21:17 -07:00
option.rs core: Don't require copyable options where possible. Closes #2636 2012-06-18 12:57:30 -07:00
os.rs Comments only: annotate FIXMEs in core::os 2012-06-14 19:32:41 -07:00
path.rs Annotate one FIXME and remove another 2012-06-14 19:32:41 -07:00
priv.rs Use #[cfg(unix)] and #[cfg(windows)] everywhere 2012-06-07 22:28:00 -07:00
ptr.rs Move vector addition out of trans and into libcore. 2012-06-21 16:11:11 -07:00
rand.rs Use #[cfg(unix)] and #[cfg(windows)] everywhere 2012-06-07 22:28:00 -07:00
result.rs Add methods iter, iter_err, map, map_err to the result type. 2012-05-28 12:03:25 -07:00
run.rs Comments only: annotate FIXMEs in core::run 2012-06-14 19:32:41 -07:00
stackwalk.rs Don't shadow a class name with a local 2012-06-20 20:12:14 -07:00
str.rs Move vector addition out of trans and into libcore. 2012-06-21 16:11:11 -07:00
sys.rs Library vecs are fast now. 2012-06-21 16:11:11 -07:00
task.rs Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
to_str.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
tuple.rs core: Docs 2012-03-15 18:58:30 -07:00
uint-template.rs Add a Num typeclass 2012-06-14 10:55:49 -07:00
unicode.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
unsafe.rs core: Add unsafe::transmute 2012-06-08 10:58:46 -07:00
vec.rs Basic functionality for new ports and chans 2012-06-21 16:11:11 -07:00