summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \
| * | Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-161-7/+1
* | | Merge pull request #1318 from odersky/ticket/6336Josh Suereth2012-09-171-4/+7
|\ \ \ | |/ / |/| |
| * | SI-6336 Disallows value types in structuralal refinementsMartin Odersky2012-09-161-4/+7
| |/
* | Merge pull request #1309 from paulp/210-no-relative-pathsPaul Phillips2012-09-1619-50/+50
|\ \ | |/ |/|
| * More relative path elimination.Paul Phillips2012-09-1519-50/+50
* | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-162-2/+3
|\ \ | |/ |/|
| * extinguishes some magic from scalacEugene Burmako2012-09-162-2/+3
* | Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-1418-59/+59
|\ \
| * | SI-6362 & SI-5924 removes caches in the macro APIEugene Burmako2012-09-152-7/+0
| * | SI-6342 cleans up toolbox APIEugene Burmako2012-09-156-32/+36
| * | SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-153-3/+6
| * | SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-157-16/+16
| * | SI-6373 removes Trees#ApplyDynamic from the APIEugene Burmako2012-09-141-1/+1
* | | Merge pull request #1290 from retronym/ticket/no-implicit-to-anyrefPaul Phillips2012-09-141-1/+1
|\ \ \
| * | | A little cleanup along the Any to AnyRef trail.Jason Zaugg2012-09-111-1/+1
* | | | Merge pull request #1299 from namin/si-6245Paul Phillips2012-09-141-4/+13
|\ \ \ \
| * | | | Fix for SI-6245 with workaround for SI-2296.amin2012-09-131-4/+13
* | | | | Merge pull request #1304 from paulp/topic/empty-array-optimizationJosh Suereth2012-09-141-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added constant empty array to the companion objects.Paul Phillips2012-09-141-7/+10
* | | | | Eliminate breaking relative names in source.Paul Phillips2012-09-14114-244/+242
|/ / / /
* | | | Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-141-1/+1
|\ \ \ \
| * | | | SI-6331 Avoid typing an If tree with a constant type.Jason Zaugg2012-09-081-1/+1
* | | | | Merge pull request #1301 from paulp/clone-parensJosh Suereth2012-09-141-1/+1
|\ \ \ \ \
| * | | | | Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-141-1/+1
* | | | | | Merge pull request #1295 from scalamacros/ticket/6323Eugene Burmako2012-09-1422-118/+117
|\ \ \ \ \ \
| * | | | | | accommodates pull request feedbackEugene Burmako2012-09-141-4/+4
| * | | | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1416-32/+32
| * | | | | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-144-5/+9
| * | | | | | improvements for reification of free symbolsEugene Burmako2012-09-145-75/+71
| * | | | | | removes build.newFreeExistentialEugene Burmako2012-09-142-3/+2
| |/ / / / /
* | | | | | Merge pull request #1272 from paulp/issue/6340Josh Suereth2012-09-141-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for SI-6340, error message regression.Paul Phillips2012-09-121-1/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #1300 from retronym/ticket/6359Josh Suereth2012-09-131-8/+9
|\ \ \ \ \
| * | | | | SI-6359 Deep prohibition of templates in value classJason Zaugg2012-09-141-8/+9
| |/ / / /
* | | / / Fixes SI-6259. Unable to use typeOf in super call of top-level object.Josh Suereth2012-09-131-2/+18
| |_|/ / |/| | |
* | | | Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-138-25/+51
|\ \ \ \
| * | | | Better error message for pattern arity errors.Paul Phillips2012-09-125-13/+27
| * | | | Rescued TreeBuilder from the parser.Paul Phillips2012-09-123-12/+24
* | | | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-121-5/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-121-5/+0
* | | | | Merge pull request #1288 from jsuereth/fix/SI-6268Josh Suereth2012-09-121-1/+1
|\ \ \ \ \
| * | | | | Fixes SI-6268. Review by @paulp and @lrytz.Josh Suereth2012-09-121-1/+1