summary refs log tree commit diff
path: root/src/rustc/middle/resolve3.rs
AgeCommit message (Expand)AuthorLines
2012-07-10rustc: Resolve expressions in literal and range patternsPatrick Walton-1/+11
2012-07-09rustc: Handle foreign item purity correctly in resolve3Patrick Walton-1/+1
2012-07-09rustc: Fix the collision with Tim's changePatrick Walton-0/+5
2012-07-09rustc: Allow import resolutions to be inferred from external crates in resolve3Patrick Walton-4/+50
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-4/+4
2012-07-09rustc: Switch to the new resolution passPatrick Walton-113/+337
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-337/+113
2012-07-06rustc: Switch to the new resolution passPatrick Walton-113/+337
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-1/+9
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-11/+11
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-95/+95
2012-07-04Remove empty argument lists from do expressionsBen Striegel-3/+3
2012-07-03rustc: Make the error names in resolve3 conform more closely to what the comp...Patrick Walton-6/+3
2012-07-03rustc: Add X-ray functionality to resolve3 so the test runner worksPatrick Walton-34/+58
2012-07-03rustc: Record the main function in the session in resolve3Patrick Walton-0/+25
2012-07-02rustc: Remove some comments from resolve3 that are being misparsed as attributesBrian Anderson-4/+4
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+3946