summary refs log tree commit diff
path: root/src/librustc/middle/entry.rs
AgeCommit message (Expand)AuthorLines
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+1
2013-09-10middle/entry.rs Visitor refactoring (#7081): unify Entry{Context,Visitor}.Felix S. Klock II-14/+9
2013-09-06ident->name in NamedField, elsewhereJohn Clements-1/+1
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-7/+7
2013-08-15Port entry.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-9/+14
2013-08-05auto merge of #8279 : pcwalton/rust/no-main, r=brsonbors-0/+6
2013-08-03librustc: Implement `#[no_main]`, which omits the entry point entirely.Patrick Walton-0/+6
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-3/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-5/+5
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-2/+2
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-3/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-4/+4
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-11/+11
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-08rustc: Fix the logic for finding the Android main functionBrian Anderson-13/+19
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-52/+77
2013-04-29rustc: Move code for discovering the crate entry point into its own passBrian Anderson-0/+119