summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Another round of pleasing the gods of init order.Paul Phillips2011-11-072-78/+87
* Fixing checkinit build.Paul Phillips2011-11-071-14/+10
* Fix crash with HK types.Paul Phillips2011-11-071-1/+1
* Fixed hang in typechecker.Paul Phillips2011-11-071-1/+1
* Closed SI-5135michelou2011-11-061-1/+1
* Changed presentation tests to use .flags instea...Iulian Dragos2011-11-061-1/+1
* Fixed askLinkPos problem in reported by failing...Martin Odersky2011-11-061-1/+2
* More elaborate error message.Paul Phillips2011-11-041-3/+8
* More repl work.Paul Phillips2011-11-048-73/+167
* Fix for some repl bitrot.Paul Phillips2011-11-044-27/+40
* Some modest optimizations and beauty treatments.Paul Phillips2011-11-045-83/+79
* Repl deadlock fix.Paul Phillips2011-11-041-1/+1
* Trying to fix sdt core build.Martin Odersky2011-11-031-2/+13
* Reflection classloader adjustment.Paul Phillips2011-11-033-6/+31
* ScalaClassLoader changes.Paul Phillips2011-11-0314-103/+148
* attempt to bring trunk build to normal state.Hubert Plociniczak2011-11-251-1/+1
* Fixed type unsoundness problem in t5120 and als...Martin Odersky2011-11-012-4/+13
* Made some minor change in the presentation comp...Micro Dotta2011-11-012-4/+12
* Fix for SI-3415 regression.Paul Phillips2011-11-011-0/+1
* Fixed paths for 'neg' tests.Hubert Plociniczak2011-11-011-1/+1
* Clean result of function type.Paul Phillips2011-10-311-1/+1
* Code to locate currently transformed unit in ca...Martin Odersky2011-10-311-1/+8
* Closes #5127. Review by extempore.Martin Odersky2011-10-312-10/+14
* Fix for crasher in explicitouter.Paul Phillips2011-10-292-40/+47
* Overhaul of getter/setter synthesis.Paul Phillips2011-10-288-260/+343
* Tentative fix for IDE #1000663.Martin Odersky2011-10-281-3/+15
* Closes t5121. Review by szeiger.Martin Odersky2011-10-281-0/+3
* Repl output fix.Paul Phillips2011-10-281-2/+2
* Better report on missing methods.Paul Phillips2011-10-281-3/+4
* Fix for varargs methods.Paul Phillips2011-10-271-1/+5
* Hopefully a fix for the hyperlinking problem.Martin Odersky2011-10-271-18/+20
* Fixed problem when running under -Xcheckinit fo...Martin Odersky2011-10-252-2/+2
* Some readability for typer.Paul Phillips2011-10-251-30/+30
* First end-to-end implementation of a runtime re...Martin Odersky2011-10-241-19/+64
* Trying to fix getLinkPos problem reported by Mi...Martin Odersky2011-10-241-39/+64
* Reverted r25886.Micro Dotta2011-10-241-42/+28
* Added a -Yno-productN option.Paul Phillips2011-10-242-1/+2
* Fixes IDE ticket #1000692.Micro Dotta2011-10-241-28/+42
* Pushed NPE defense in NoSourceFile.file out ano...Martin Odersky2011-10-241-1/+3
* made compileUnits work from given start phase.Martin Odersky2011-10-241-1/+1
* Debugging note.Paul Phillips2011-10-231-1/+8
* Overhaul of Namers continues.Paul Phillips2011-10-228-259/+393
* Warn about surprising shadowing.Paul Phillips2011-10-222-6/+27
* Positions fix.Paul Phillips2011-10-221-1/+1
* More overhaul of Namers.Paul Phillips2011-10-215-215/+215
* Overhaul of Namers.Paul Phillips2011-10-214-238/+306
* Towards runtime code generation. No review.Martin Odersky2011-10-211-6/+18
* Isolated name change. No review.Martin Odersky2011-10-211-2/+2
* made virtpatmat codegen type-directedAdriaan Moors2011-10-212-53/+68
* virtpatmat, hidden behind -YvirtpatmatAdriaan Moors2011-10-206-5/+899