summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge commit 'refs/pull/504/head'; commit 'refs/pull/505/head'; commit 'refs/...Paul Phillips2012-05-08312-3146/+39776
|\ \ \ \
| | | | * 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
| | |_|/ | |/| |
| | | * Changes scala.math.signum to return negative zeros.Dominik Gruntz2012-05-081-14/+3
| | * | 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-034-84/+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
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/486/head'; commit 'refs/pull/487/head'; commit 'refs/...Paul Phillips2012-05-079-34/+60
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | minor tag-related fixesEugene Burmako2012-05-078-31/+31
| | * | | Fixes SI-5199 through improved API docsHeather Miller2012-05-071-3/+29
| | |/ /
| * | | Merge commit 'refs/pull/479/head'; commit 'refs/pull/480/head'; commit 'refs/...Paul Phillips2012-05-064-10/+60
| |\ \ \ | | |/ / | |/| |
| | * | Add missing methods to GenTraversableLike.Aleksandar2012-05-064-10/+60
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/477/head'; commit 'refs/pull/478/head' into developPaul Phillips2012-05-053-8/+15
| |\ \ \ \
| | | * | | Don't admit primitive arrays as a generic Java varargs param.Jason Zaugg2012-05-053-8/+15
| | |/ / /
| * | | | Merge commit 'refs/pull/124/head' into developPaul Phillips2012-05-051-9/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixes SI-4929, with a test to verify.Stephen Judkins2012-01-211-14/+15
| * | | | Working around the VerifyErrors.Paul Phillips2012-05-042-2/+6
| * | | | Put corresponds on Iterator.Paul Phillips2012-05-041-0/+18
| * | | | Have ArrayCharSequence reuse its Array.Paul Phillips2012-05-041-5/+20
| * | | | Updated Symbol to record classfile origin.Paul Phillips2012-05-049-33/+74
| * | | | Reluctant surgery on partest.Paul Phillips2012-05-042-112/+57
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge commit 'refs/pull/471/head'; commit 'refs/pull/473/head'; commit 'refs/...Paul Phillips2012-05-047-11/+31
| |\ \ \ \ \ \ \ \
| | | | | | * | | | Fixes SI-5514.Aleksandar Prokopec2012-05-041-2/+4
| | | | | | | |/ / | | | | | | |/| |
| | | | | * / | | Fixes si-5656.Aleksandar Prokopec2012-05-041-5/+13
| | | | | |/ / /
| | | | * / / / Fix for si-5577.Aleksandar Prokopec2012-05-041-0/+2
| | | | |/ / /
| | | * / / / Fix for si-5590.Aleksandar Prokopec2012-05-042-1/+9
| | | |/ / /
| | * / / / Fix for si-5018.Aleksandar Prokopec2012-05-042-3/+3
| | |/ / /
| * | | | 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-036-329/+141
| * | | 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-037-65/+102
| * | | Fix for SI-5608, crasher with value classes.Paul Phillips2012-05-032-2/+4
| * | | Removed BackquotedIdent.Paul Phillips2012-05-037-27/+42
| * | | 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-03152-634/+739
| |\ \ \ \ \
| | | | * | | Fix SI-4976 partiallyKato Kazuyoshi2012-05-031-3/+11