rust/src/libstd
Erick Tryzelaar b05e148dc9 std: change Decoder::read_option to return a generic type
This allows read_option to be used with a custom option type instead
of just core::Option.
2013-03-28 20:34:33 -07:00
..
arc.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
arena.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
base64.rs base64: add docstring 2013-03-27 03:42:03 -04:00
bigint.rs replace impls with deriving where applicable 2013-03-23 06:57:30 -04:00
bitv.rs Autoref the argument to the index operator (#4920) 2013-03-27 13:04:03 -04:00
c_vec.rs libstd: Remove all uses of pure from libstd. rs=depure 2013-03-22 10:29:17 -07:00
cmp.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
comm.rs libstd: Remove all uses of pure from libstd. rs=depure 2013-03-22 10:29:17 -07:00
dbg.rs
deque.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
ebml.rs std: change Decoder::read_option to return a generic type 2013-03-28 20:34:33 -07:00
flatpipes.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
fun_treemap.rs
future.rs libstd: Remove all uses of pure from libstd. rs=depure 2013-03-22 10:29:17 -07:00
getopts.rs Switched over a bunch of splitting funktions to non-allocating iterators 2013-03-26 14:59:17 +01:00
io_util.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
json.rs std: change Decoder::read_option to return a generic type 2013-03-28 20:34:33 -07:00
list.rs libstd: Remove all uses of pure from libstd. rs=depure 2013-03-22 10:29:17 -07:00
md4.rs libstd: Remove all uses of pure from libstd. rs=depure 2013-03-22 10:29:17 -07:00
net_ip.rs Switched over a bunch of splitting funktions to non-allocating iterators 2013-03-26 14:59:17 +01:00
net_tcp.rs core/std: Remove uses of ++ mode 2013-03-27 17:14:10 -07:00
net_url.rs Switched over a bunch of splitting funktions to non-allocating iterators 2013-03-26 14:59:17 +01:00
net.rs
par.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
prettyprint.rs std: add option type directly to serialize::{En,De}code 2013-03-27 07:04:12 -07:00
priority_queue.rs remove obsolete purity workarounds 2013-03-22 18:08:56 -04:00
rl.rs libsyntax: Stop parsing bare functions in preparation for switching them over 2013-03-11 09:35:58 -07:00
rope.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
semver.rs libstd: Remove all uses of pure from libstd. rs=depure 2013-03-22 10:29:17 -07:00
serialize.rs std: change Decoder::read_option to return a generic type 2013-03-28 20:34:33 -07:00
sha1.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
smallintmap.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
sort.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
stats.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
std.rc librustc: Enforce that extern mod directives come first, then use directives, then items. 2013-03-26 21:30:17 -07:00
sync.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
task_pool.rs librustc: Remove all uses of static from functions. rs=destatic 2013-03-22 10:27:39 -07:00
tempfile.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
term.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
test.rs librustc: Enforce that extern mod directives come first, then use directives, then items. 2013-03-26 21:30:17 -07:00
time.rs replace impls with deriving where applicable 2013-03-23 06:57:30 -04:00
timer.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
treemap.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
unicode.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
uv_global_loop.rs Remove uses of log 2013-03-11 23:19:42 -07:00
uv_iotask.rs Remove uses of log 2013-03-11 23:19:42 -07:00
uv_ll.rs Merge remote-tracking branch 'brson/rt' 2013-03-25 12:28:54 -07:00
uv.rs Give core::rt and std::net their own uvll bindings 2013-03-18 16:59:11 -07:00
workcache.rs librustc: Add explicit lifetime binders and new lifetime notation in core/std/syntax/rustc 2013-03-22 22:24:35 -07:00