summary refs log tree commit diff
path: root/src/librustc/middle/entry.rs
AgeCommit message (Expand)AuthorLines
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