summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | Handled some of our new exhaustiveness warnings.Paul Phillips2012-05-267-10/+14
* | | Help our new exhaustiveness checker.Paul Phillips2012-05-261-6/+9
|/ /
* | Merge pull request #612 from adriaanm/ticket/5829Adriaan Moors2012-05-261-2/+2
|\ \
| * | fix SI-5829: refinement typeref has a prefixAdriaan Moors2012-05-241-2/+2
| |/
* | Merge pull request #625 from retronym/ticket/5318-3Adriaan Moors2012-05-252-35/+25
|\ \
| * | SI-5318 Make implicit divergence checking PolyType aware.Jason Zaugg2012-05-252-35/+25
* | | Merge pull request #624 from hubertp/topic/cleanupJosh Suereth2012-05-253-23/+1
|\ \ \
| * | | Cleaning up some code introduced for the old presentation compiler long time ...Hubert Plociniczak2012-05-243-23/+1
* | | | Merge pull request #613 from hubertp/issue/5821Adriaan Moors2012-05-252-10/+16
|\ \ \ \
| * | | | Closes SI-5821.Hubert Plociniczak2012-05-242-10/+16
| |/ / /
* | | | don't error when not emitting required switchAdriaan Moors2012-05-251-1/+1
* | | | Fixes SI-5805Miguel Garcia2012-05-241-4/+5
| |_|/ |/| |
* | | Merge branch 'master' into asm-compiled-onceJosh Suereth2012-05-2312-108/+115
|\ \ \
| * | | Widen types in names/defaults transformations.Paul Phillips2012-05-231-13/+12
| * | | Creator for superconstructor tree.Paul Phillips2012-05-237-19/+14
| * | | Usability improvements to Origins.Paul Phillips2012-05-231-37/+49
| * | | Cleanups in Treecheckers.Paul Phillips2012-05-231-34/+33
| * | | Make phase fmask a public val instead of a private var.Paul Phillips2012-05-231-4/+6
| * | | Relax -Xlint warning for implicit classes. Closes SI-5809.Paul Phillips2012-05-231-1/+1
* | | | ASM now compiled once in the build.Josh Suereth2012-05-2377-28021/+0
|/ / /
* | | Merge pull request #595 from som-snytt/ticket/3761-overload-byname-onlyLukas Rytz2012-05-231-3/+15
|\ \ \
| * | | SI-3761: Overload resolution fails on by-name parameter (amended per lrytz)Som Snytt2012-05-221-2/+1
| * | | SI-3761: Overload resolution fails on by-name parameterSom Snytt2012-05-211-4/+17
| |/ /
* | | Merge pull request #601 from adriaanm/3f7b8b58748eb70aec4269f1ef63853b5ad4af60Adriaan Moors2012-05-235-236/+1115
|\ \ \
| * | | Exhaustivity: TreeMakers as boolean propositionsAdriaan Moors2012-05-225-9/+712
| * | | TreeMaker approximation refactorings and bug fixesAdriaan Moors2012-05-221-225/+401
| |/ /
* | | Merge pull request #599 from som-snytt/ticket/5779-numeq-warnAdriaan Moors2012-05-222-3/+12
|\ \ \
| * | | SI-5779: Wrong warning message (comparing Number)Som Snytt2012-05-221-9/+13
| * | | SI-5779: Wrong warning message (comparing values of types Float/Double and Nu...Som Snytt2012-05-212-4/+9
| |/ /
* | | Merge pull request #602 from hubertp/issue/5735Adriaan Moors2012-05-222-36/+42
|\ \ \
| * | | Last minor cleanupHubert Plociniczak2012-05-221-3/+3
| * | | More consistent solution for errorenous situations when infering the alternat...Hubert Plociniczak2012-05-222-39/+41
| * | | Closes SI-5735, this could also potentially fix a SO problem that @adriaanm w...Hubert Plociniczak2012-05-212-4/+8
* | | | Merge pull request #592 from retronym/ticket/4975Adriaan Moors2012-05-221-1/+1
|\ \ \ \
| * | | | Consider method-scoped companions in the implicit scope.Jason Zaugg2012-05-211-1/+1
* | | | | Merge pull request #596 from magarciaEPFL/ticket-SI-5672Adriaan Moors2012-05-223-5/+25
|\ \ \ \ \
| * | | | | fix for SI-5672Miguel Garcia2012-05-213-5/+25
| | |_|/ / | |/| | |
* | | | | Merge pull request #588 from retronym/ticket/5305Adriaan Moors2012-05-221-4/+1
|\ \ \ \ \
| * | | | | Don't hop to the first enclosing, non-silent context when typing refinements.Jason Zaugg2012-05-061-4/+1
* | | | | | Merge pull request #598 from retronym/ticket/2405Adriaan Moors2012-05-222-5/+9
|\ \ \ \ \ \
| * | | | | | SI-2405 Confer implicit privileges to renamed imports.Jason Zaugg2012-05-222-5/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #604 from hubertp/issue/5044Adriaan Moors2012-05-222-2/+6
|\ \ \ \ \ \
| * | | | | | Better diagnosis for the SI-5044 fixHubert Plociniczak2012-05-221-0/+4
| * | | | | | For the benefit of future debugger users, let the context print some more use...Hubert Plociniczak2012-05-221-2/+2
| |/ / / / /
* | | | | | Merge pull request #583 from heathermiller/scaladoc/keyboard-shortcutsJosh Suereth2012-05-221-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix to Scaladoc keyboard shortcuts for FirefoxHeather Miller2012-05-201-1/+1
* | | | | | Merge pull request #593 from som-snytt/ticket/5760-pkgobj-warnAdriaan Moors2012-05-211-1/+5
|\ \ \ \ \ \
| * | | | | | SI-5760: Improve error message for package$Klass conflict with KlassSom Snytt2012-05-201-1/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #587 from retronym/ticket/5125Adriaan Moors2012-05-211-10/+18
|\ \ \ \ \ \
| * | | | | | Fix @varargs forwarder generation in the presence of nested templates.Jason Zaugg2012-05-201-10/+18
| |/ / / / /