summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [scaladoc] Closes #4452. Review by malayeri.Kato Kazuyoshi2011-04-112-1/+13
|
* [scaladoc] Add missing file. No review.Donna Malayeri2011-04-111-0/+0
|
* [scaladoc] Improve visual design and layout of ...Donna Malayeri2011-04-1133-66/+373
| | | | | | [scaladoc] Improve visual design and layout of Scaladoc, using contributions from Heather Miller. No review.
* FreshRunReq's are no longer suppressed when thr...Martin Odersky2011-04-111-3/+4
| | | | | | FreshRunReq's are no longer suppressed when thrown in a respondGradually.
* Closes #4390, unfortunately by taking the stric...Martin Odersky2011-04-111-1/+15
| | | | | | Closes #4390, unfortunately by taking the stricter standpoint. No review.
* Deleted debug output that made it into previous...Martin Odersky2011-04-111-4/+4
| | | | | Deleted debug output that made it into previous commit.
* Closes #4380. No review.Martin Odersky2011-04-113-6/+28
|
* Closes #4396. No review.Martin Odersky2011-04-113-0/+23
|
* Tighten the visibility of interactive.Global.Eugene Vigdorchik2011-04-111-16/+16
|
* Found there was still all kinds of detritus rem...Paul Phillips2011-04-118-34/+19
| | | | | | | | Found there was still all kinds of detritus remaining from the deceased IMPLICITMETHODtpe and ImplicitMethodType. Applied wrecking ball, review by moors. (Can I do the same thing with DEBRUIJNINDEXtpe and DeBruijnIndex?)
* Improving the repl help infrastructure, and mad...Paul Phillips2011-04-116-131/+180
| | | | | | Improving the repl help infrastructure, and made the :wrap command more robust. No review.
* Changed scala.io.Position into something other ...Paul Phillips2011-04-104-79/+67
| | | | | | Changed scala.io.Position into something other than a fixed object which throws exceptions when the position overflows. Closes #4382, no review.
* More fun with xml and elements not appearing eq...Paul Phillips2011-04-104-16/+16
| | | | | | More fun with xml and elements not appearing equal. Closes #4387, no review.
* Made the reading of y/n a little more robust.Paul Phillips2011-04-102-11/+18
|
* Added :imports command, no review.Paul Phillips2011-04-084-4/+56
|
* Factoring the imports related code out of the m...Paul Phillips2011-04-082-172/+190
| | | | | | Factoring the imports related code out of the main Interpreter class, no review.
* Closes #4431. Review by extempore.Martin Odersky2011-04-083-0/+30
|
* [scaladoc] Don't generate long comments if they...Donna Malayeri2011-04-081-4/+9
| | | | | | [scaladoc] Don't generate long comments if they are the same as the short comment. Closes #4455. No review.
* [scaladoc] Separate sections for "linear supert...Donna Malayeri2011-04-083-74/+46
| | | | | | | [scaladoc] Separate sections for "linear supertype" and "known subclasses" using patch provided by Ruediger Keller. Closes #4456. Closes #4304.
* [MSIL] handling of volatile fields.Miguel Garcia2011-04-0813-55/+233
|
* Made power mode more configurable.Paul Phillips2011-04-0714-35/+71
| | | | | | | | | | | | long-term configuration answer, but what I have any chance of doing before 2.9 ships. // file to interpret when entering power mode instead of default -Dscala.repl.power.initcode=/path/to/file // file holding banner to display instead of default -Dscala.repl.power.banner=/path/to/file No review.
* Fixes #2808 without redefining what override me...Martin Odersky2011-04-072-1/+10
| | | | | Fixes #2808 without redefining what override means. Review by extempore.
* [scaladoc] Don't generate an attributes block i...Donna Malayeri2011-04-071-3/+5
| | | | | | [scaladoc] Don't generate an attributes block if its contents are empty. No review.
* [scaladoc] Make links to classes and traits not...Donna Malayeri2011-04-071-3/+8
| | | | | | [scaladoc] Make links to classes and traits not be the entire line, but just the template name. Closes #4444. No review.
* Added a comment to Dynamic sharing that if you ...Paul Phillips2011-04-071-4/+5
| | | | | | Added a comment to Dynamic sharing that if you don't supply mr. -Xexperimental, it won't work. No review.
* Deleted SourcelessComments.Paul Phillips2011-04-0718-311/+525
| | | | | | | | | | | | | Nothing and Null with improved documentation of their particulars and convinced scaladoc to parse them without leaving scalac institutionalized. Now rather than seeing our hardcoded documentation strings bitrot in a shadowy flight from classes which do not exist, we are championing the cause of the innocent and powerless. Nothing and Null aren't above the law! So now any responsible party can fire up their text editor and go to town on Nothing.scala. As I'm sure they will. Review by malayeri.
* Clamping down on some more breakage which snuck...Paul Phillips2011-04-073-25/+44
| | | | | | Clamping down on some more breakage which snuck into power mode. I really need some power tests. No review.
* The beautification of repl pasting had the prob...Paul Phillips2011-04-065-64/+112
| | | | | | | The beautification of repl pasting had the problem that the new beautiful output was not itself pastable. Now I have achieved "paste idempotence". No review.
* More refinements to avoid deadlocks systematica...Martin Odersky2011-04-062-25/+25
| | | | | | More refinements to avoid deadlocks systematically when asking from presentation compiler thread
* Update documentation of MutableList.Donna Malayeri2011-04-061-2/+1
|
* [scaladoc] Reduce horizontal lines in html outp...Donna Malayeri2011-04-062-104/+150
| | | | | | [scaladoc] Reduce horizontal lines in html output, refactor Template.css to improve readability. No review.
* Set "synthetic" flag for methods $asInstanceOf ...Donna Malayeri2011-04-061-2/+2
| | | | | | Set "synthetic" flag for methods $asInstanceOf and $isInstanceOf. Closes #4368. No review.
* Misc cleanups and crash avoidance, no review.Paul Phillips2011-04-066-16/+21
|
* Fixed a failure output regression I introduced ...Paul Phillips2011-04-061-23/+7
| | | | | | | Fixed a failure output regression I introduced working around a process bug. Unrolled the code I'd put in to work around the now-fixed process bug. No review.
* 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
| | | | | | | Some accumulated cleanups around the interpreter loop commands as I attempt to make my way all the way to the promised land of documenting it. No review.
* 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
| | | | | | | Wrapped exceptions coming from calls to 'ask' in a FailedException. This allows to get a stack trace from both the presentation compiler thread and the calling thread. review by odersky.
* Fixes #4298, by correcting doc commentMartin Odersky2011-04-051-3/+2
|
* [scaladoc] Fix failing test. No review.Donna Malayeri2011-04-051-4/+4
|
* make natives test run on win64. no reviewLukas Rytz2011-04-052-0/+3
|
* Enhancing the repl-testing code by turning it i...Paul Phillips2011-04-0511-255/+507
| | | | | | | | | | Enhancing the repl-testing code by turning it into a transcript producing machine. "Here's some code." "Here's a transcript!" "Good day to you, sir!" "No, good day to YOU!" These changes are awesome. Look at the checkfile diffs for god's sake, they'll make you weep with joy. No review.
* Added a long overdue warning for when people de...Paul Phillips2011-04-051-6/+25
| | | | | | | | | | | | | | | | Added a long overdue warning for when people define a class and then an object or vice versa in the repl. scala> object Bippy { implicit val myImplicitsDontWork = 5 } defined module Bippy scala> trait Bippy { val x = "hello" } defined trait Bippy warning: previously defined object Bippy is not a companion to trait Bippy. Companions must be defined together; you may wish to use :paste mode for this. No review.
* [scaladoc] Updated trait, package, class, and o...Donna Malayeri2011-04-049-1432/+1788
| | | | | [scaladoc] Updated trait, package, class, and object icons. No review.
* 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] Make object/template name be a link to the companion. Closes #4411. Review by extempore to make sure the design makes sense.
* [scaladoc] Change div id's of abstract and conc...Donna Malayeri2011-04-041-2/+2
| | | | | | | [scaladoc] Change div id's of abstract and concrete members so that "order by inheritance" action works properly. Fixes issue introduced in r24658. Review by extempore.
* Fixed crashes in IDE on default parameters in c...Martin Odersky2011-04-041-0/+2
| | | | | Fixed crashes in IDE on default parameters in constructors.