rust/src/libcore
Jeff Olson 708b5d986e core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test
i mistook an "unconstrained type" error, due to type-inference messup
because i didnt have return vals in some closure wired-up right, for being
due to not having a str as a str/& (a str will actually auto-coerce to a
str/&, so str::as_slice was erroneously added. my bad).
2012-06-29 15:41:55 -07:00
..
int-template Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -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 Mark exclusive arc-related functions as unsafe. Fixes #2727. 2012-06-27 10:24:51 -07:00
bool.rs core: Cleanup bool module 2012-03-10 18:01:01 -08:00
box.rs core: Convert declarations to not use the trailing 'unsafe' notation 2012-06-25 12:48:39 -07:00
char.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
cmath.rs Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. 2012-06-21 16:44:10 -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 Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
core.rc Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. 2012-06-21 16:44:10 -07:00
core.rs Remove redundant 'extension' mods from numeric mods 2012-06-25 14:25:48 -07:00
dvec.rs Removed pretty much all the vector+ from core (issue #2719) 2012-06-27 15:22:06 -07:00
either.rs Removed pretty much all the vector+ from core (issue #2719) 2012-06-27 15:22:06 -07:00
extfmt.rs Make fmt use a bitmask instead of a vector of flags. Closes #1993. 2012-06-28 23:36:00 -07:00
f32.rs Remove redundant 'extension' mods from numeric mods 2012-06-25 14:25:48 -07:00
f64.rs Remove redundant 'extension' mods from numeric mods 2012-06-25 14:25:48 -07:00
float.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
future.rs core: make_a_sandwitch -> make_a_sandwich 2012-06-26 13:55:33 -07:00
int-template.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
io.rs More perf tweaks (issue #2719) 2012-06-26 14:08:16 -07:00
iter-trait.rs Add position() to iter/iter-trait 2012-06-28 00:02:16 -04:00
iter.rs Add position() to iter/iter-trait 2012-06-28 00:02:16 -04:00
libc.rs Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. 2012-06-21 16:44:10 -07:00
logging.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
newcomm.rs Fixing illegal moves. 2012-06-21 16:11:11 -07:00
num.rs Comments only: annotate FIXMEs 2012-06-14 18:21:17 -07:00
option.rs Merge 2012-06-25 13:29:41 -07:00
os.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
path.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
priv.rs Merge 2012-06-25 13:29:41 -07:00
ptr.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
rand.rs Removed pretty much all the vector+ from core (issue #2719) 2012-06-27 15:22:06 -07:00
result.rs Removed pretty much all the vector+ from core (issue #2719) 2012-06-27 15:22:06 -07:00
run.rs Removed pretty much all the vector+ from core (issue #2719) 2012-06-27 15:22:06 -07:00
stackwalk.rs Don't shadow a class name with a local 2012-06-20 20:12:14 -07:00
str.rs core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test 2012-06-29 15:41:55 -07:00
sys.rs Fix sys::refcount and remove dbg::refcount 2012-06-28 14:40:31 -04:00
task.rs Cleanup failure handling around rust_new_task_in_sched - closes #2668 2012-06-28 19:02:48 -04:00
to_str.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
tuple.rs core: Docs 2012-03-15 18:58:30 -07:00
uint-template.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
unicode.rs core: Convert to rustdoc 2012-03-09 22:56:53 -08:00
unsafe.rs Add task-local storage in libcore. 2012-06-28 00:10:09 -04:00
vec.rs core: export vec::unshift 2012-06-29 15:41:55 -07:00