summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'retronym/ticket/5407', 'scalamacros/topic/mac...Paul Phillips2012-05-125-129/+207
|\ \ \ \ \
| | | | | * NSDNHAO need not tell us in which version it resides.Jason Zaugg2012-05-121-1/+1
| | |_|_|/ | |/| | |
| | | | * Fix SI-5009: case-class copy method now eta-expands over higher parameter lists.Lukas Rytz2012-05-111-5/+17
| | | * | Fix SI-5626.Lukas Rytz2012-05-111-2/+17
| | | |/
| | * | cherry-picking important macro fixes from topic/reflectionEugene Burmako2012-05-122-121/+172
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. | | | Merge commit 'refs/pull/530/head'; commit 'refs/pull/531/head'; commit 'refs/...Paul Phillips2012-05-1120-38/+159
|\ \ \ \| | |
| | | | * | | Recognize java enums as constants from source.Paul Phillips2012-05-113-2/+12
| | | | | |/ | | | | |/|
| | | * / | fixes a problem with an extractor object overloaded by a regular defEugene Burmako2012-05-112-1/+10
| | | |/ /
| | * / / Fix for unnecessary InnerClasses for top-level objects.Grzegorz Kossakowski2012-05-111-0/+22
| | |/ /
| | | |
| | | \
| | *-. \ Merge commit 'refs/pull/527/head'; commit 'refs/pull/528/head'; commit 'refs/...Paul Phillips2012-05-112-1/+17
| | |\ \ \
| | | | * | Fix for SI-5654.Lukas Rytz2012-05-101-1/+8
| | | * | | Use TreeInfo#isSelfConstrCall, rather than the hand-rolled version.Jason Zaugg2012-05-111-1/+1
| | | * | | Forbid forward refs from self constructor invocations.Jason Zaugg2012-05-111-0/+9
| | |/ / /
| | * | | Merge commit 'refs/pull/526/head' into developPaul Phillips2012-05-101-1/+1
| | |\ \ \
| | | * | | Fixed SI-5708. Correctly compute accessibility for object members.Iulian Dragos2012-05-101-1/+1
| | * | | | Impl classes printed more accurately.Paul Phillips2012-05-101-1/+2
| | * | | | Quieted down a developer warning.Paul Phillips2012-05-101-1/+1
| | * | | | Be discriminating about custom hashcodes.Paul Phillips2012-05-106-11/+17
| | * | | | More useful crash reports.Paul Phillips2012-05-104-19/+76
| | * | | | Tweak to deal with reflective mirror.Paul Phillips2012-05-101-1/+1
| | |/ / /
* | / / / more defensive bridging to extractor: consider booleanAdriaan Moors2012-05-101-6/+12
| |/ / / |/| | |
| | | |
| \ \ \
*-. \ \ \ 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
| |\ \