summaryrefslogtreecommitdiff
path: root/test/files/run/code.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* First end-to-end implementation of a runtime re...Martin Odersky2011-10-241-0/+60
| | | | | | First end-to-end implementation of a runtime reflexive compiler that generates and loads bytecodes. Review by szeiger.
* Disabled failing "code" test.Paul Phillips2011-10-211-52/+0
| | | | | | | This has been failing the Xcheckinit build for weeks and is now failing the regular build too. I'm checking in some hairy stuff and I'd like to make a good impression on it. Review by odersky.
* Following Paul's detective work, fixed Java cla...Martin Odersky2011-09-291-0/+52
Following Paul's detective work, fixed Java class loading in reflection. Moved test code.scala into checkin build. Yay!