rust/src/libstd
Patrick Walton e78f2e2ac5 librustc: Make the compiler ignore purity.
For bootstrapping purposes, this commit does not remove all uses of
the keyword "pure" -- doing so would cause the compiler to no longer
bootstrap due to some syntax extensions ("deriving" in particular).
Instead, it makes the compiler ignore "pure". Post-snapshot, we can
remove "pure" from the language.

There are quite a few (~100) borrow check errors that were essentially
all the result of mutable fields or partial borrows of `@mut`. Per
discussions with Niko I think we want to allow partial borrows of
`@mut` but detect obvious footguns. We should also improve the error
message when `@mut` is erroneously reborrowed.
2013-03-18 17:21:16 -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 librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming 2013-03-18 17:21:14 -07:00
bitv.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07: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 librustc: Convert all uses of assert over to fail_unless! 2013-03-07 22:37:57 -08: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 librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07: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 auto merge of #5293 : brson/rust/logging, r=brson 2013-03-13 10:40:07 -07:00
io_util.rs De-implicit-self libstd 2013-03-07 21:11:09 -05:00
json.rs librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -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.rs Add some extra description for std::net 2013-01-01 01:02:48 -05: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 test: Fix tests. 2013-03-07 22:37:58 -08:00
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 librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07: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 librustc: Make the compiler ignore purity. 2013-03-18 17:21:16 -07: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 Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -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: 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.rs core: Add rt mod and add the new scheduler code 2013-03-11 19:44:29 -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
workcache.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00