summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Disabled the test which is hanging the -optimis...Paul Phillips2010-04-122-0/+0
* Reverting r21442 the Exception patch because I ...Paul Phillips2010-04-112-80/+66
* Added --update-check option to partest.Paul Phillips2010-04-112-10/+15
* moved plugin folder back to 'misc/scala-devel/p...Lukas Rytz2010-04-114-189/+46
* Fixed some position issues and build manager test.Iulian Dragos2010-04-112-6/+12
* Made use of random number generator in ForkJoin...Philipp Haller2010-04-111-4/+10
* Scaladoc clean-ups for various actor and channe...Philipp Haller2010-04-119-162/+30
* [scaladoc] Fixes efficiency issue in the way pa...Gilles Dubochet2010-04-111-5/+6
* Completed scaladoc for Reactor and Combinators.Philipp Haller2010-04-114-34/+35
* [scaladoc] UI tweak: definition classes list is...Gilles Dubochet2010-04-111-1/+1
* [scaladoc] Refactors Paul's refactorings from r...Gilles Dubochet2010-04-112-39/+42
* ScalaSigPrinter fixed for multiline string valu...ilyas2010-04-111-0/+5
* Some overdue cleanups on Exception.Paul Phillips2010-04-112-66/+80
* Temporarily reverted r21421 so the build will b...Paul Phillips2010-04-111-3/+7
* Restores the passing of scalac.args and javac.a...Paul Phillips2010-04-111-0/+2
* Introduces scala.tools.cmd providing command li...Paul Phillips2010-04-1128-492/+909
* Docs. No review.Aleksandar Pokopec2010-04-1010-45/+153
* Fix windows build.Hubert Plociniczak2010-04-101-1/+2
* More docs. No review.Aleksandar Pokopec2010-04-1025-74/+207
* docs. no reviewAleksandar Pokopec2010-04-1012-70/+166
* Docs. No review.Aleksandar Pokopec2010-04-094-33/+85
* Docs for MultiMap done. Review by community.pAleksandar Pokopec2010-04-091-3/+18
* Fix test with new specialized output, no review.Paul Phillips2010-04-091-0/+1
* Some tweaks to process to see if it'll fix auxjvm.Paul Phillips2010-04-092-8/+15
* MultiMap and WeakHashMap docs. no reviewAleksandar Pokopec2010-04-092-2/+24
* Turn on specialization by default. No review.Iulian Dragos2010-04-0924-24/+0
* fixed one more issue that prevented variables i...Martin Odersky2010-04-091-3/+12
* more docsMartin Odersky2010-04-0911-29/+25
* Updated documentationMartin Odersky2010-04-0923-122/+107
* Work on mutable collections docs.Aleksandar Pokopec2010-04-0918-71/+96
* [scaladoc] FIxed issue with wiki parser that pr...Gilles Dubochet2010-04-091-20/+35
* Turn on specialization by default. No review.Iulian Dragos2010-04-092-2/+3
* @inlined auxiliary typed methods to reduce stac...Martin Odersky2010-04-091-7/+3
* Interrupted attempt to fix #2897.Martin Odersky2010-04-094-10/+63
* Fixed problem in scaladoc which did not expand ...Martin Odersky2010-04-091-3/+5
* New starr with the latest fixes to specialization.Iulian Dragos2010-04-093-3/+3
* Brought back stack traces in TypeError. This isIulian Dragos2010-04-091-1/+1
* Added a cast for alias replacement that causedIulian Dragos2010-04-091-5/+6
* Less logging unless '-Ydebug', refactorings.Iulian Dragos2010-04-093-38/+46
* Changed TreeSymSubstituter from a traverser toIulian Dragos2010-04-094-18/+32
* Changed default of 'keepsTypeParams' to true. AllIulian Dragos2010-04-095-3/+9
* Fixed retyping of singleton types, replacing in...Iulian Dragos2010-04-092-1/+9
* New starr for primitive companion objectsIulian Dragos2010-04-093-3/+3
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-0912-58/+41
* Companion objects of primitive types are now va...Iulian Dragos2010-04-099-21/+115
* Fixed a cyclic error when specializing Option.Iulian Dragos2010-04-091-32/+45
* Made 'specialized' a printable flag. No review.Iulian Dragos2010-04-091-1/+2
* Special-cased 'isHigherKinded' for ThisTypes, i...Iulian Dragos2010-04-091-0/+1
* More information on type skolems when browsing ...Iulian Dragos2010-04-092-3/+9
* Implemented specialized subclassing for traitsIulian Dragos2010-04-091-28/+78