summary refs log tree commit diff
path: root/src/rustc/middle
AgeCommit message (Expand)AuthorLines
2012-07-10Fix take glue for slices.Michael Sullivan-0/+3
2012-07-10Don't fail when emitting free glue for fixed and region evecs.Michael Sullivan-3/+0
2012-07-10Mop up merge collision.Graydon Hoare-8/+6
2012-07-10Modify reflect interface to pass tydescs back to client, stop on false return.Graydon Hoare-89/+133
2012-07-10Make old_vecs an error.Michael Sullivan-1/+1
2012-07-10Disallow implicitly binding methods in typechecker. Closes #2189.Michael Sullivan-79/+104
2012-07-10Remove the empty tuple of tydescs from closures. Closes #2531.Michael Sullivan-8/+5
2012-07-10Get rid of a lot of bind related cruft as part of Issue #2189.Michael Sullivan-290/+41
2012-07-10Clean up the tydesc handling code in trans.Michael Sullivan-119/+80
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-09Allow folds to drop items.Paul Stansifer-2/+2
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-15/+15
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-5/+7
2012-07-09change borrowck error msg: 'declared in outer block' -> 'captured in a closur...Ben Blum-2/+4
2012-07-09rustc: Switch to the new resolution passPatrick Walton-113/+346
2012-07-08Revert "change borrowck error msg: 'declared in outer block' -> 'captured in ...Brian Anderson-4/+2
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-346/+113
2012-07-06change borrowck error msg: 'declared in outer block' -> 'captured in a closure'Ben Blum-2/+4
2012-07-06rustc: Switch to the new resolution passPatrick Walton-113/+346
2012-07-06Be less eager about implicit borrowing when doing method resolution. Closes #...Michael Sullivan-15/+24
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-10/+10
2012-07-06Rip out a bunch more append code from trans.Michael Sullivan-90/+0
2012-07-06Remove tvec::trans_addEric Holk-45/+0
2012-07-06Move string append to libraries. Closes #2710.Michael Sullivan-2/+2
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-1/+16
2012-07-05Clean up error message punctuation/capitalizationLindsey Kuper-7/+7
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-7/+5
2012-07-05Consider slices to be a structural type. Closes #2748.Michael Sullivan-4/+6
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-258/+258
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-483/+473
2012-07-04Remove empty argument lists from do expressionsBen Striegel-80/+80
2012-07-04Fix trans typo noticed by fuzzer. Close #2148.Graydon Hoare-1/+1
2012-07-03rustc: Make the error names in resolve3 conform more closely to what the comp...Patrick Walton-6/+3
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-10/+14
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-14/+10
2012-07-03Change crust -> extern.Graydon Hoare-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-26/+26
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-03Fix some indentation in check::vtable.Michael Sullivan-52/+52
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-40/+4028
2012-07-02Implemented better error message for missing do statements.Armin Ronacher-0/+14
2012-07-01Convert to new closure syntaxBrian Anderson-1202/+1176
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-524/+522
2012-06-30Check in changes I forgot to check inTim Chevalier-7/+7
2012-06-30Descend into ty_boxes in type_useTim Chevalier-25/+46