summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-242-4/+21
* Merge remote-tracking branch 'paulp/treecheckers' into 2.10.xPaul Phillips2012-09-201-1/+1
|\
| * Fix for loud test.Paul Phillips2012-09-201-1/+1
* | Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-201-91/+91
|\ \
| * | Normalized line endings.Paul Phillips2012-09-201-91/+91
* | | Merge pull request #1348 from scalamacros/ticket/6394Grzegorz Kossakowski2012-09-201-1/+1
|\ \ \
| * | | SI-6394 fixes macros.Context.enclosingClassEugene Burmako2012-09-191-1/+1
* | | | Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-202-2/+6
|\ \ \ \
| * | | | Fixed comment.Martin Odersky2012-09-171-0/+1
| * | | | Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-172-2/+5
* | | | | Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-201-0/+17
|\ \ \ \ \
| * | | | | Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-181-0/+17
* | | | | | Merge pull request #1356 from paulp/pullreq-1342Josh Suereth2012-09-201-10/+22
|\ \ \ \ \ \
| * | | | | | Error message improvement for SI-6336.Paul Phillips2012-09-191-11/+18
| * | | | | | SI-6336 Now also catches return typesMartin Odersky2012-09-181-2/+7
* | | | | | | Merge pull request #1360 from scalamacros/hotfix/sbtEugene Burmako2012-09-201-6/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | don't try to create tags w/o scala-reflect.jarEugene Burmako2012-09-201-6/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Value classes: eliminated half-boxingMartin Odersky2012-09-202-2/+11
* | | | | | Cleanup of OverridingPairsMartin Odersky2012-09-201-17/+22
* | | | | | Fixes SI-6260Martin Odersky2012-09-202-21/+69
* | | | | | Merge pull request #1331 from scalamacros/ticket/5943Grzegorz Kossakowski2012-09-202-2/+2
|\ \ \ \ \ \
| * | | | | | SI-5943 toolboxes now autoimport Predef and scalaEugene Burmako2012-09-202-2/+2
* | | | | | | Merge pull request #1338 from scalamacros/ticket/5418Grzegorz Kossakowski2012-09-202-3/+14
|\ \ \ \ \ \ \
| * | | | | | | existentially typed expansions now work fineEugene Burmako2012-09-182-3/+14
| |/ / / / / /
* | | | | | | Merge pull request #1358 from scalamacros/ticket/6392Grzegorz Kossakowski2012-09-201-2/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-6392 wraps non-terms before typecheck/evalEugene Burmako2012-09-191-2/+13
* | | | | | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1915-52/+47
|\ \ \ \ \ \ \
| * | | | | | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1915-53/+45
| * | | | | | | prepping for the refactoringEugene Burmako2012-09-191-0/+3
* | | | | | | | Merge pull request #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-1910-73/+66
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-1810-73/+66
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1343 from namin/dynamic-sigGrzegorz Kossakowski2012-09-192-3/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-192-3/+21
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1327 from scalamacros/ticket/6287Grzegorz Kossakowski2012-09-191-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-171-3/+3
| |/ / / /
* | | | | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-271-1/+1
* | | | | Merge pull request #1340 from gkossakowski/revert-static-annotationGrzegorz Kossakowski2012-09-185-242/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-175-207/+30
| * | | | Revert "WIP add private/lazy checks and a few tests."Grzegorz Kossakowski2012-09-171-11/+0
| * | | | Revert "Fixes SI-6189."Grzegorz Kossakowski2012-09-172-8/+3
| * | | | Revert "Fixes SI-6236."Grzegorz Kossakowski2012-09-172-14/+3
| * | | | Revert "Fix SI-4581."Grzegorz Kossakowski2012-09-171-8/+2
| * | | | Revert "Fix SI-6294."Grzegorz Kossakowski2012-09-171-5/+3
| | |/ / | |/| |
* | | | Merge pull request #1329 from scalamacros/ticket/5692Eugene Burmako2012-09-181-1/+5
|\ \ \ \
| * | | | SI-5692 better error messageEugene Burmako2012-09-181-1/+5
| |/ / /
* / / / SI-5942 toolboxes now reset front endsEugene Burmako2012-09-181-0/+10
|/ / /
* | | Merge pull request #1321 from namin/apply-dynamic-sugarGrzegorz Kossakowski2012-09-171-5/+11
|\ \ \ | |_|/ |/| |
| * | Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-171-5/+11
* | | Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-171-7/+1
|\ \ \