summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A fix for #4243.Aleksandar Pokopec2011-02-142-4/+30
* 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
* Test case closes #4173. No review.Paul Phillips2011-02-141-0/+4
* Added new setting -Ygen-javap, which takes a di...Paul Phillips2011-02-146-5/+31
* Removed generation of no-op checkcasts for Object.Paul Phillips2011-02-141-1/+3
* Closes #3140, #4245. no reviewHubert Plociniczak2011-02-138-3/+37
* 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
* Fixed all the forms of process input/output red...Paul Phillips2011-02-126-23/+85
* I chased a lot of ghosts before finding the rea...Paul Phillips2011-02-114-54/+68
* 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-113-2/+8
* This addresses a few long standing irritations ...Paul Phillips2011-02-1113-51/+172
* Created invisible setting to expose empty packa...Paul Phillips2011-02-106-13/+46
* In support of project "A Better IDE...Paul Phillips2011-02-104-0/+0
* Made cooking dependent on a flag rather than a ...Martin Odersky2011-02-102-2/+6
* After seeing the 481 line diff I had to apply t...Paul Phillips2011-02-104-162/+151
* One bug fixed.Aleksandar Pokopec2011-02-101-1/+1
* Adding an implicit builder factory to wrapped ...Aleksandar Pokopec2011-02-101-0/+5
* Made a lot of operations in interactive.Global ...Martin Odersky2011-02-102-27/+39
* Correct doc comment.Martin Odersky2011-02-101-3/+3
* Reverting failed attempt to add more debugging ...Hubert Plociniczak2011-02-101-3/+1
* Changed get for a with-default map.Martin Odersky2011-02-101-1/+1
* Removed unspecced condition for delayedInit.Martin Odersky2011-02-101-3/+3
* Updated docs. No review.Aleksandar Pokopec2011-02-1041-126/+710
* 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
* A missing test.Aleksandar Pokopec2011-02-092-0/+52
* Applied a few more fixes for specialization and...Aleksandar Pokopec2011-02-092-38/+84
* Some fixes in specialization.Aleksandar Pokopec2011-02-091-10/+10
* Test case uncommented.Aleksandar Pokopec2011-02-091-32/+32
* Added a test case for anyref specialization.Aleksandar Pokopec2011-02-097-9/+467
* Changed AnyCompanion to SpecializableCompanion.Aleksandar Pokopec2011-02-095-11/+26
* Changed the dummy specialization parameter Ref ...Aleksandar Pokopec2011-02-096-26/+22
* 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-096-14/+62
* Improved an error message involving overload+de...Paul Phillips2011-02-094-8/+39
* Added a system property which disables stack tr...Paul Phillips2011-02-092-8/+17
* Some cleanup from investigating #4041, with a c...Paul Phillips2011-02-092-16/+32
* [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
* vector concat stubsTiark Rompf2011-02-081-0/+10