summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-201-1/+1
* Observed that some historical issues with packa...Paul Phillips2011-02-201-7/+2
* Hid repl value rebinding behind power mode.Paul Phillips2011-02-204-4/+13
* Based on the frequency with which I hear questi...Paul Phillips2011-02-203-22/+42
* [scaladoc] Closes #3681. Review by dubochet.Kato Kazuyoshi2011-02-171-1/+9
* Fix in the unify, for a failing specialized test.Aleksandar Pokopec2011-02-161-3/+7
* Made the unification algorithm for specializati...Aleksandar Pokopec2011-02-161-5/+14
* A fix for #4243.Aleksandar Pokopec2011-02-141-4/+12
* solved hyperlinking problems caused by making p...Martin Odersky2011-02-141-16/+15
* Fix to :javap so repl-defined objects as well a...Paul Phillips2011-02-141-1/+11
* Added new setting -Ygen-javap, which takes a di...Paul Phillips2011-02-144-4/+28
* Removed generation of no-op checkcasts for Object.Paul Phillips2011-02-141-1/+3
* Closes #3140, #4245. no reviewHubert Plociniczak2011-02-132-3/+10
* corrections after recent comment to not parse o...Martin Odersky2011-02-131-0/+2
* More tweaks to rawToExistential to avoid pile-u...Martin Odersky2011-02-132-5/+4
* made parsing lazy to decrease blocking times of...Martin Odersky2011-02-131-1/+1
* I chased a lot of ghosts before finding the rea...Paul Phillips2011-02-112-11/+22
* Fixed infinite expansion of rawToExistential di...Martin Odersky2011-02-111-2/+9
* Fixed persistent error that was caused by hyper...Martin Odersky2011-02-111-1/+10
* Fix for #4188.Paul Phillips2011-02-112-2/+2
* This addresses a few long standing irritations ...Paul Phillips2011-02-118-42/+161
* Created invisible setting to expose empty packa...Paul Phillips2011-02-105-11/+41
* Made cooking dependent on a flag rather than a ...Martin Odersky2011-02-101-2/+4
* Made a lot of operations in interactive.Global ...Martin Odersky2011-02-102-27/+39
* Reverting failed attempt to add more debugging ...Hubert Plociniczak2011-02-101-3/+1
* Removed unspecced condition for delayedInit.Martin Odersky2011-02-101-3/+3
* Filter completion proposals so that SDT need no...Martin Odersky2011-02-092-49/+71
* Partial revert of last commit.Hubert Plociniczak2011-02-091-0/+2
* cleanup.no reviewHubert Plociniczak2011-02-092-3/+3
* Applied a few more fixes for specialization and...Aleksandar Pokopec2011-02-091-37/+83
* Some fixes in specialization.Aleksandar Pokopec2011-02-091-10/+10
* Added a test case for anyref specialization.Aleksandar Pokopec2011-02-091-8/+14
* Changed AnyCompanion to SpecializableCompanion.Aleksandar Pokopec2011-02-091-6/+21
* Changed the dummy specialization parameter Ref ...Aleksandar Pokopec2011-02-092-9/+10
* Added normalization to specialization.Aleksandar Pokopec2011-02-091-28/+52
* Got anyref specialized member selection to work.Aleksandar Pokopec2011-02-091-4/+31
* Fixed several specialization cases.Aleksandar Pokopec2011-02-091-32/+64
* Further specialization work.Aleksandar Pokopec2011-02-091-12/+40
* Specialization work in progress.Aleksandar Pokopec2011-02-092-12/+41
* Improved an error message involving overload+de...Paul Phillips2011-02-092-8/+23
* Added a system property which disables stack tr...Paul Phillips2011-02-091-4/+5
* Some cleanup from investigating #4041, with a c...Paul Phillips2011-02-091-10/+26
* [scaladoc] Don't hide AnyRef's methods on the A...Kato Kazuyoshi2011-02-081-8/+15
* [scaladoc] Simplify selectors. No review.Kato Kazuyoshi2011-02-081-4/+4
* Added compiler crash recovery to the repl.Paul Phillips2011-02-084-55/+113
* Closes #4215. review by oderskyHubert Plociniczak2011-02-081-2/+11
* Closes #3986 plus some cleanup. no reviewHubert Plociniczak2011-02-082-4/+6
* Made after-type-delay configurable in Eclipse.Martin Odersky2011-02-081-1/+17
* New option: Ypresentation-delay, to wait with t...Martin Odersky2011-02-081-0/+1
* Working on fsc.Paul Phillips2011-02-089-134/+136