summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-159-26/+17
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-1520-88/+109
* Applying Davetron's enum doc cleanup patch.Aleksandar Pokopec2011-02-151-27/+30
* Another fix for a broken test case involving ne...Aleksandar Pokopec2011-02-151-2/+2
* Fixing tests depending on map and set string re...Aleksandar Pokopec2011-02-142-15/+15
* Another docs patch submitted by Davetron, this ...Aleksandar Pokopec2011-02-141-62/+64
* Applying davetron5000's Console docs patch.Aleksandar Pokopec2011-02-141-93/+137
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-147-0/+9
* Refixing SyncVars, fixes #4094.Aleksandar Pokopec2011-02-141-33/+17
* 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