summary refs log tree commit diff
path: root/src/librustc/middle/expr_use_visitor.rs
AgeCommit message (Expand)AuthorLines
2014-06-19auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakisbors-1/+1
2014-06-18Revise dataflow to do a cfg-driven walk.Felix S. Klock II-18/+1
2014-06-17librustc: Don't overwrite vtables when coercing to trait object.Luqman Aden-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-92/+95
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09librustc: Implement overloading for the call operator behind a featurePatrick Walton-4/+15
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-4/+4
2014-06-06Add a move reason to the Move ConsumeMode.Cameron Zwarich-7/+15
2014-06-06Add an Init mode to MutateMode.Cameron Zwarich-1/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-6/+4
2014-05-18Remove leading underscores in function signatures in a trait definition.Cameron Zwarich-2/+2
2014-04-30Address nits from @pnkfelixNiko Matsakis-42/+41
2014-04-28Remove default method implementationsNiko Matsakis-23/+18
2014-04-24Convert delegate to use an object type and remove FIXME from closed issueNiko Matsakis-10/+7
2014-04-24Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove theNiko Matsakis-0/+868