summaryrefslogtreecommitdiff
path: root/test/files/pos/implicits.scala
Commit message (Collapse)AuthorAgeFilesLines
* implements reification of tough typesEugene Burmako2012-04-141-0/+89
|
* Next generation of macrosEugene Burmako2012-04-121-89/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* Begone t1737...Hubert Plociniczak2011-11-021-17/+17
|
* Fixed implicits problem in specs; Manifest[Clas...Martin Odersky2010-04-231-0/+5
| | | | | | Fixed implicits problem in specs; Manifest[Class[_]] can now be generated. review by dubochet.
* new testcase no review necessary.Martin Odersky2009-12-231-0/+16
|
* Closed #1492. review by extemporeMartin Odersky2009-12-181-0/+11
|
* Closed #1226. Added new test cases.Martin Odersky2009-11-231-0/+5
|
* Allow implicit modifier on single-parameter fun...Martin Odersky2009-11-171-0/+14
| | | | | | Allow implicit modifier on single-parameter function literals. Fixes and closes #1492.
* Sequence->SeqMartin Odersky2009-10-021-1/+1
|
* refined implicit resolution.Martin Odersky2009-09-281-0/+6
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-0/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fixed memory leaks for streams.Martin Odersky2009-08-181-0/+32