rust/src/libstd
bors b8899138f8 auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie
A slice now always refers to something that returns an borrowed pointer, views don't exist anymore. If you want to have an explictit copy of a slice, use `to_owned()`
2013-03-21 07:06:54 -07:00
..
arc.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
arena.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
base64.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
bigint.rs core: rename vec::rev_each{,i} to vec::each{,i}_reverse 2013-03-19 20:24:04 -07:00
bitv.rs back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique 2013-03-21 14:05:57 +01:00
c_vec.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
cmp.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08:00
comm.rs add stage3 markers where necessary for dist-snap 2013-03-20 13:48:57 -07:00
dbg.rs libstd: Remove extern mod { ... } from libstd. rs=deexterning 2013-03-07 22:32:52 -08:00
deque.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
ebml.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
flatpipes.rs back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique 2013-03-21 14:05:57 +01:00
fun_treemap.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
future.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
getopts.rs back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique 2013-03-21 14:05:57 +01:00
io_util.rs De-implicit-self libstd 2013-03-07 21:11:09 -05:00
json.rs core: add str::each{,i}_reverse 2013-03-20 07:53:23 -07:00
list.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
md4.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
net_ip.rs Remove uses of log 2013-03-11 23:19:42 -07:00
net_tcp.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
net_url.rs back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique 2013-03-21 14:05:57 +01:00
net.rs
oldmap.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
par.rs Remove uses of log 2013-03-11 23:19:42 -07:00
prettyprint.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
priority_queue.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
rl.rs libsyntax: Stop parsing bare functions in preparation for switching them over 2013-03-11 09:35:58 -07:00
rope.rs back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique 2013-03-21 14:05:57 +01:00
semver.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
serialize.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
sha1.rs back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique 2013-03-21 14:05:57 +01:00
smallintmap.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
sort.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
stats.rs librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
std.rc core: Add rt mod and add the new scheduler code 2013-03-11 19:44:29 -07:00
sync.rs libsyntax: Stop parsing old lifetimes, except for the ones on data type declarations. 2013-03-18 17:21:15 -07:00
task_pool.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08: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: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
test.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
time.rs libsyntax: Never use ::<> in the type grammar 2013-03-20 13:54:25 -07: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: Make the compiler ignore purity. 2013-03-18 17:21:16 -07:00
unicode.rs librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08: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.rs core: Add rt mod and add the new scheduler code 2013-03-11 19:44:29 -07:00
workcache.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00