summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #926 from scalamacros/topic/macro-classpathsAdriaan Moors2012-07-181-2/+2
|\
| * fixes a typo in macro classloadersEugene Burmako2012-07-171-2/+2
* | Merge pull request #933 from scalamacros/ticket/5731Adriaan Moors2012-07-181-0/+2
|\ \
| * | SI-5731 a few fixes for value classesEugene Burmako2012-07-171-0/+2
| |/
* | Merge pull request #928 from hubertp/2.10.x-issue/6076Adriaan Moors2012-07-182-6/+5
|\ \
| * | Fixed SI-6076. Range positions for macro-based string interpolation.Hubert Plociniczak2012-07-172-6/+5
| |/
* | Merge pull request #904 from adriaanm/ticket-6077Adriaan Moors2012-07-171-149/+179
|\ \ | |/ |/|
| * SI-6077 more conservative TreeMakersToConds for CSEAdriaan Moors2012-07-141-103/+126
| * enabled patmatDebugAdriaan Moors2012-07-131-49/+56
* | Merge pull request #915 from gkossakowski/SI-6035-specialized-flagAdriaan Moors2012-07-172-6/+13
|\ \
| * | SI-6035: Specialization and separate compilation.Grzegorz Kossakowski2012-07-162-6/+13
* | | Merge pull request #910 from adriaanm/redo-847-ticket-6028Adriaan Moors2012-07-171-30/+55
|\ \ \
| * | | SI-6028 Avoid needless symbol renaming in lambdalift.Jason Zaugg2012-07-141-30/+55
| |/ /
* | | Merge pull request #876 from adriaanm/ticket-6011bAdriaan Moors2012-07-161-142/+233
|\ \ \
| * | | SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-161-142/+233
| |/ /
* | | Merge pull request #897 from lrytz/t5956Adriaan Moors2012-07-161-3/+5
|\ \ \
| * | | SI-5956 trigger copy generation with correct namerLukas Rytz2012-07-131-3/+5
* | | | Merge pull request #907 from lrytz/ynogenAdriaan Moors2012-07-162-3324/+3326
|\ \ \ \ | |_|/ / |/| | |
| * | | With -Yno-generic-signatures, exit GenASM.getGenericSignature earlyLukas Rytz2012-07-142-2/+4
| * | | changed line endings in GenASM from Windows to UnixLukas Rytz2012-07-141-3323/+3323
| | |/ | |/|
* | | Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-149-34/+32
|\ \ \ | |/ / |/| |
| * | Avoid conflict with String's apply.Paul Phillips2012-07-135-21/+21
| * | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1358-719/+3482
| |\ \
| * | | Implicits to encourage more Name-dropping.Paul Phillips2012-07-064-13/+11
* | | | SI-5957 enable direct parsing of nested java class classfileLukas Rytz2012-07-121-1/+8
| |_|/ |/| |
* | | Merge pull request #877 from magarciaEPFL/fixesAdriaan Moors2012-07-111-1/+1
|\ \ \
| * | | SI-6015 assertion (in Type-flow analysis) that wasn't, valid counterexample f...Miguel Garcia2012-07-111-1/+1
* | | | Merge pull request #874 from adriaanm/ticket-6022Adriaan Moors2012-07-111-8/+36
|\ \ \ \
| * | | | SI-6022 model type-test-implication betterAdriaan Moors2012-07-111-8/+36
* | | | | Merge pull request #878 from adriaanm/topic-polyvalclassAdriaan Moors2012-07-115-30/+65
|\ \ \ \ \
| * | | | | polymorphic value classesMartin Odersky2012-07-114-29/+64
| * | | | | don't crash on syntactically incorrect value classesMartin Odersky2012-07-111-1/+1
* | | | | | Merge pull request #887 from paulp/topic/pickledflagsAdriaan Moors2012-07-111-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-1115-75/+243
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Pickled flag reorgMartin Odersky2012-07-111-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #881 from lrytz/t4763Josh Suereth2012-07-111-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge commit 'refs/pull/851/head' into 2.10.xAdriaan Moors2012-07-115-7/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added a HIDDEN flag.Paul Phillips2012-07-085-7/+9
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-------. \ \ \ \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-1111-68/+234
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | * | | | bandaid in GenASM for SI-6049Miguel Garcia2012-07-101-4/+10
| | | | * | | | | SI-6042 Improve type selection from volatile type errorJason Zaugg2012-07-082-2/+4
| | | | | |_|_|/ | | | | |/| | |
| | * | | | | | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-054-49/+48
| | * | | | | | Enhanced presentation compiler test infrastructureMirco Dotta2012-07-053-11/+21
| * | | | | | | removes special case for BigIntegerDominik Gruntz2012-07-061-2/+1
| * | | | | | | macro-based string interpolation formatterAdriaan Moors2012-07-062-2/+152
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Revert "GenASM: pipeline disk-write with building of classfiles"Iulian Dragos2012-07-103-91/+35
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #841 from magarciaEPFL/fixesAdriaan Moors2012-07-094-13/+28
|\ \ \ \ \ \
| * | | | | | scalac ant task now supports all GenASM targetsMiguel Garcia2012-07-081-1/+1
| * | | | | | raise compile time error about impending VerifyError due to unsorted lookupsw...Miguel Garcia2012-07-071-0/+9