summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes and closes #4294.Aleksandar Pokopec2011-02-281-0/+20
* Made mkString work correctly on views.Paul Phillips2011-02-254-2/+23
* make classpath access lazy. no reviewHubert Plociniczak2011-02-241-2/+2
* lazy val calls shouldn't be included in pure ex...Hubert Plociniczak2011-02-243-6/+6
* Reversion of r24319 for causing #4291.Paul Phillips2011-02-241-1/+1
* [scaladoc] Comments for lazy vals are printed i...Gilles Dubochet2011-02-231-0/+2
* [scaladoc] No companion linking is attempted fr...Gilles Dubochet2011-02-231-1/+2
* [scaladoc] Specializes upper and lower bounds o...Gilles Dubochet2011-02-231-6/+6
* [scaladoc] The "inherited" filter work correctl...Gilles Dubochet2011-02-231-2/+4
* [scaladoc] Unsightly hack in Scaladoc to close ...Gilles Dubochet2011-02-231-2/+14
* [scaladoc] Fixes the way default values and ann...Gilles Dubochet2011-02-231-65/+88
* [scaladoc] Changed TreeFactory so that it doesn...Gilles Dubochet2011-02-232-48/+40
* Partial revert of r24325; tryToSetFromPropertyV...Eugene Vigdorchik2011-02-232-1/+11
* [scaladoc] Fully commented the Scaladoc model.Gilles Dubochet2011-02-237-101/+366
* Added daemonized() method to ProcessBuilder so ...Paul Phillips2011-02-227-18/+43
* Fixes and closes #4261.Aleksandar Pokopec2011-02-222-8/+9
* exclude sourcepath from classpath.Hubert Plociniczak2011-02-223-3/+8
* Closes #4202 and removes empty TreeHashMap (sup...Hubert Plociniczak2011-02-222-274/+2
* Changes to startup.Paul Phillips2011-02-225-24/+50
* Fixed a bug where newly introduced type paramet...Aleksandar Pokopec2011-02-212-5/+36
* Attempt to fix #4214 by avoiding signature gene...Martin Odersky2011-02-211-1/+1
* Moved delayedInit Application to App; reinstant...Martin Odersky2011-02-212-48/+127
* Closes #4146.Martin Odersky2011-02-211-9/+85
* More work on symbol trackers.Paul Phillips2011-02-202-19/+44
* Making parsing more interruptible + better timi...Martin Odersky2011-02-203-40/+60
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-2094-1335/+1680
* Observed that some historical issues with packa...Paul Phillips2011-02-201-7/+2
* Cleaned up some horribly rotted xml doc comments.Paul Phillips2011-02-202-28/+17
* 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
* Rediscovering that transpose sometimes throws a...Paul Phillips2011-02-191-1/+11
* [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
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-157-9/+0
* 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 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-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-145-4/+29
* 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