summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Parse ordering issue prevented passing properti...Paul Phillips2010-08-031-2/+2
| | | | | | | Parse ordering issue prevented passing properties containing a :. There is a test case included, but note that partest passes it with or without the patch: see ticket #3712. Closes #3495, no review.
* Fixed some typoes/errors in doc comments.Martin Odersky2010-08-021-1/+1
|
* Fixes an issue in RefChecks when the compiler d...Gilles Dubochet2010-07-301-2/+4
| | | | | | | Fixes an issue in RefChecks when the compiler does not have an erasure phase (such as in Scaladoc), which became visible after r22644. Review by odersky.
* Fixes #3679. Review by milessabin.Martin Odersky2010-07-281-1/+1
|
* [scaladoc] Small fixes for 2.8.0 updated docume...Gilles Dubochet2010-07-281-12/+4
| | | | | | | [scaladoc] Small fixes for 2.8.0 updated documentation: window title contains version number, authors are not displayed (like in Javadoc), source links have correct title. No review.
* [scaladoc] Setting for link to source URLs is m...Gilles Dubochet2010-07-272-2/+13
| | | | | | [scaladoc] Setting for link to source URLs is much more flexible and should allow satisfying Toni's exacting demands. Review by cunei.
* fixed case 2 (Android) in ticket #2464 (case 1 ...michelou2010-07-261-3/+38
| | | | | fixed case 2 (Android) in ticket #2464 (case 1 is ok with 2.8.0.final)
* generates CREATOR code for Android.michelou2010-07-231-163/+218
|
* Allow for overriding the debugIDE val (requeste...Hubert Plociniczak2010-07-221-1/+1
| | | | | Allow for overriding the debugIDE val (requested for ENSIME). No review.
* Revert 22605 change to JavaParsers.scala, which...Donna Malayeri2010-07-221-15/+4
| | | | | | | Revert 22605 change to JavaParsers.scala, which modified parsing behavior and broke jvm test t3415. No longer create DocDef nodes for Javadoc comments in Java source files. No review.
* [scaladoc] Fix performance problem when generat...Donna Malayeri2010-07-221-1/+1
| | | | | [scaladoc] Fix performance problem when generating Scaladoc.
* [scaladoc] Optionally run typer phase for Java ...Donna Malayeri2010-07-202-4/+9
| | | | | | [scaladoc] Optionally run typer phase for Java files, if createJavadoc method returns true. No review.
* [scaladoc] Don't generate documentation for emp...Donna Malayeri2010-07-201-4/+10
| | | | | | [scaladoc] Don't generate documentation for empty Java companion objects. No review.
* [scaladoc] Remove unused template.html file.Donna Malayeri2010-07-201-257/+0
|
* [scaladoc] Make a DocDef node for javadoc comme...Donna Malayeri2010-07-202-7/+18
| | | | | [scaladoc] Make a DocDef node for javadoc comments in Java source files.
* [scaladoc] Modify build script to copy html res...Donna Malayeri2010-07-207-97/+25
| | | | | | | [scaladoc] Modify build script to copy html resources to output directory; display template in a frame rather than an iframe; change title of main page when new frame is loaded. Review by dubochet.
* added missing file.Martin Odersky2010-07-191-0/+28
|
* [scaladoc] Singleton types (`this.type`) are co...Gilles Dubochet2010-07-191-1/+10
| | | | | | [scaladoc] Singleton types (`this.type`) are correctly printed. Closes #1445. Review by malayeri.
* Added `ask` method to compiler control to do fa...Martin Odersky2010-07-193-9/+34
| | | | | | Added `ask` method to compiler control to do fast trunaround computations on presentation compiler thread.
* [scaladoc] Fixes an issue whereas inherited mem...Gilles Dubochet2010-07-191-1/+5
| | | | | | [scaladoc] Fixes an issue whereas inherited members in objects would not see their types instantiated properly. No review.
* [scaladoc] Adds private Scaladoc option "-Yuse-...Gilles Dubochet2010-07-196-12/+36
| | | | | | [scaladoc] Adds private Scaladoc option "-Yuse-stupid-types" for LAMP internal use. No review.
* [scaladoc] Print "Inherited from" headings usin...Gilles Dubochet2010-07-183-16/+19
| | | | | | | [scaladoc] Print "Inherited from" headings using type instances ("SeqLike[A, List[A]]") instead of template names ("SeqLike"). Review by malayeri.
* [scaladoc] Scaladoc knows about Javadoc inline ...Gilles Dubochet2010-07-151-1/+18
| | | | | | | [scaladoc] Scaladoc knows about Javadoc inline tags and transforms them. The transformation is currently quite basic, particularly for links. Review by malayeri.
* [scaladoc] Full comments with "by inheritance" ...Gilles Dubochet2010-07-152-6/+3
| | | | | | [scaladoc] Full comments with "by inheritance" ordering are correctly displayed. No review.
* close #3648 (again).Lukas Rytz2010-07-132-4/+16
|
* Closes #3653.Adriaan Moors2010-07-121-0/+2
| | | | | | | | | | no review Author: Mark Harrah <dmharrah@gmail.com> Date: Thu Jul 8 10:30:57 2010 -0400 Source: http://github.com/harrah/scala-starrless/commit/0c7759c95b47cebc6d9fa77cefd34ef638e2706e Reviewer: moors
* close #3648.Lukas Rytz2010-07-092-2/+4
|
* close #3649. no reviewLukas Rytz2010-07-091-0/+2
|
* cleaned up the mess that resulted from cobbling...Adriaan Moors2010-07-092-41/+53
| | | | | | | | cleaned up the mess that resulted from cobbling together fixes for see #3477 and see #3152 adjustTypeArgs and methTypeArgs now return a LinkedHashMap[Symbol, Option[Type]] TODO: check that type inference is still just as lightning fast as before
* made typechecker logging methods final so they ...Adriaan Moors2010-07-081-3/+3
| | | | | made typechecker logging methods final so they can actually be inlined
* closes #3622: refchecks erased types without un...Adriaan Moors2010-07-081-2/+3
| | | | | | closes #3622: refchecks erased types without uncurrying them first review by odersky
* closes #742.Adriaan Moors2010-07-081-15/+11
| | | | | review by extempore
* closes #3507: don't generate manifests where we...Adriaan Moors2010-07-081-1/+1
| | | | | | closes #3507: don't generate manifests where we can't refer to the existentially bound value
* closes #3494.Adriaan Moors2010-07-081-1/+1
| | | | | review by prokopec
* closes #3486.Adriaan Moors2010-07-082-2/+18
| | | | | | | | | fixed by having mixin do the cloning at the beginning of erasure and then updating the symbol's info to transform it to be valid in current phase review by odersky
* closes #3477.Adriaan Moors2010-07-081-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | note that all type parameters must be reported in error messages about failing type inference, but only type parameters that were inferred successfully should be substituted the idea of mapping type parameter symbols to the corresponding type ref in order to make substitution the identity does not seem to work, leading to errors like: src/library/scala/collection/immutable/SortedMap.scala:38: error: type mismatch; found : scala.collection.immutable.SortedMap[A,B(in method empty)] required: scala.collection.immutable.SortedMap[A,B(in trait SortedMap)] override def empty: SortedMap[A, B] = SortedMap.empty ^ (I guess that's why they were retracted before, but that wasn't done consistently, leading to #3152 -- my first attempt at fixing the latter lead to this bug... I've assigned #3152 to you Martin, as I can't decide how to fix it.) review by odersky
* closes #3399.Adriaan Moors2010-07-081-24/+28
| | | | | | | this broke the invariant that argss is a regular matrix review by odersky
* closes #3374.Adriaan Moors2010-07-082-24/+21
| | | | | review by odersky
* closes #3249.Adriaan Moors2010-07-081-5/+9
| | | | | review by dragos
* closes #3247: syntax error regarding context bo...Adriaan Moors2010-07-081-2/+2
| | | | | | closes #3247: syntax error regarding context bounds generalized to include view bounds as we cannot easily be more specific no review
* closes #2416.Adriaan Moors2010-07-085-27/+94
| | | | | | | | | | this patch introduces a new subclass of TypeTree: TypeTreeWithDeferredRefCheck, which tracks the type args and type params of a type application when it was beta-reduced during typing without checking that the application was well-kinded -- that check must wait until refchecks, but was never performed since the application had been beta-reduced away caveat discovered while working on the fix: adapt turned all trees for which _.isType holds into TypeTree's review by odersky
* closes #2331: the pre-transform in Erasure did ...Adriaan Moors2010-07-085-151/+143
| | | | | | | | | | | | | | closes #2331: the pre-transform in Erasure did not correctly recurse in the case of a TypeApply. It simply returned the function, which might very well have been, say, a Select node, which had to be erased in case the qualifier's type is a refinement. (sorry about the whitespace changes) review by odersky
* [scaladoc] Follow-up on review SCL-110. No review.Gilles Dubochet2010-07-061-3/+3
|
* [scaladoc] Follow-up on review SCL-95. No review.Gilles Dubochet2010-07-061-1/+1
|
* [scaladoc] Hiding full comments in template pag...Gilles Dubochet2010-07-062-2/+4
| | | | | | | [scaladoc] Hiding full comments in template pages at startup is done by CSS instead of JavaScript, leading to better performance. Contributed by Pedro Furlanetto. Review by dubochet.
* [scaladoc] Implements documentation of higher-k...Gilles Dubochet2010-07-063-56/+63
| | | | | | [scaladoc] Implements documentation of higher-kinded entities. Closes #3618. Review by moors.
* Put a couple null checks in the inliner so it d...Paul Phillips2010-07-051-2/+2
| | | | | | Put a couple null checks in the inliner so it doesn't NPE under -Ydebug. No review.
* Tightened how the repl prints types so we don't...Paul Phillips2010-07-041-1/+1
| | | | | | Tightened how the repl prints types so we don't see OverloadedTypes slip through sometimes. Review by apocalisp.
* When compilation fails because of an unimplemen...Paul Phillips2010-07-031-19/+45
| | | | | | | | When compilation fails because of an unimplemented abstract var, give a more precise error message about what happened. Also avoid issuing the same error twice because neither getter nor setter is implemented. Closes #36, review by rytz.
* Routed all places in trunk which look for jar f...Paul Phillips2010-07-022-5/+4
| | | | | | | | | | Routed all places in trunk which look for jar files through the same function, and then changed the default behavior to recognize jars even if they don't have a *.jar extension by squinting at the first few bytes of the file. Closes #3000 (THE AMAZING TICKET 3000!), review by phaller.