summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-2991-98/+98
* Removes pointless reference queue from the Symb...Paul Phillips2010-04-291-3/+2
* Reverted change that made partest fail with 'bi...Iulian Dragos2010-04-291-1/+1
* Fixed misaligning due to wide (double|long) par...Iulian Dragos2010-04-292-8/+4
* Allow inlining for straight-line methods.Iulian Dragos2010-04-291-1/+1
* Tightened variances check. Review by prokopec.Martin Odersky2010-04-291-1/+2
* Made internal helper methods in concurrent.ops ...Philipp Haller2010-04-293-18/+13
* Removes scala.concurrent.AsyncInvokable, which ...Philipp Haller2010-04-291-24/+0
* UncaughtException is now a case class (see #2017).Philipp Haller2010-04-292-10/+11
* Closes #3369. Review by plocinic.Philipp Haller2010-04-291-0/+39
* fix msil backend. no reviewLukas Rytz2010-04-291-11/+27
* improved doc for PARAMACCESSOR flag. no reviewLukas Rytz2010-04-293-4/+6
* Fixed bug in Iterator.iterate which would lead ...Paul Phillips2010-04-281-1/+7
* Some path-dependent type fiddling so power mode...Paul Phillips2010-04-281-4/+4
* Closes #3365.Philipp Haller2010-04-286-11/+35
* Closes #3364. No review.Philipp Haller2010-04-281-1/+1
* scalap: signature for case classes fixedilyas2010-04-282-0/+5
* no inlining on msil.Lukas Rytz2010-04-281-1/+1
* Fixed scaladoc output for several types and mem...Philipp Haller2010-04-273-41/+33
* A small error message improvement suggested at ...Paul Phillips2010-04-271-1/+2
* Added size hints to builders where possible wit...Paul Phillips2010-04-272-2/+9
* Closes #3362. Review by dragos.Martin Odersky2010-04-272-2/+6
* Various refinements and polishing to do with me...Paul Phillips2010-04-274-41/+107
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-277-205/+350
* Fixed construction of specialized classes in th...Iulian Dragos2010-04-273-21/+154
* Fixed crash when calling super in a closure (se...Iulian Dragos2010-04-271-2/+6
* fixed #3349 : method symbol cached too aggressi...Adriaan Moors2010-04-271-2/+4
* Some cleanups in repl completion and power mode.Paul Phillips2010-04-273-91/+72
* Mostly finishing the ball that got rolling in r...Paul Phillips2010-04-266-57/+146
* Typo patrol. no reviewAleksandar Pokopec2010-04-262-4/+4
* [scaladoc] Removed commented-out items in the c...Donna Malayeri2010-04-261-3/+0
* [scaladoc] Moved object/template icons to the l...Donna Malayeri2010-04-262-11/+45
* [scaladoc] Added TODO comments for later fixing...Donna Malayeri2010-04-262-2/+6
* [scaladoc] Added missing file for previous commit.Donna Malayeri2010-04-261-0/+6
* [scaladoc] Fix alignment of "Inherited" and "Vi...Donna Malayeri2010-04-262-6/+7
* Better positioned regular expression parser, co...Gilles Dubochet2010-04-261-0/+19
* Improved documentation for `NodeSeq.\` and `Nod...Gilles Dubochet2010-04-261-20/+25
* Solves the "same type after erasure problem" un...Martin Odersky2010-04-261-1/+12
* moved AnnotationDefaultAttr to scala.runtime.Lukas Rytz2010-04-261-5/+3
* Some overdue improvements in repl completion, w...Paul Phillips2010-04-2510-405/+259
* Fixes #3350. review by extemporeAleksandar Pokopec2010-04-251-0/+10
* Closes #3356.Philipp Haller2010-04-253-107/+42
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-256-42/+91
* Another guess falling somewhere between educate...Paul Phillips2010-04-241-9/+13
* StringBuilder no longer violates the Seq revers...Paul Phillips2010-04-243-563/+276
* Took another of universal equality's victims to...Paul Phillips2010-04-241-1/+1
* Added size hints to Array.{ iterate, range, tab...Paul Phillips2010-04-232-0/+22
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-2317-15/+69
* Closes #3108 plus removed some semicolons.Hubert Plociniczak2010-04-232-21/+21
* added missing SuperMixinsIngo Maier2010-04-2321-24/+29