summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix Documentation TypoJean-Remi Desjardins2012-11-141-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #1613 from paulp/mutable-settingsPaul Phillips2012-11-134-22/+608
|\ \ \ \ \ \ \
| * | | | | | | Address obvious bug in MutableSettings.Paul Phillips2012-11-134-22/+608
* | | | | | | | Merge pull request #1599 from jannic/SI-6637Paul Phillips2012-11-133-11/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix SI-6637 (misoptimization in erasure)Jan Niehusmann2012-11-093-11/+20
| |/ / / / / /
* | | | | | | Merge pull request #1600 from jannic/t2318Paul Phillips2012-11-121-1/+2
|\ \ \ \ \ \ \
| * | | | | | | fix t2318.scalaJan Niehusmann2012-11-091-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #1604 from paulp/fix-mergePaul Phillips2012-11-092-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix merge error.Paul Phillips2012-11-092-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #1573 from paulp/repl-checkinPaul Phillips2012-11-0916-607/+550
|\ \ \ \ \ \ \
| * | | | | | | Restore briefly awol // 3 in explicitouterPaul Phillips2012-11-091-1/+1
| * | | | | | | A utility function to summarize an exception.Paul Phillips2012-11-092-2/+14
| * | | | | | | Cleanups to the previous repl commits.Paul Phillips2012-11-095-117/+97
| * | | | | | | Moved IMain ops requiring stability into implicit class.Paul Phillips2012-11-093-110/+140
| * | | | | | | Massively simplified repl name resolution.Paul Phillips2012-11-097-211/+241
| * | | | | | | Massively simplified repl initialization.Paul Phillips2012-11-092-183/+70
| * | | | | | | Minor tweaks in Types/Scopes.Paul Phillips2012-11-094-32/+39
| * | | | | | | Hardened JavaMirrors against linkage errors.Paul Phillips2012-11-091-7/+4
|/ / / / / / /
* | | | | | | Merge pull request #1595 from paulp/explicit-outer-fixPaul Phillips2012-11-091-3/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove hostile code from explicitouter.Paul Phillips2012-11-081-3/+0
| |/ / / / / /
* | | | | | | Merge pull request #1591 from paulp/new-starrPaul Phillips2012-11-096-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | New starr based on 4f98d50bc2 .Paul Phillips2012-11-086-6/+6
|/ / / / / /
* | | | | | Merge pull request #1587 from paulp/unused-importsPaul Phillips2012-11-07189-503/+449
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Warn about unused imports.Paul Phillips2012-11-075-58/+319
| * | | | | A few straggling unused imports.Paul Phillips2012-11-0711-12/+12
| * | | | | Deprecation patrol.Paul Phillips2012-11-0619-41/+40
| * | | | | Removed unused imports.Paul Phillips2012-11-06174-393/+79
|/ / / / /
* | | | | Merge pull request #1576 from paulp/merge-210Adriaan Moors2012-11-061322-3780/+1984
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051322-3780/+1984
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-051332-3797/+1970
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Merge pull request #1569 from jsuereth/fix/osgi-manifestsv2.10.0-RC2Adriaan Moors2012-11-041-1/+2
| | | |\
| | | | * Fixing issue where OSGi bundles weren't getting used for distribution.Josh Suereth2012-11-041-1/+2
| | | * | Merge pull request #1566 from densh/topic/asSeenFrom-exampleJosh Suereth2012-11-041-4/+20
| | | |\ \
| | | | * | Fixes example in Type.asSeenFromDen Shabalin2012-11-031-4/+20
| | | | |/
| | | * | Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-041240-1249/+1248
| | | |\ \ | | | | |/ | | | |/|
| | | | * Brings copyrights in Scaladoc footer and manpage up-to-date, from 2011/12 to ...Heather Miller2012-11-022-2/+2
| | | | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021240-1247/+1246
| | | * | Merge pull request #1562 from paulp/issue/6600Josh Suereth2012-11-023-6/+23
| | | |\ \
| | | | * | Fix for SI-6600, regression with ScalaNumber.Paul Phillips2012-11-023-6/+23
| | | * | | Merge pull request #1561 from gkossakowski/ticket/6562Adriaan Moors2012-11-024-8/+31
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-024-8/+31
| | | |/ /
| | | * | Merge pull request #1558 from heathermiller/doc/reflection-errataJosh Suereth2012-11-0248-279/+459
| | | |\ \ | | | | |/ | | | |/|
| | | | * SI-6606 Drops new icons in, replaces abstract types placeholder iconsHeather Miller2012-11-024-0/+0
| | | | * SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordingsHeather Miller2012-11-0226-194/+227
| | | | * Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-0238-56/+184
| | | | * Typo-fix in scala.concurrent.Future, thanks to @pavelpavlovHeather Miller2012-11-021-1/+1
| | | | * Remove implementation details from Position (they are still under reflection....Hubert Plociniczak2012-11-021-29/+2
| | | | * SI-6399 Adds API docs for Any and AnyValHeather Miller2012-11-022-5/+51
| | | |/
| | | * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-015-1/+60
| | | |\
| | | | * Modification to SI-6534 patch.Paul Phillips2012-10-303-10/+18