summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-0116-157/+322
| * | | Fix for SI-6263, futile adaptation.Paul Phillips2012-09-013-2/+18
| * | | Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-015-3/+23
|/ / /
* | | Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-014-3/+11
|\ \ \
| * | | Fix for SI-6034, covariant value classes.Paul Phillips2012-08-314-3/+11
* | | | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-016-6/+50
|\ \ \ \
| * | | | Fix SI-4581.Aleksandar Prokopec2012-08-276-6/+50
* | | | | Merge pull request #1222 from jsuereth/fix/sbt-buildJosh Suereth2012-09-015-11/+15
|\ \ \ \ \
| * | | | | SBT build now works with SBT 0.12.Josh Suereth2012-08-315-11/+15
* | | | | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-013-7/+18
|\ \ \ \ \ \
| * | | | | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-313-7/+18
| |/ / / / /
* | | | | | Merge pull request #1228 from retronym/ticket/4270-xlogimplicitsPaul Phillips2012-09-014-4/+29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | More useful -Xlog-implicits output.Jason Zaugg2012-09-014-4/+29
|/ / / / /
* | | | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-3027-130/+140
|\ \ \ \ \
| * | | | | Two more value classes.Paul Phillips2012-08-292-53/+50
| * | | | | Expanded the reach of value classes.Paul Phillips2012-08-2925-77/+90
| |/ / / /
* | | | | Merge pull request #1212 from dragos/topic/worksheet-instrumenterJosh Suereth2012-08-302-5/+12
|\ \ \ \ \
| * | | | | Two fixes for the worksheet instrumenterMartin Odersky2012-08-292-5/+12
| |/ / / /
* | | | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-302-10/+121
|\ \ \ \ \
| * | | | | Added test that should cover all code paths of the changes done in SI-6220Ruediger Klaehn2012-08-181-0/+92
| * | | | | Improve efficiency of updatedRuediger Klaehn2012-08-181-10/+29
* | | | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-303-40/+182
|\ \ \ \ \ \
| * | | | | | Commented out assertionsRuediger Klaehn2012-08-281-3/+3
| * | | | | | Added test to ensure that ListMap.tail is O(1)Ruediger Klaehn2012-08-251-0/+7
| * | | | | | Made ListMap.tail O(1) instead of O(N)Ruediger Klaehn2012-08-251-7/+7
| * | | | | | Extended test to also check proper handling of collisionsRuediger Klaehn2012-08-211-0/+91
| * | | | | | Added test that tests that correct classes are being created when removing el...Ruediger Klaehn2012-08-211-0/+32
| * | | | | | Added assertions for tree consistencyRuediger Klaehn2012-08-201-0/+4
| * | | | | | Rewrote makeHashTrieMap so that objects are created in a consistent stateRuediger Klaehn2012-08-201-22/+19
| * | | | | | Check if subNew is the only child and if it is a leaf.Ruediger Klaehn2012-08-201-0/+2