rust/src/libstd
Daniel Micay 74b317ddc2 modernize smallintmap
* switch to explicit self
* get rid of the @ box
* replace DVec with ~[] (to get rid of the mutable field)
* implement the new container::Map trait
2013-01-31 23:22:51 -05:00
..
arc.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
arena.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
base64.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
bigint.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
bitv.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
c_vec.rs std: Stop using oldcomm 2013-01-29 19:54:55 -08:00
cell.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
cmp.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
comm.rs libstd: De-export libstd. rs=deexport 2013-01-29 12:06:09 -08:00
dbg.rs libstd: De-export libstd. rs=deexport 2013-01-29 12:06:09 -08:00
deque.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
ebml.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
flatpipes.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
fun_treemap.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
future.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
getopts.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
io_util.rs std: Address XXXes in flatpipes 2013-01-10 20:10:10 -08:00
json.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
list.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
map.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
md4.rs core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut 2013-01-23 10:09:45 +00:00
net.rs Add some extra description for std::net 2013-01-01 01:02:48 -05:00
net_ip.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
net_tcp.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
net_url.rs libstd: De-export libstd. rs=deexport 2013-01-29 12:06:09 -08:00
oldsmallintmap.rs move smallintmap to oldsmallintmap 2013-01-31 23:13:56 -05:00
par.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
prettyprint.rs register snapshots 2013-01-25 15:06:07 -08:00
priority_queue.rs librustc: Disallow trait bounds in types, enumerations, and structure definitions. r=tjc 2013-01-29 10:42:58 -08:00
rl.rs libstd: De-export libstd. rs=deexport 2013-01-29 12:06:09 -08:00
rope.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
serialize.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
sha1.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
smallintmap.rs modernize smallintmap 2013-01-31 23:22:51 -05:00
sort.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
std.rc modernize smallintmap 2013-01-31 23:22:51 -05:00
sync.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
task_pool.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
tempfile.rs clean up tempfile module and rm FIXME 2013-01-16 06:19:41 -05:00
term.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
test.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
time.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
timer.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
treemap.rs add intersection and union to the Set trait 2013-01-29 22:24:00 -05:00
unicode.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
uv.rs Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
uv_global_loop.rs Merge remote-tracking branch 'brson/nocommupstream' 2013-01-25 18:06:30 -08:00
uv_iotask.rs std: Stop using oldcomm 2013-01-29 19:54:55 -08:00
uv_ll.rs std: Stop using oldcomm 2013-01-29 19:54:55 -08:00
workcache.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00