summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | removes isLocatable from the public APIEugene Burmako2012-09-062-13/+10
* | | | | | | Merge pull request #1267 from scalamacros/ticket/6246Eugene Burmako2012-09-0612-62/+192
|\ \ \ \ \ \ \
| * | | | | | | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-0610-44/+49
| * | | | | | | SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-064-23/+148
| |/ / / / / /
* | | | | | | Merge pull request #1168 from retronym/ticket/6258-2Josh Suereth2012-09-063-1/+42
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-6258 Reject partial funs with undefined param typesJason Zaugg2012-08-233-1/+42
* | | | | | | Merge pull request #1266 from scalamacros/topic/removes-isconcreteEugene Burmako2012-09-068-26/+7
|\ \ \ \ \ \ \
| * | | | | | | removes Type.isConcreteEugene Burmako2012-09-068-26/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1260 from jsuereth/issue/5031Josh Suereth2012-09-068-49/+69
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | More fix for invalid companions.Paul Phillips2012-09-057-47/+67
| * | | | | | Sort files to see if we get reproducible testing results across linux/macJosh Suereth2012-09-051-2/+2
|/ / / / / /
* | | | | | Merge pull request #1253 from paulp/topic/fix-durationPaul Phillips2012-09-043-328/+578
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Removing duplication from Duration.Paul Phillips2012-09-043-328/+578
|/ / / / /
* | | | | Merge pull request #1251 from dragos/issue/fix-5064Paul Phillips2012-09-043-2/+50
|\ \ \ \ \
| * | | | | Fixed positions in de-aliased special symbols and for automatically added `ap...Iulian Dragos2012-09-043-2/+50
| | |_|_|/ | |/| | |
* | | | | 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-043-5/+35
|\ \ \ \ \ \ \
| * | | | | | | Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-043-5/+35
| | |_|/ / / / | |/| | | | |
* | | | | | | 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-043-3/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-6274 Fix owners when eta-expanding function with byName paramLukas Rytz2012-09-043-3/+20
* | | | | | | Merge pull request #1217 from axel22/issue/6294Paul Phillips2012-09-042-2/+19
|\ \ \ \ \ \ \
| * | | | | | | Fix SI-6294.Aleksandar Prokopec2012-08-302-2/+19
* | | | | | | | 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
* | | | | | | | Merge pull request #1242 from paulp/topic/dynamic-anyvalJosh Suereth2012-09-033-5/+31
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Made Dynamic extend Any.Paul Phillips2012-09-033-5/+31
|/ / / / / / /
* | | | | | | 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-0217-53/+68
|\ \ \ \ \ \ \
| * | | | | | | definitive way to learn if a symbol is a val/varEugene Burmako2012-08-276-9/+11
| * | | | | | | 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-025-4/+38
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-015-4/+38
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1232 from paulp/topic/210-errors-and-warningsJosh Suereth2012-09-0222-158/+359
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |