about summary refs log tree commit diff
path: root/src/comp/middle/trans_impl.rs
AgeCommit message (Expand)AuthorLines
2012-01-27Move various trans_ modules under a trans:: umbrella moduleMarijn Haverbeke-432/+0
2012-01-27Stop passing spans to middle::trans functions that don't need themMarijn Haverbeke-3/+2
2012-01-26First stab at operator overloadingMarijn Haverbeke-10/+27
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-19rustc: Use integer from ctypes consistentlyHaitao Li-10/+14
2012-01-19Use ctypes in native function declarationsHaitao Li-9/+10
2012-01-13Obj system? What obj system?Marijn Haverbeke-7/+5
2012-01-13Remove all remaining uses of objs from the compilerMarijn Haverbeke-1/+1
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-1/+1
2012-01-12Implement passing cast-to-vtable values as bounded paramsMarijn Haverbeke-42/+135
2012-01-11Pass type with params intact as item_type for method calleesMarijn Haverbeke-2/+2
2012-01-08correct long lineNiko Matsakis-2/+2
2012-01-08First barely-working version of casting to ifaceMarijn Haverbeke-13/+57
2012-01-06rejigger impl to have an opaque closure ptr rather thanNiko Matsakis-1/+1
2012-01-06Add some basic comments to trans_imp.rsMarijn Haverbeke-0/+30
2012-01-06Make binding of fns with bounded type parameters workMarijn Haverbeke-2/+6
2012-01-06Statically allocate static dictsMarijn Haverbeke-24/+89
2012-01-06Fix bug in method type parameter passingMarijn Haverbeke-1/+2
2012-01-05Get external interfaces / impls workingMarijn Haverbeke-4/+8
2012-01-04Use the right types for methods in trans_implMarijn Haverbeke-4/+4
2012-01-04Properly typecheck and compile invocations of generic methods.Marijn Haverbeke-3/+21
2012-01-03Make resolution of dictionaries on bounded params workMarijn Haverbeke-1/+3
2012-01-03More work on translating dictionary-passingMarijn Haverbeke-11/+92
2012-01-02Write out vtables for interface implementationsMarijn Haverbeke-1/+51
2012-01-02Drop two useless sub-passes from transMarijn Haverbeke-1/+4
2012-01-02Create a trans_impl moduleMarijn Haverbeke-0/+18