summaryrefslogtreecommitdiff
path: root/test/files/run/reify_newimpl_45.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-311-1/+2
| | | | | | | | Removes the `freeTypes` parameters on `typeCheckExpr` and `runExpr`, since we now have public `substituteTypes` on both trees and types. Also implements long-awaited `inferImplicitValue` and `inferImplicitView` (thanks to Miles Sabin for nudging me!)
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-4/+7
|
* removes Expr <-> Tree implicitsEugene Burmako2012-04-251-3/+3
|
* Next generation of macrosEugene Burmako2012-04-121-0/+12
Implements SIP 16: Self-cleaning macros: http://bit.ly/wjjXTZ Features: * Macro defs * Reification * Type tags * Manifests aliased to type tags * Extended reflection API * Several hundred tests * 1111 changed files Not yet implemented: * Reification of refined types * Expr.value splicing * Named and default macro expansions * Intricacies of interaction between macros and implicits * Emission of debug information for macros (compliant with JSR-45) Dedicated to Yuri Alekseyevich Gagarin