summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
*-------. 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
| * | | | | SI-6025 fix for GenASM, GenJVM-based fix pendingMiguel Garcia2012-07-061-10/+14
| * | | | | GenASM becomes default backend, 1.5 classfiles remain as defaultMiguel Garcia2012-07-063-3/+5
| |/ / / /
* | | | | Merge pull request #843 from scalamacros/ticket/6036Adriaan Moors2012-07-082-5/+8
|\ \ \ \ \
| * | | | | SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-062-5/+8
| |/ / / /
* | | | | Merge pull request #844 from paulp/topic/stop-admonishing-meAdriaan Moors2012-07-085-8/+12
|\ \ \ \ \
| * | | | | Knocking off a few catch _ => warnings.Paul Phillips2012-07-065-8/+12
| | |_|_|/ | |/| | |
* | | | | Merge pull request #816 from VladUreche/feature/diagrams-dev-pullreq-newJosh Suereth2012-07-0733-525/+3154
|\ \ \ \ \
| * | | | | Diagram tweaks #2Vlad Ureche2012-07-026-59/+108
| * | | | | Diagram tweaks #1Vlad Ureche2012-07-027-80/+148
| * | | | | Scaladoc class diagrams part 2Damien2012-07-0214-24/+1297
| * | | | | Scaladoc class diagrams part 1Vlad Ureche2012-07-0219-202/+1234
| * | | | | Reorganized scaladoc modelVlad Ureche2012-07-029-277/+460
| * | | | | Scaladoc diff-firendly outputVlad Ureche2012-07-025-18/+42
| | |_|/ / | |/| | |
* | | | | Merge pull request #838 from adriaanm/ticket-2442Adriaan Moors2012-07-071-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-2442 sealedness for java enums non-experimentalAdriaan Moors2012-07-061-2/+2
| | |/ / | |/| |
* | | | Merge pull request #834 from paulp/issue/3836-2Adriaan Moors2012-07-061-3/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Fix SI-3836 not-really-ambiguous import detection.Paul Phillips2012-07-051-3/+26
* | | | Merge pull request #824 from adriaanm/ticket-4691_6008Adriaan Moors2012-07-062-218/+212
|\ \ \ \
| * | | | refactor to implement @retronym's reviewAdriaan Moors2012-07-061-18/+20
| * | | | SI-6008 use static knowledge of success of type testsAdriaan Moors2012-07-051-24/+51
| * | | | SI-4691 exhaustivity: `unapply: Some` = irrefutableAdriaan Moors2012-07-051-175/+128
| * | | | introduce -Ypatmat-debug (no new functionality)Adriaan Moors2012-07-052-35/+47
| |/ / /
* | | | Merge pull request #826 from lrytz/t5907Adriaan Moors2012-07-062-50/+66
|\ \ \ \ | |/ / / |/| | |
| * | | SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-052-50/+66
| |/ /
* | | Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-051-51/+199
|\ \ \
| * | | SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-031-51/+199
| | |/ | |/|
* | | Merge pull request #803 from magarciaEPFL/offload-classfile-writing-BAdriaan Moors2012-07-054-280/+444
|\ \ \
| * | | GenASM gets a 10% performance boost via switchMiguel Garcia2012-07-012-245/+353
| * | | GenASM: pipeline disk-write with building of classfilesMiguel Garcia2012-07-013-35/+91
* | | | Merge pull request #777 from retronym/ticket/2796Adriaan Moors2012-07-041-0/+6
|\ \ \ \
| * | | | SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-261-0/+6
* | | | | Merge pull request #818 from scalamacros/topic/tags-for-anyval-and-anyrefAdriaan Moors2012-07-041-0/+2
|\ \ \ \ \
| * | | | | tags for AnyVal and AnyRefEugene Burmako2012-07-041-0/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #820 from retronym/ticket/6013Adriaan Moors2012-07-041-1/+1
|\ \ \ \ \
| * | | | | SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-041-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #814 from hubertp/issue/5969Adriaan Moors2012-07-041-1/+10
|\ \ \ \ \
| * | | | | Better explanation for SI-5969.Hubert Plociniczak2012-07-031-2/+6
| * | | | | Closes SI-5969.Hubert Plociniczak2012-07-021-1/+6
* | | | | | Merge pull request #809 from dragos/issue/fix-5929Adriaan Moors2012-07-041-11/+7
|\ \ \ \ \ \