summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
...
* Closes #2559Hubert Plociniczak2009-12-102-1/+6
|
* [scaladoc] Known subclasses are printed.Gilles Dubochet2009-12-094-26/+53
|
* typoHubert Plociniczak2009-12-091-1/+1
|
* More informative error message. no reviewHubert Plociniczak2009-12-091-1/+1
|
* Took manifests a little closer to the finish line.Paul Phillips2009-12-091-13/+17
| | | | | | doesn't work but the relationships between all the top, nearly top, and bottom types should all be all correct. (See lengthy test case.)
* A minor identifier change in a method which is ...Paul Phillips2009-12-091-4/+4
| | | | | | A minor identifier change in a method which is instantiated by name, to reduce proguard noise.
* [scaladoc] Display of comments is improved.Gilles Dubochet2009-12-0911-101/+310
|
* Improve error message for selection from a type...Donna Malayeri2009-12-091-1/+3
| | | | | Improve error message for selection from a type parameter. Fixes #2702.
* Closes #2772Martin Odersky2009-12-081-0/+5
|
* 2009 -> 2010Antonio Cunei2009-12-081-1/+1
|
* make exception handlers catching faster.Lukas Rytz2009-12-081-1/+3
|
* Tweaking logic errors in broken docs build.Paul Phillips2009-12-081-2/+3
|
* small changes to doc comment modelMartin Odersky2009-12-073-19/+21
|
* new doc comment generation, including some new ...Martin Odersky2009-12-0716-109/+514
| | | | | | new doc comment generation, including some new style doc comments in collection classes.
* Updated copyright notices to 2010Antonio Cunei2009-12-07223-224/+224
|
* Making it easier to explore the AST. Example:Paul Phillips2009-12-061-8/+14
| | | | | | | scala> :power scala> val t = mkTree("def bip(x: Float) = x.toInt") t: interpreter.compiler.Tree = def bip(x: Float) = x.toInt
* Making the repl-shell bridge nicer.Paul Phillips2009-12-062-6/+47
| | | | | | | | | | scala> :sh find /Users/paulp -depth 1 -name '.scala*' stdout: List[String] = List(/Users/paulp/.scala_dependencies, /Users/paulp/.scala_history, ...) scala> stdout | "grep history" | "wc -c" res0: Seq[String] = List( 28)
* [scaladoc] Fixed crash with privately-owned pub...Gilles Dubochet2009-12-051-1/+1
| | | | | | [scaladoc] Fixed crash with privately-owned public classes (fixes nightly build).
* Don't add empty paramdcaoyuan2009-12-051-1/+1
|
* Split command line parameters by space, properl...dcaoyuan2009-12-053-9/+63
| | | | | | Split command line parameters by space, properly process quoted parameter
* .scala_dependencies now correctly tracks the cl...Hubert Plociniczak2009-12-044-26/+39
| | | | | | | | | | | | .scala_dependencies now correctly tracks the class files (didn't work for example for case classes and more complicated object/class combinations). Refined build manager now compares different symbols not only by name but takes into consideration some flags. This way we avoid comparing for example class with companion object (both share the name but we should compare class with class). Changes class now correctly filters private, local and lifted symbols ('newMembers -= n' didn't eliminate correctly some of the cases).
* oh, i mean 0 not OLukas Rytz2009-12-041-1/+1
|
* close #2708Lukas Rytz2009-12-043-41/+55
|
* Implemented scala.runtime.AbstractFunction0-22.Paul Phillips2009-12-022-59/+62
| | | | | something over 500K off the size of the lib/compiler jars.
* [scaladoc] Types are links.Gilles Dubochet2009-12-0216-240/+321
|
* closes #2750: cooking java raw types in info of...Adriaan Moors2009-12-022-30/+50
| | | | | | closes #2750: cooking java raw types in info of type parameters of Java classes review by: odersky
* Some minor cleanups found while cleaning up.Paul Phillips2009-12-021-1/+0
|
* A minor optimization to HashSet.Paul Phillips2009-12-022-11/+29
|
* fix msil code generation for exception handlers.Lukas Rytz2009-12-015-697/+493
|
* Fix and test case for #2378.Paul Phillips2009-12-011-1/+2
|
* Closed #2726 and added test for #2464 (refs #2464)Iulian Dragos2009-11-301-8/+21
|
* closes #1904Antonio Cunei2009-11-302-3/+11
|
* Fix for #2736 (scanner not advancing on unicode...Paul Phillips2009-11-301-0/+1
| | | | | Fix for #2736 (scanner not advancing on unicode identifier.)
* Added -make option transitivenocp which won't c...dcaoyuan2009-11-272-4/+9
| | | | | | Added -make option transitivenocp which won't check classpath, so some build tools such as maven can manage this by itself
* Removed redundant code, let CompilerCommand pro...dcaoyuan2009-11-271-51/+9
| | | | | Removed redundant code, let CompilerCommand processes all params
* Undo previous change to Typers; use filter if m...Donna Malayeri2009-11-271-1/+20
| | | | | | Undo previous change to Typers; use filter if method withFilter is not available.
* Closes #2540 and closes #2593.Donna Malayeri2009-11-271-20/+1
|
* Made Symbols.filter more robost.Martin Odersky2009-11-271-2/+3
|
* Closed #2418Iulian Dragos2009-11-261-2/+6
|
* Fixed some Scaladoc issues: dangerous character...Gilles Dubochet2009-11-263-28/+21
| | | | | | | Fixed some Scaladoc issues: dangerous characters in file names are encoded, each owner template is a link, type bounds are printed as "<:" and ">:".
* Fixed #1167.Iulian Dragos2009-11-261-1/+2
|
* improved fix for see #2489Lukas Rytz2009-11-261-1/+8
|
* Closes #2562Hubert Plociniczak2009-11-261-12/+42
|
* Closed #2863Martin Odersky2009-11-261-4/+10
|
* Fixed ticket 2464Iulian Dragos2009-11-251-1/+1
|
* Cleaning up in scala.runtime.*.Paul Phillips2009-11-251-1/+0
| | | | | | | Fixed toArray to copy more than one element into the new one. Added sameElements to Iterator to further simplify the case class support logic, and because it should be there anyway.
* Working on scala.runtime.Paul Phillips2009-11-251-5/+1
| | | | | | and falling out of sync with StringLike. Made a method in MethodCache verifiably tail-recursive.
* closed #2485: failing assert on reference to Ja...Adriaan Moors2009-11-251-1/+2
| | | | | | closed #2485: failing assert on reference to Java protected methods from companion object
* Updating deprecated usages in new scaladoc code.Paul Phillips2009-11-256-127/+119
| | | | | | as inspiration to chase down a few spots using get and getOrElse in suboptimal fashion.
* closed #2624: instantiate type params after eta...Adriaan Moors2009-11-252-8/+17
| | | | | | | | | closed #2624: instantiate type params after eta expansion of polymorphic method does not blow the stack on pos/t0674 (previous private fix did typed(tree); instantiate(tree) instead of instantiate(typed(tree))) fixed check file for neg/bug608 -- got better error message