summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1168 from retronym/ticket/6258-2Josh Suereth2012-09-062-0/+41
|\
| * SI-6258 Reject partial funs with undefined param typesJason Zaugg2012-08-232-0/+41
* | More fix for invalid companions.Paul Phillips2012-09-054-3/+14
* | Merge pull request #1231 from paulp/issue/6273Josh Suereth2012-09-021-1/+1
|\ \
| * | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-011-1/+1
* | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-016-6/+104
* | | Fix for SI-6263, futile adaptation.Paul Phillips2012-09-012-0/+12
* | | Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-012-0/+13
|/ /
* | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-014-1/+33
|\ \
| * | Fix SI-4581.Aleksandar Prokopec2012-08-274-1/+33
* | | More useful -Xlog-implicits output.Jason Zaugg2012-09-013-0/+25
* | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-302-6/+0
|\ \ \
| * | | Expanded the reach of value classes.Paul Phillips2012-08-292-6/+0
* | | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-302-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Added/fixed test files for SI-6227Martin Odersky2012-08-291-0/+4
| * | | Closes SI-6227Martin Odersky2012-08-291-0/+6
| |/ /
* / / Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-282-0/+5
|/ /
* | Merge pull request #1172 from Blaisorblade/topic/deprecated-conversionJosh Suereth2012-08-232-0/+16
|\ \
| * | Ensure implicit conversions to concurrent map are unambiguousPaolo Giarrusso2012-08-222-0/+16
| |/
* / Fix for SI-6264, crash in checkCheckable.Paul Phillips2012-08-213-0/+11
|/
* cleanup for macroExpandEugene Burmako2012-08-184-1/+1
* Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-179-20/+26
|\
| * more cleanup for typedMacroBodyEugene Burmako2012-08-175-11/+17
| * shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-174-9/+9
* | Fixes SI-6189.Aleksandar Prokopec2012-08-171-0/+6
|/
* macroImplSigs => macroImplSigEugene Burmako2012-08-151-0/+1
* Merge pull request #1101 from scalamacros/ticket/5940Josh Suereth2012-08-144-0/+17
|\
| * macro implementations must be publicEugene Burmako2012-08-134-0/+17
* | Merge pull request #1125 from hubertp/2.10.x-issue/6214Josh Suereth2012-08-132-0/+11
|\ \
| * | Fixes SI-6214.Hubert Plociniczak2012-08-122-0/+11
* | | More resilience to missing classes.Paul Phillips2012-08-111-2/+3
* | | Merge pull request #1091 from paulp/topic/patmat-error-messagesJosh Suereth2012-08-108-12/+84
|\ \ \ | |_|/ |/| |
| * | Better pattern matcher error message.Paul Phillips2012-08-088-12/+84
* | | Merge pull request #1060 from adriaanm/ticket-5739bAdriaan Moors2012-08-082-3/+3
|\ \ \ | |/ / |/| |
| * | SI-5739 (bis) vals for subpatterns unless -optimizeAdriaan Moors2012-08-082-3/+3
* | | Merge pull request #1087 from hubertp/2.10.x-issue/5687Adriaan Moors2012-08-082-0/+63
|\ \ \ | |_|/ |/| |
| * | Fixes SI-5687.Hubert Plociniczak2012-08-082-0/+63
* | | Merge pull request #1075 from adriaanm/ticket-6040Adriaan Moors2012-08-082-0/+8
|\ \ \ | |_|/ |/| |
| * | SI-6040 error on unauthorized extension DynamicAdriaan Moors2012-08-082-0/+8
* | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-078-16/+16
|/ /
* | Merge pull request #1051 from lrytz/t6074Adriaan Moors2012-08-052-0/+10
|\ \
| * | SI-6074Lukas Rytz2012-08-042-0/+10
* | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-055-15/+55
|\ \ \
| * | | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-285-15/+55
* | | | staticTpe => staticType, actualTpe => actualTypeEugene Burmako2012-08-041-1/+1
| |/ / |/| |
* | | evicts last traces of makro from our codebaseEugene Burmako2012-08-0258-110/+110
* | | removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-021-1/+0
| |/ |/|
* | Merge pull request #1016 from hubertp/2.10.x-issue/5031Josh Suereth2012-07-303-0/+12
|\ \
| * | Fixed SI-5031. Only consider classes when looking for companion class.Hubert Plociniczak2012-07-303-0/+12
* | | Merge pull request #1011 from odersky/ticket/5882Josh Suereth2012-07-304-0/+32
|\ \ \