about summary refs log tree commit diff
path: root/src/rustc
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-133/+172
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-12/+5
2012-07-10Get rid of a lot of bind related cruft as part of Issue #2189.Michael Sullivan-290/+41
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-5/+5
2012-07-10Clean up the tydesc handling code in trans.Michael Sullivan-119/+80
2012-07-10Pretty print vectors as ~[] instead of []/~. Closes #2863.Michael Sullivan-2/+6
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-4/+4
2012-07-09rustc: Switch over to resolve3Patrick Walton-20/+3
2012-07-09rustc: Fix the collision with Tim's changePatrick Walton-1/+17
2012-07-09Revert "rustc: Switch over to resolve3" due to Linux failuresPatrick Walton-3/+20
2012-07-09rustc: Switch over to resolve3Patrick Walton-20/+3
2012-07-09rustc: Allow import resolutions to be inferred from external crates in resolve3Patrick Walton-4/+50
2012-07-09Tag re-exports differently in metadataTim Chevalier-9/+19
2012-07-09Merge branch 'incoming' of github.com:/mozilla/rust into incomingGraydon Hoare-6/+24
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-18/+18
2012-07-09rustc: Conditionally compile view items. #2357Brian Anderson-6/+24
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-6/+9
2012-07-09rustc: Add some changes I missedPatrick Walton-3/+20
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-133/+350
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-350/+133
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-133/+350
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-11/+11
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-06paper over #2586 by not failing when the key is not foundNiko Matsakis-0/+4
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/+18
2012-07-05Clean up error message punctuation/capitalizationLindsey Kuper-7/+7
2012-07-05Remove duplicate, un-used copy of astencodeTim Chevalier-940/+0
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-9/+7
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-312/+312
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-502/+484
2012-07-04Remove empty argument lists from do expressionsBen Striegel-95/+95
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-03rustc: Make a note of the fact that each_path doesn't handle path nesting pro...Patrick Walton-0/+3
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-11/+15
2012-07-03rustc: Speed up def ID parsing in the metadataPatrick Walton-10/+11