rust/src/lib
Marijn Haverbeke 0624f9db4a Add a pretty-printer
Adds a -pp option to the compiler which will cause it to simply
pretty-print the given file.
2011-03-07 12:58:08 -08:00
..
_int.rs Reformat standard library; no code changes. 2010-09-22 15:44:13 -07:00
_str.rs Make _str.bytes use _vec.init_fn. Remove FIXME. 2011-03-06 15:13:28 -08:00
_task.rs Reformat standard library; no code changes. 2010-09-22 15:44:13 -07:00
_u8.rs Reformat standard library; no code changes. 2010-09-22 15:44:13 -07:00
_uint.rs rustboot: Don't use walk to traverse statements in type.ml; fixes redundant checking, improves diagnostics. Also report untyped slots. 2010-11-18 14:19:06 -08:00
_vec.rs Implement a map2() function in std._vec 2010-11-09 15:38:42 -08:00
bitv.rs Add a check for binding an alias. Good thing, as we had two instances in our library. 2010-11-08 15:45:30 -08:00
dbg.rs Add std.dbg.trap(str msg) for help debugging. 2010-12-31 10:35:39 -08:00
deque.rs rustboot: Don't use walk to traverse statements in type.ml; fixes redundant checking, improves diagnostics. Also report untyped slots. 2010-11-18 14:19:06 -08:00
io.rs Add a pretty-printer 2011-03-07 12:58:08 -08:00
linux_os.rs rustc: Add an "_" prefix to assembler-generated symbols on Mac 2010-10-22 16:16:02 -07:00
list.rs rustboot: Don't use walk to traverse statements in type.ml; fixes redundant checking, improves diagnostics. Also report untyped slots. 2010-11-18 14:19:06 -08:00
macos_os.rs rustc: Add an "_" prefix to assembler-generated symbols on Mac 2010-10-22 16:16:02 -07:00
map.rs rustboot: Don't use walk to traverse statements in type.ml; fixes redundant checking, improves diagnostics. Also report untyped slots. 2010-11-18 14:19:06 -08:00
option.rs rustboot: Don't use walk to traverse statements in type.ml; fixes redundant checking, improves diagnostics. Also report untyped slots. 2010-11-18 14:19:06 -08:00
path.rs Add std.path module for pathname manipulations. 2011-01-10 18:17:24 -08:00
rand.rs Reformat standard library; no code changes. 2010-09-22 15:44:13 -07:00
sha1.rs Rustify some comments lifted directly from the sha-1 reference implementation 2011-02-22 21:52:23 -05:00
sort.rs Add std.sort, with a simple mergesort. 2010-12-21 00:44:06 -08:00
std.rc Rename std._io to std.io since 'io' is no longer a keyword 2011-02-22 21:52:23 -05:00
sys.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
util.rs Move the option type to its own module 2010-11-05 11:18:40 -07:00
win32_os.rs rustc: Add an "_" prefix to assembler-generated symbols on Mac 2010-10-22 16:16:02 -07:00