summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
*-. Merge commit 'refs/pull/522/head'; commit 'refs/pull/523/head' into developPaul Phillips2012-05-103-3/+11
|\ \
| | * A bunch of fixes for positions when dealing with partial functionsHubert Plociniczak2012-05-101-3/+3
| * | Don't forget to execute pending interrupt requests when shutting down the pre...Iulian Dragos2012-05-102-0/+8
* | | Custom hashCode methods for case classes.Paul Phillips2012-05-092-1/+35
* | | Fix an inference regression with this.type.Paul Phillips2012-05-091-2/+2
* | | Restored portion of code removed in a7f68ce32c .Paul Phillips2012-05-092-2/+6
| | |
| \ \
*-. | | Merge commit 'refs/pull/517/head'; commit 'refs/pull/518/head'; commit 'refs/...Paul Phillips2012-05-092-3/+12
|\ \| |
| | * | fix SI-1247: don't create a thunk for a by-name argument if the argument expr...Johannes Rudolph2012-05-081-1/+9
| |/ / |/| |
| * | imporved comment related to SI-5178Lukas Rytz2012-05-091-2/+3
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/512/head'; commit 'refs/pull/513/head' into developPaul Phillips2012-05-087-46/+46
|\ \ \ \ | |_|_|/ |/| | |
| | * | Fixes SI-5564.Aleksandar Prokopec2012-05-081-8/+23
| | |/
| * | Fixed positions in named default applications (no hyperlinking in conjunction...Iulian Dragos2012-05-084-35/+19
| * | Making the locator more robust in the face of weird originals. And changed po...Martin Odersky2012-05-082-3/+4
| |/
| |
| \
*-. | Merge commit 'refs/pull/510/head'; commit 'refs/pull/511/head'Paul Phillips2012-05-081-1/+1
|\ \|
| * | Appendix. Typo that wasn't covered by the test suite.Hubert Plociniczak2012-05-081-1/+1
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge commit 'refs/pull/504/head'; commit 'refs/pull/505/head'; commit 'refs/...Paul Phillips2012-05-08149-1908/+38584
|\ \ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | | | * GenASM activated via -target:jvm-1.6 or -target:jvm-1.5-asmMiguel Garcia2012-05-088-8/+3349
| | | | * glue ASM <-> GenASM, the only part of scala.tools.asm to maintain manuallyMiguel Garcia2012-05-082-0/+67
| | | | * subset of the ASM framework, re-namespaced as scala.tools.asmMiguel Garcia2012-05-0875-0/+27954
| | | | * documentation about BasicBlock and InlinerMiguel Garcia2012-05-082-16/+19
| | | | * BytecodeWriters can do without the FJBG dependencyMiguel Garcia2012-05-082-23/+30
| | | | * overriding rather than pattern matching in icode.OpcodesMiguel Garcia2012-05-081-29/+30
| | |_|/ | |/| |
| | * | Part IV of the Lazy Vals Saga: Optimized local vals. That's all folks.Hubert Plociniczak2012-05-083-45/+75
| | * | Part III of the Lazy Vals Saga: Inliner strikes back. Or at least let's hope ...Hubert Plociniczak2012-05-075-33/+77
| | * | Part II of the Lazy Vals Saga: Saving bitmap by the Three Musketeers: Byte, I...Hubert Plociniczak2012-05-046-39/+83
| | * | Part I of the Lazy Vals Saga: Bitmaps are no longer inherited.Hubert Plociniczak2012-05-032-82/+6
| |/ / |/| |
| * | A little sketchiness in recent commit.Paul Phillips2012-05-081-1/+1
| |/
| * Fix for aliasing bug in reifier.Paul Phillips2012-05-081-9/+10
| * Merge commit 'refs/pull/491/head' into developPaul Phillips2012-05-071-13/+19
| |\
| | * Fixes SI-5629.Aleksandar Prokopec2012-05-071-13/+19
| * | minor tag-related fixesEugene Burmako2012-05-078-31/+31
| |/
| * Don't admit primitive arrays as a generic Java varargs param.Jason Zaugg2012-05-052-1/+6
| * Updated Symbol to record classfile origin.Paul Phillips2012-05-047-29/+65
| * run patmat after typer, but not *right* afterAdriaan Moors2012-05-041-2/+4
| * Fix for one of the oldest open soundness bugs.Paul Phillips2012-05-042-10/+11
| * Fix for broken non-local returns.Paul Phillips2012-05-041-3/+11
| * Fix for implicit class / value class collision.Paul Phillips2012-05-031-6/+13
| * Pushing ClassfileParser toward a new day.Paul Phillips2012-05-035-302/+135
| * Improving organization of classfile parser.Paul Phillips2012-05-033-293/+298
| * Fix for Dynamic interaction with private methods.Paul Phillips2012-05-031-10/+11
| * Fix for SI-3718.Paul Phillips2012-05-036-61/+87
| * Fix for SI-5608, crasher with value classes.Paul Phillips2012-05-032-2/+4
| * Removed BackquotedIdent.Paul Phillips2012-05-036-18/+19
| * Hardening implicit classes.Paul Phillips2012-05-031-3/+7
| * Moved a warning behind -Xlint.Paul Phillips2012-05-031-1/+1
| *---. Merge commit 'refs/pull/467/head'; commit 'refs/pull/468/head'; commit 'refs/...Paul Phillips2012-05-0324-378/+428
| |\ \ \
| | | | * Fix SI-4976 partiallyKato Kazuyoshi2012-05-031-3/+11
| | | * | SI-5703: normalize refined types moreAdriaan Moors2012-05-034-11/+33
| | | |/
| | | * Eliminating reflective calls.Paul Phillips2012-05-026-29/+27
| | | * Fixes the backticks in use case signature crashVlad Ureche2012-05-021-5/+20