summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SI-5999 removes Context.reifyEugene Burmako2012-07-203-46/+9
* | | | | | | Merge pull request #927 from dgruntz/issue/5856Adriaan Moors2012-07-202-2/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | changes error message generated by compilerDominik Gruntz2012-07-171-1/+1
| * | | | | | SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-172-2/+11
* | | | | | | Merge pull request #937 from adriaanm/ticket-5739Adriaan Moors2012-07-201-13/+96
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-5739 address @retronym's feedback, more docsAdriaan Moors2012-07-201-4/+28
| * | | | | | SI-5739 store sub-patterns in local valsAdriaan Moors2012-07-171-11/+70
* | | | | | | Merge pull request #952 from adriaanm/ticket-4897Adriaan Moors2012-07-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-4897 derive expected value from single typeAdriaan Moors2012-07-191-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #943 from adriaanm/rebase-ticket-5939Adriaan Moors2012-07-191-10/+11
|\ \ \ \ \ \ \
| * | | | | | | SI-5939 resident compilation of sources in empty packageMartin Odersky2012-07-191-10/+11
| |/ / / / / /
* | | | | | | Merge pull request #906 from adriaanm/optimize-findmemberAdriaan Moors2012-07-195-7/+60
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Variation #10 to optimze findMemberMartin Odersky2012-07-141-0/+48
| * | | | | | Fixing problem that caused fingerprints to fail in reflection.Martin Odersky2012-07-141-1/+1
| * | | | | | Attempt #3 to optimize findMemberMartin Odersky2012-07-141-1/+6
| * | | | | | Attempt #2 to optimize findMemberMartin Odersky2012-07-142-5/+5
* | | | | | | Merge pull request #922 from dragos/issue/fix-SI-6092Adriaan Moors2012-07-191-0/+15
|\ \ \ \ \ \ \
| * | | | | | | Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under whic...Iulian Dragos2012-07-181-0/+15
* | | | | | | | Merge pull request #939 from adriaanm/ticket-6089Adriaan Moors2012-07-191-5/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-6089 better tail position analysis for matchesAdriaan Moors2012-07-181-5/+11
* | | | | | | | Merge pull request #935 from scalamacros/ticket/5695Adriaan Moors2012-07-181-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5695 removes Context.enclosingApplicationEugene Burmako2012-07-181-1/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #909 from lrytz/t5892Adriaan Moors2012-07-182-2/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-5892 allow implicit views in annotation argsLukas Rytz2012-07-182-2/+8
* | | | | | | | 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
|\ \ \ \ \