rust/src/libstd
Graydon Hoare 697f1e38d6 Change 'native' and 'crust' to 'extern'.
This comes with a terminology change. All linkage-symbols are 'extern'
now, including rust syms in other crates. Some extern ABIs are
merely "foreign". The term "native" is retired, not clear/useful.

What was "crust" is now "extern" applied to a _definition_. This
is a bit of an overloading, but should be unambiguous: it means
that the definition should be made available to some non-rust ABI.
2012-06-26 16:18:37 -07:00
..
arena.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
bitv.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
c_vec.rs Change resources to classes in libstd and rustc 2012-06-22 11:53:25 -07:00
cmp.rs std: Implement a fuzzy-equal interface 2012-06-07 18:12:50 -07:00
dbg.rs std: Add debug::breakpoint 2012-06-06 23:39:55 -07:00
deque.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
ebml.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
fun_treemap.rs std: Convert to rustdoc 2012-03-09 22:56:53 -08:00
getopts.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
json.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
list.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
map.rs perf: improved the core-std benchmark 2012-06-26 14:08:16 -07:00
md4.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
net.rs std: first-pass at a tcp server API, with a basic (non-robust) test 2012-05-22 22:29:16 -07:00
net_ip.rs Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. 2012-06-21 16:44:10 -07:00
net_tcp.rs libstd: Work around some metadata infelicities that are causing problems in resolve3, and remove an unused glob 2012-06-26 14:37:29 -07:00
par.rs libstd: Work around some metadata infelicities that are causing problems in resolve3, and remove an unused glob 2012-06-26 14:37:29 -07:00
prettyprint.rs fixup auto_serialize's treatment of nullary variants 2012-03-14 21:05:06 -04:00
rope.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
serialization.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
sha1.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
smallintmap.rs Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. 2012-06-21 16:44:10 -07:00
sort.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
std.rc Moved arc to libcore and added an arc that allows shared mutable state through mutual exclusion. 2012-06-19 10:31:12 -07:00
tempfile.rs Comments only: annotate more FIXMEs in libstd 2012-05-03 17:45:06 -07:00
term.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
test.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
time.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
timer.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
treemap.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
unicode.rs Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME 2012-05-03 17:45:06 -07:00
util.rs std: Convert to rustdoc 2012-03-09 22:56:53 -08:00
uv.rs std: Rename uv::hl to uv::iotask. Additional cleanup 2012-05-25 11:03:29 -07:00
uv_global_loop.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
uv_iotask.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
uv_ll.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00