summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Test case closes SI-5037.Paul Phillips2012-05-122-0/+20
| | * | Clutch modification to tree printing.Paul Phillips2012-05-123-4/+27
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------------. \ \ Merge remote-tracking branches 'retronym/ticket/5407', 'scalamacros/topic/mac...Paul Phillips2012-05-1220-136/+333
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | | | | | | * | Confirm extractor based pattern matches don't explode exponentially.Jason Zaugg2012-05-121-0/+32
| | | | | | | | * | | NSDNHAO need not tell us in which version it resides.Jason Zaugg2012-05-121-1/+1
| | | | | | | | |/ /
| | | | | | | * / / A REPL pattern matching crasher that crashes no more.Jason Zaugg2012-05-122-0/+31
| | | | | | | |/ /
| | | | | | * / / Another bug bites virtpatmat's dust.Jason Zaugg2012-05-122-0/+4
| | | | | | |/ /
| | | | | * | | Fix SI-5009: case-class copy method now eta-expands over higher parameter lists.Lukas Rytz2012-05-116-10/+43
| | | | * | | | Fix SI-5626.Lukas Rytz2012-05-112-2/+29
| | | | |/ / /
| | | * | | | cherry-picking important macro fixes from topic/reflectionEugene Burmako2012-05-124-123/+174
| | * | | | | Test case closes SI-5407Jason Zaugg2012-05-122-0/+19
| | | |_|/ / | | |/| | |
* | / | | | Test for SI-5394.Simon Ochsenreither2012-05-121-0/+4
|/ / / / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge commit 'refs/pull/530/head'; commit 'refs/pull/531/head'; commit 'refs/...Paul Phillips2012-05-1171-343/+632
|\ \ \ \ \ \ \ \
| | | | * | | | | Test case closes SI-4124.Jason Zaugg2012-05-122-0/+28
| | | | |/ / / /
| | | | * | | | Test case closes SI-5165.Paul Phillips2012-05-113-0/+17
| | | | * | | | Recognize java enums as constants from source.Paul Phillips2012-05-116-2/+28
| | | | | |/ / | | | | |/| |
| | | * / | | fixes a problem with an extractor object overloaded by a regular defEugene Burmako2012-05-113-1/+42
| | | |/ / /
| | * / / / Fix for unnecessary InnerClasses for top-level objects.Grzegorz Kossakowski2012-05-111-0/+22
| | |/ / /
| | * | | Remove the Plugin nature in the Scala compiler project file.Iulian Dragos2012-05-111-11/+0
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge commit 'refs/pull/527/head'; commit 'refs/pull/528/head'; commit 'refs/...Paul Phillips2012-05-116-1/+92
| | |\ \ \ \ \
| | | | | * | | Fix for SI-5654.Lukas Rytz2012-05-102-1/+21
| | | | * | | | Test case closes SI-2435.Jason Zaugg2012-05-111-0/+27
| | | * | | | | 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-113-0/+44
| | | |/ / / /
| | * / / / / Removing redunant/passing tests from pending.Paul Phillips2012-05-107-66/+15
| | |/ / / /
| | * | | | A whole bunch of checkfile updates.Paul Phillips2012-05-107-45/+45
| | * | | | Checkfile update.Paul Phillips2012-05-101-44/+44
| | * | | | Merge commit 'refs/pull/526/head' into developPaul Phillips2012-05-106-93/+66
| | |\ \ \ \
| | | * | | | Fixed SI-5708. Correctly compute accessibility for object members.Iulian Dragos2012-05-106-93/+66
| | * | | | | Test cases.Paul Phillips2012-05-1010-0/+103
| | * | | | | 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-105-24/+81
| | * | | | | Tweak to deal with reflective mirror.Paul Phillips2012-05-101-1/+1
| * | | | | | Move resolver and resolveEither to impl.Promisephaller2012-05-106-42/+28
* | | | | | | fix test so that new patmat is testedAdriaan Moors2012-05-102-2/+1
* | | | | | | more defensive bridging to extractor: consider booleanAdriaan Moors2012-05-101-6/+12
| |/ / / / / |/| | | | |
* | | | | | Merge commit 'refs/pull/524/head'Paul Phillips2012-05-108-121/+169
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed partest so it can run in SBT.Josh Suereth2012-05-101-8/+10
| * | | | | Don't regenerate properties file if skip is true (i.e. locker/quick is locked)Josh Suereth2012-05-102-4/+4
| * | | | | Everything now builds. Partest is bombing about reflection issue.Josh Suereth2012-05-103-153/+5
| * | | | | Merge remote-tracking branch 'jsuereth/sbt-build' into sbt-build-0.11.3Josh Suereth2012-05-107-109/+303
| |\ \ \ \ \
| | * | | | | Added an incredibly hacky way for us to override the default sbt compiler int...Josh Suereth2012-04-032-1/+149
| | * | | | | Fixed up versioning scheme.Josh Suereth2012-04-035-114/+51
| | * | | | | Fixed build for 0.11.x again. Working on bringing version properties file up...Josh Suereth2012-04-034-3/+112
| * | | | | | Fixed plugin dependencies.Josh Suereth2012-05-101-1/+1
* | | | | | | Merge commit 'refs/pull/521/head' into developPaul Phillips2012-05-102-1/+17
|\ \ \ \ \ \ \
| * | | | | | | Fixes SI-5640Dominik Gruntz2012-05-103-8/+16
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge commit 'refs/pull/522/head'; commit 'refs/pull/523/head' into developPaul Phillips2012-05-105-3/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |