summary refs log tree commit diff
path: root/src/librustc/middle/effect.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Disowned the Visitor.Eduard Burtescu-3/+3
2013-12-26librustc: De-`@mut` `used_unsafe` in the type contextPatrick Walton-1/+2
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-2/+2
2013-11-28Register new snapshotsAlex Crichton-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-10-09Forbid modifications of strings in the compilerAlex Crichton-96/+100
2013-09-30rustc: Remove usage of fmt!Alex Crichton-5/+5
2013-09-11Implement the notion of a "generated unsafe block"Alex Crichton-2/+4
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-10/+10
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-3/+3
2013-08-15Ported effect checker from oldvisit to <V:Visitor> trait API.Felix S. Klock II-50/+65
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-8/+8
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-3/+3
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-1/+1
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-2/+2
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