summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Test case closes SI-5037.Paul Phillips2012-05-122-0/+20
* Clutch modification to tree printing.Paul Phillips2012-05-122-2/+2
*-----. Merge commit 'refs/pull/530/head'; commit 'refs/pull/531/head'; commit 'refs/...Paul Phillips2012-05-1132-89/+383
|\ \ \ \
| | | | * 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-113-0/+16
| | | |/ | | |/|
| | | * fixes a problem with an extractor object overloaded by a regular defEugene Burmako2012-05-111-0/+32
| | |/
| | *---. Merge commit 'refs/pull/527/head'; commit 'refs/pull/528/head'; commit 'refs/...Paul Phillips2012-05-114-0/+75
| | |\ \ \
| | | | | * Fix for SI-5654.Lukas Rytz2012-05-101-0/+13
| | | | * | Test case closes SI-2435.Jason Zaugg2012-05-111-0/+27
| | | * | | Forbid forward refs from self constructor invocations.Jason Zaugg2012-05-112-0/+35
| | | |/ /
| | * / / Removing redunant/passing tests from pending.Paul Phillips2012-05-103-0/+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-103-0/+70
| | |\ \
| | | * | Fixed SI-5708. Correctly compute accessibility for object members.Iulian Dragos2012-05-103-0/+70
| | * | | Test cases.Paul Phillips2012-05-105-0/+41
| | |/ /
* | / / fix test so that new patmat is testedAdriaan Moors2012-05-102-2/+1
| |/ / |/| |
* | | Merge commit 'refs/pull/521/head' into developPaul Phillips2012-05-101-0/+13
|\ \ \
| * | | Fixes SI-5640Dominik Gruntz2012-05-101-0/+8
| | | |
| \ \ \
*-. \ \ \ Merge commit 'refs/pull/522/head'; commit 'refs/pull/523/head' into developPaul Phillips2012-05-102-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | * | | A bunch of fixes for positions when dealing with partial functionsHubert Plociniczak2012-05-102-0/+5
* | | | | Revert "Fix for ## inconsistency."Paul Phillips2012-05-101-5/+0
| |_|/ / |/| | |
* | | | Another test for SI-2296.Paul Phillips2012-05-097-0/+98
* | | | Custom hashCode methods for case classes.Paul Phillips2012-05-093-44/+90
* | | | Fix an inference regression with this.type.Paul Phillips2012-05-091-0/+10
* | | | Revert recent commits.Paul Phillips2012-05-092-13/+5
* | | | Checkfile update.Paul Phillips2012-05-091-58/+58
* | | | Restored portion of code removed in a7f68ce32c .Paul Phillips2012-05-091-0/+45
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge commit 'refs/pull/517/head'; commit 'refs/pull/518/head'; commit 'refs/...Paul Phillips2012-05-098-5/+47
|\ \ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | removes redundant hash implementation from BoxesRunTime.javaDominik Gruntz2012-05-092-5/+13
| | | |/ /
| | | * | Fix for ## inconsistency.Paul Phillips2012-05-081-0/+5
| | | * | Merge commit 'refs/pull/515/head'; commit 'refs/pull/516/head' into developPaul Phillips2012-05-082-0/+12
| | | |\ \
| | | | * | fix SI-1247: don't create a thunk for a by-name argument if the argument expr...Johannes Rudolph2012-05-082-0/+12
| | | * | | Added tests for SI-4190.Josh Suereth2012-05-082-0/+9
| | | |/ /
| * | / / Fixes SI-5328. Iterator.patched failed when from=0.Josh Suereth2012-05-082-0/+8
| | |/ / | |/| |
* | | | Added an additional test case rather than leaving it in my REPL.Josh Suereth2012-05-081-1/+4
* | | | Fixes SI-5201. Adds flatten to TraversableViewLike.Josh Suereth2012-05-082-0/+6
|/ / /
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/512/head'; commit 'refs/pull/513/head' into developPaul Phillips2012-05-087-1/+40
|\ \ \ \ | |_|_|/ |/| | |
| | * | Fixes SI-5564.Aleksandar Prokopec2012-05-082-0/+4
| | * | Add test-case for SI-5564.Aleksandar Prokopec2012-05-081-0/+9
| | |/
| * / Fixed positions in named default applications (no hyperlinking in conjunction...Iulian Dragos2012-05-085-1/+27
| |/
| |
| \
*-. | Merge commit 'refs/pull/510/head'; commit 'refs/pull/511/head'Paul Phillips2012-05-082-61/+65
|\ \|
| * | Appendix. Typo that wasn't covered by the test suite.Hubert Plociniczak2012-05-082-61/+65
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge commit 'refs/pull/504/head'; commit 'refs/pull/505/head'; commit 'refs/...Paul Phillips2012-05-08152-579/+3520
|\ \ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * Changes scala.math.signum to return negative zeros.Dominik Gruntz2012-05-081-0/+6
| | |/ | |/|
| | * Part II of the Lazy Vals Saga: Saving bitmap by the Three Musketeers: Byte, I...Hubert Plociniczak2012-05-041-1/+1
| | * Part I of the Lazy Vals Saga: Bitmaps are no longer inherited.Hubert Plociniczak2012-05-031-2/+1
| |/ |/|
| * Fix for aliasing bug in reifier.Paul Phillips2012-05-081-0/+8
| * Test case closes SI-3798.Paul Phillips2012-05-072-0/+11