summary refs log tree commit diff
path: root/src/librustc/middle/effect.rs
AgeCommit message (Expand)AuthorLines
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-23Add 'static mut' items to the languageAlex Crichton-1/+9
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-8/+8
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-5/+8
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-0/+154