rust/src/librustc/middle
Brendan Zabarauskas 729060dbb9 Remove Times trait
`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal was then lost after `do` was disabled for closures. It's time to let this one go.
2014-01-30 14:52:25 +11:00
..
borrowck Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
cfg Removing support for the do syntax from libsyntax and librustc. 2014-01-29 09:15:42 -05:00
trans Remove Times trait 2014-01-30 14:52:25 +11:00
typeck auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton 2014-01-29 08:21:38 -08:00
astencode.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
check_const.rs
check_loop.rs
check_match.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
const_eval.rs
dataflow.rs Remove Times trait 2014-01-30 14:52:25 +11:00
dead.rs [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior 2014-01-21 15:48:47 -08:00
effect.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
entry.rs
freevars.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
graph.rs Uppercase numeric constants 2014-01-25 21:38:25 +13:00
kind.rs can borrow mut in proc Fixes #10617 2014-01-27 17:06:11 -08:00
lang_items.rs
lint.rs Remove Times trait 2014-01-30 14:52:25 +11:00
liveness.rs Removing support for the do syntax from libsyntax and librustc. 2014-01-29 09:15:42 -05:00
mem_categorization.rs Removing support for the do syntax from libsyntax and librustc. 2014-01-29 09:15:42 -05:00
moves.rs Removing support for the do syntax from libsyntax and librustc. 2014-01-29 09:15:42 -05:00
pat_util.rs
privacy.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
reachable.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
region.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
resolve_lifetime.rs
resolve.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
subst.rs
ty_fold.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
ty.rs Removing support for the do syntax from libsyntax and librustc. 2014-01-29 09:15:42 -05:00