summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Deleted SourcelessComments.Paul Phillips2011-04-0711-283/+245
* Clamping down on some more breakage which snuck...Paul Phillips2011-04-073-25/+44
* The beautification of repl pasting had the prob...Paul Phillips2011-04-062-31/+70
* More refinements to avoid deadlocks systematica...Martin Odersky2011-04-062-25/+25
* [scaladoc] Reduce horizontal lines in html outp...Donna Malayeri2011-04-062-104/+150
* Set "synthetic" flag for methods $asInstanceOf ...Donna Malayeri2011-04-061-2/+2
* Misc cleanups and crash avoidance, no review.Paul Phillips2011-04-062-3/+1
* Fixed an edge case setting crasher, no review.Paul Phillips2011-04-061-1/+1
* Some accumulated cleanups around the interprete...Paul Phillips2011-04-053-84/+130
* Forgot a import in the last commit. no review.Iulian Dragos2011-04-051-2/+0
* better handling of on-same-thread calls.Martin Odersky2011-04-052-10/+12
* Wrapped exceptions coming from calls to 'ask' i...Iulian Dragos2011-04-052-3/+6
* Enhancing the repl-testing code by turning it i...Paul Phillips2011-04-051-4/+40
* Added a long overdue warning for when people de...Paul Phillips2011-04-051-6/+25
* [scaladoc] Updated trait, package, class, and o...Donna Malayeri2011-04-049-1432/+1788
* Some localized code cleanup.Martin Odersky2011-04-041-10/+11
* [scaladoc] Fix minor CSS issue. No review.Donna Malayeri2011-04-041-3/+2
* [scaladoc] Make object/template name be a link ...Donna Malayeri2011-04-041-17/+14
* [scaladoc] Change div id's of abstract and conc...Donna Malayeri2011-04-041-2/+2
* Fixed crashes in IDE on default parameters in c...Martin Odersky2011-04-041-0/+2
* Every tag element (even @define and @usecase) e...Kato Kazuyoshi2011-04-041-12/+7
* [scaladoc] Minor CSS tweaks. No review.Donna Malayeri2011-04-041-10/+15
* Fix for windows batch files. Closes #4439.Antonio Cunei2011-04-041-10/+2
* [scaladoc] Add missing files.Donna Malayeri2011-04-042-0/+0
* [scaladoc] Add explicit link to show linear sup...Donna Malayeri2011-04-0413-167/+250
* A double completion whammy: crasher for edge co...Paul Phillips2011-04-012-2/+5
* On Scaladoc, we should escape meta characters b...Kato Kazuyoshi2011-04-011-11/+14
* Finding myself wanting a working -Ystop, I did ...Paul Phillips2011-04-012-3/+19
* Put "\n" between superclass's comment and subcl...Kato Kazuyoshi2011-04-011-1/+3
* Since somewhere before 2.8.0 shipped scalac has...Paul Phillips2011-04-011-1/+2
* Fix for parsing bug in scaladoc closes #4420, n...Paul Phillips2011-04-011-5/+1
* A less ad hoc infrastructure for generating Any...Paul Phillips2011-04-012-221/+217
* Working on the documentation of core classes.Paul Phillips2011-04-012-78/+103
* Separated abstract and concrete value members i...Paul Phillips2011-03-312-28/+14
* Fix for a little breakage which crept into powe...Paul Phillips2011-03-311-2/+1
* Printing refinement types in scaladoc.Paul Phillips2011-03-311-2/+8
* recommitted 24578: All compiler control methods...Martin Odersky2011-03-313-39/+32
* Allow the presentation thread to terminate when...Iulian Dragos2011-03-311-2/+3
* [scaladoc] Don't link to syntetic companion.Kato Kazuyoshi2011-03-312-2/+7
* Don't create a new thread on each presentation ...Iulian Dragos2011-03-312-27/+18
* Fix for interpreter issue with missing newlines...Paul Phillips2011-03-311-1/+1
* Some minor sensibility improvements to previous...Paul Phillips2011-03-312-22/+23
* Making the scaladoc command line help look as p...Paul Phillips2011-03-312-60/+57
* Incidental work on scaladoc while trying to fig...Paul Phillips2011-03-312-44/+39
* Modified some typer logic to allow annotation a...Paul Phillips2011-03-311-8/+17
* [scaladoc] Scaladoc should expand macros recurs...Kato Kazuyoshi2011-03-301-3/+7
* Warn about unqualified names in scaladoc links ...Paul Phillips2011-03-302-11/+17
* Issue warning when doccomments have $variables ...Paul Phillips2011-03-301-39/+47
* Wanting to deprecate -make, first I had to writ...Paul Phillips2011-03-3011-61/+104
* Transcript pastes now work with leading whitesp...Paul Phillips2011-03-293-8/+23