summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix some one more issue in DurationRoland2012-09-071-54/+79
* second round of Duration cleanupRoland2012-09-071-97/+425
* several fixes to scala.concurrent.util.DurationRoland2012-09-051-9/+58
* Removing duplication from Duration.Paul Phillips2012-09-041-328/+178
* Merge pull request #1251 from dragos/issue/fix-5064Paul Phillips2012-09-041-2/+2
|\
| * Fixed positions in de-aliased special symbols and for automatically added `ap...Iulian Dragos2012-09-041-2/+2
* | Merge pull request #1219 from odersky/topic/worksheet-instrumenterJosh Suereth2012-09-046-211/+51
|\ \
| * | Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-08-301-45/+1
| * | Made instrumenter more robust by looking at tokensMartin Odersky2012-08-302-18/+51
| * | Removed dead code.Martin Odersky2012-08-303-149/+0
| * | Two fixes for the worksheet instrumenterMartin Odersky2012-08-301-1/+1
* | | Merge pull request #1244 from dgruntz/2.10.xJosh Suereth2012-09-041-4/+4
|\ \ \
| * | | Fixes typos in the ScalaDoc of StringContextDominik Gruntz2012-09-041-4/+4
* | | | Merge pull request #1245 from dragos/issue/fix-6312Josh Suereth2012-09-041-5/+11
|\ \ \ \
| * | | | Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-041-5/+11
| | |_|/ | |/| |
* | | | Merge pull request #1248 from jsuereth/fix/SI-6285Josh Suereth2012-09-041-1/+1
|\ \ \ \
| * | | | Fixes SI-6285 - ParIterableLike no longer says sequential foreach.Josh Suereth2012-09-041-1/+1
* | | | | Merge pull request #1246 from lrytz/t6274Paul Phillips2012-09-042-3/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6274 Fix owners when eta-expanding function with byName paramLukas Rytz2012-09-042-3/+7
* | | | | Merge pull request #1217 from axel22/issue/6294Paul Phillips2012-09-041-2/+5
|\ \ \ \ \
| * | | | | Fix SI-6294.Aleksandar Prokopec2012-08-301-2/+5
* | | | | | Merge pull request #1192 from jsuereth/deprecate/low-hangingPaul Phillips2012-09-047-0/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Deprecate unmaintained/old classes for removal in 2.11Josh Suereth2012-08-247-0/+7
* | | | | | Made Dynamic extend Any.Paul Phillips2012-09-031-5/+5
| |_|/ / / |/| | | |
* | | | | Merge pull request #1235 from paulp/topic/beautify-typedPaul Phillips2012-09-021-140/+51
|\ \ \ \ \
| * | | | | Formatting cleanup in def typed.Paul Phillips2012-09-011-140/+51
* | | | | | Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-0213-48/+63
|\ \ \ \ \ \
| * | | | | | definitive way to learn if a symbol is a val/varEugene Burmako2012-08-272-4/+6
| * | | | | | Exposes Symbol.sourceModuleEugene Burmako2012-08-272-0/+6
| * | | | | | rehash of source file information for SymbolEugene Burmako2012-08-272-2/+7
| * | | | | | removes AbstractFileApiEugene Burmako2012-08-279-39/+17
| * | | | | | Exposes ToolBox.classLoaderEugene Burmako2012-08-272-3/+4
| * | | | | | exposes MethodSymbol.isPrimaryConstructorEugene Burmako2012-08-271-0/+3
| * | | | | | Exposes Symbol.deSkolemize to macrosEugene Burmako2012-08-271-0/+2
| * | | | | | adds Symbol.isJavaEugene Burmako2012-08-272-0/+5
| * | | | | | adds ClassSymbol.baseClassesEugene Burmako2012-08-272-0/+7
| * | | | | | exposes Symbol.childrenEugene Burmako2012-08-272-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1231 from paulp/issue/6273Josh Suereth2012-09-022-3/+7
|\ \ \ \ \ \
| * | | | | | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-012-3/+7
| | |/ / / / | |/| | | |
* | | | | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-014-50/+117
* | | | | | Fix for SI-6263, futile adaptation.Paul Phillips2012-09-011-2/+6
* | | | | | Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-011-1/+10
|/ / / / /
* | | | | Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-013-3/+10
|\ \ \ \ \
| * | | | | Fix for SI-6034, covariant value classes.Paul Phillips2012-08-313-3/+10
* | | | | | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-011-2/+8
|\ \ \ \ \ \
| * | | | | | Fix SI-4581.Aleksandar Prokopec2012-08-271-2/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1222 from jsuereth/fix/sbt-buildJosh Suereth2012-09-011-3/+7
|\ \ \ \ \ \
| * | | | | | SBT build now works with SBT 0.12.Josh Suereth2012-08-311-3/+7
* | | | | | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-012-7/+14
|\ \ \ \ \ \ \
| * | | | | | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-312-7/+14
| |/ / / / / /