rust/src/lib
Matt Brubeck 76077a9fb7 Add should_fail annotation for unit tests
This allows test cases to assert that a function is expected to fail.
Tests annotated with "should_fail" will succeed only if the function
fails.
2011-11-01 16:55:39 -07:00
..
aio.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
bitv.rs Document std::bitv 2011-10-27 15:35:56 -07:00
box.rs stdlib: Make reinterpret_cast and leak unsafe 2011-10-28 14:19:17 -07:00
char.rs Add a char::to_digit function 2011-10-31 16:15:36 +01:00
comm.rs Move to short type parameter keywords 2011-10-28 15:25:33 +02:00
ctypes.rs Begin documenting std and add doc generation using naturaldocs 2011-10-25 18:01:52 -07:00
dbg.rs migrate debugging funcs 2011-10-24 16:06:17 -07:00
deque.rs Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
ebml.rs Remove last uses of iterators from stdlib 2011-10-21 12:31:48 +02:00
either.rs Begin documenting std and add doc generation using naturaldocs 2011-10-25 18:01:52 -07:00
extfmt.rs Begin documenting std and add doc generation using naturaldocs 2011-10-25 18:01:52 -07:00
float.rs Make float::from_str ignore whitespace (#1089) 2011-10-30 13:40:59 -07:00
fs.rs stdlib: Add fs::splitext 2011-10-28 23:34:01 -07:00
fun_treemap.rs Convert various functions in std to take lambda blocks 2011-10-27 16:27:47 -07:00
generic_os.rs Begin documenting std and add doc generation using naturaldocs 2011-10-25 18:01:52 -07:00
getopts.rs Begin documenting std and add doc generation using naturaldocs 2011-10-25 18:01:52 -07:00
int.rs Add a char::to_digit function 2011-10-31 16:15:36 +01:00
io.rs stdlib: Make io failures recoverable by returning a result 2011-10-29 01:25:11 -07:00
linux_os.rs Add more std documentation 2011-10-26 18:32:34 -07:00
list.rs stdlib: Fix the list::foldl implementation 2011-10-28 13:45:32 -07:00
macos_os.rs move more native "rust" to native "c-stack-cdecl" 2011-10-24 16:06:16 -07:00
map.rs Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
math.rs Add more std documentation 2011-10-26 18:32:34 -07:00
net.rs Add more std documentation 2011-10-26 18:32:34 -07:00
option.rs Make option::is_some option::is_none pure 2011-10-27 18:15:58 -07:00
posix_fs.rs Add more std documentation 2011-10-26 18:32:34 -07:00
ptr.rs stdlib: Make reinterpret_cast and leak unsafe 2011-10-28 14:19:17 -07:00
rand.rs Add more std documentation 2011-10-26 18:32:34 -07:00
result.rs stdlib: Fix type in docs for result::chan 2011-10-29 20:16:44 -07:00
run_program.rs stdlib: Replace an unsafe cast with ptr::null 2011-10-28 14:25:40 -07:00
sha1.rs Add more std documentation 2011-10-26 18:32:34 -07:00
sio.rs Factor imports mindlessly. 2011-09-12 16:13:28 -07:00
smallintmap.rs Add more std documentation 2011-10-26 18:32:34 -07:00
sort.rs stdlib: Make merge_sort take [mutable? T] 2011-10-28 13:56:01 -07:00
std.rc stdlib: Add result module 2011-10-29 01:25:06 -07:00
str.rs Rename std::str::chars to iter_chars 2011-10-31 15:41:52 +01:00
sys.rs Add more std documentation 2011-10-26 18:32:34 -07:00
task.rs stdlib: Make reinterpret_cast and leak unsafe 2011-10-28 14:19:17 -07:00
term.rs Add more std docs 2011-10-27 14:54:18 -07:00
test.rs Add should_fail annotation for unit tests 2011-11-01 16:55:39 -07:00
time.rs Add more std docs 2011-10-27 14:54:18 -07:00
treemap.rs Convert various functions in std to take lambda blocks 2011-10-27 16:27:47 -07:00
u8.rs Add more std docs 2011-10-27 14:54:18 -07:00
u32.rs Add more std docs 2011-10-27 14:54:18 -07:00
u64.rs Add more std docs 2011-10-27 14:54:18 -07:00
ufind.rs Factor imports mindlessly. 2011-09-12 16:13:28 -07:00
uint.rs Add a char::to_digit function 2011-10-31 16:15:36 +01:00
unicode.rs Begin sketching an ICU binding. Doesn't work yet. 2011-09-15 15:49:17 -07:00
unsafe.rs stdlib: Make reinterpret_cast and leak unsafe 2011-10-28 14:19:17 -07:00
util.rs Add more std docs 2011-10-27 14:54:18 -07:00
vec.rs stdlib: Add vec::concat to concatenate a vector of vectors 2011-10-29 18:14:08 -07:00
win32_fs.rs remove (unused) fn rust_list_files from win32_fs; that is 2011-10-24 16:06:18 -07:00
win32_os.rs move more native "rust" to native "c-stack-cdecl" 2011-10-24 16:06:16 -07:00