summary refs log tree commit diff
path: root/src/librustc/middle/check_loop.rs
AgeCommit message (Expand)AuthorLines
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-7/+7
2013-08-15Ported check_loop from oldvisit to <V:Visit> trait API.Felix S. Klock II-24/+30
2013-08-04fix warning still mentioning the `again` keywordDaniel Micay-1/+1
2013-08-04rm obsolete `for` support from the compilerDaniel Micay-8/+0
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-9/+9
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-0/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-15/+15
2013-05-02Use static stringsSeo Sanghyeon-3/+3
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-1/+1
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-6/+0
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-5/+5
2013-02-20librustc: tidyLuqman Aden-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-9/+24
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+2
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-3/+3
2013-01-30librustc: De-export rustc. rs=deexportingPatrick Walton-2/+2
2013-01-20convert ast::expr into a structErick Tryzelaar-1/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-8/+8
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-6/+8
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+52