summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | What did you bring me Santa?Paul Phillips2012-05-051-1/+2
| * | | A couple checkfile updates which snuck by.Paul Phillips2012-05-042-2/+4
| * | | Have ArrayCharSequence reuse its Array.Paul Phillips2012-05-042-0/+275
| * | | Updated Symbol to record classfile origin.Paul Phillips2012-05-0415-17/+39
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge commit 'refs/pull/471/head'; commit 'refs/pull/473/head'; commit 'refs/...Paul Phillips2012-05-049-0/+176
| |\ \ \ \ \ \ \
| | | | | | * | | Fixes SI-5514.Aleksandar Prokopec2012-05-042-0/+54
| | | | | | | |/ | | | | | | |/|
| | | | | * / | Fixes si-5656.Aleksandar Prokopec2012-05-042-0/+12
| | | | | |/ /
| | | | * / / Fix for si-5577.Aleksandar Prokopec2012-05-042-0/+38
| | | | |/ /
| | | * / / Fix for si-5590.Aleksandar Prokopec2012-05-042-0/+35
| | | |/ /
| | * / / Fix for si-5018.Aleksandar Prokopec2012-05-041-0/+37
| | |/ /
| * | | Fix for one of the oldest open soundness bugs.Paul Phillips2012-05-044-6/+36
| * | | Fix for broken non-local returns.Paul Phillips2012-05-044-0/+48
| |/ /
| * | Test case for SI-5106.Paul Phillips2012-05-032-0/+16
| * | Fix for implicit class / value class collision.Paul Phillips2012-05-031-0/+6
| * | Clarified the status of SI-13.Paul Phillips2012-05-031-31/+30
| * | Fix for Dynamic interaction with private methods.Paul Phillips2012-05-032-0/+12
| * | Moved passing tests from pending to files.Paul Phillips2012-05-0318-0/+390
| * | Fix for SI-3718.Paul Phillips2012-05-032-0/+7
| * | Test cases for SI-5472, SI-5399, SI-5685.Paul Phillips2012-05-032-0/+91
| * | Fix for SI-5608, crasher with value classes.Paul Phillips2012-05-032-0/+13
| * | Test case closes SI-5655.Paul Phillips2012-05-032-0/+40
| * | Hardening implicit classes.Paul Phillips2012-05-032-0/+11
| * | 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-0339-96/+339
| |\ \ \ \
| | | * | | SI-5703: normalize refined types moreAdriaan Moors2012-05-036-23/+53
| | | |/ /
| | | * | Merge branch 'may2' of /scala/trunk into developPaul Phillips2012-05-022-0/+52
| | | |\ \
| | | | * | Unanchored regex extractors.Paul Phillips2012-05-022-0/+52
| | | * | | Merge commit 'refs/pull/317/head' into developPaul Phillips2012-05-022-0/+29
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | SI-5543: Ctor default arg wrongly scoped (revised)Som Snytt2012-04-281-1/+1
| | | | * | SI-5543: Merge with trunkSom Snytt2012-04-261197-3429/+14343
| | | | |\ \
| | | | * | | Ctor default-getters unique name and are typed in constructor contextSom Snytt2012-03-232-0/+29
| | | | | | |
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | *---. \ \ \ Merge commit 'refs/pull/457/head'; commit 'refs/pull/458/head'; commit 'refs/...Paul Phillips2012-05-0212-9/+70
| | | |\ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | | | * | | | Test cases for si-4536.Aleksandar Prokopec2012-05-022-0/+54
| | | | | * | | | Test case for si-5198.Aleksandar Prokopec2012-05-021-0/+15
| | |_|_|/ / / / | |/| | | | | |
| | | | * | | | remove -Xoldpatmat where test no longer needs itAdriaan Moors2012-05-029-9/+1
| | | | | | | |
| | | | \ \ \ \
| | | *-. \ \ \ \ Merge commit 'refs/pull/457/head'; commit 'refs/pull/458/head'; commit 'refs/...Paul Phillips2012-05-0215-64/+48
| | |/|\ \ \ \ \ \ | |/| | | |/ / / / | | | | |/| | | |
| | | | | * | | | fix SI-5682Lukas Rytz2012-05-021-1/+3
| | |_|_|/ / / / | |/| | | | | |
| | | | * | | | SI-5542 closed by test caseAdriaan Moors2012-05-022-0/+4
| | | | * | | | moving patmat to its own phaseAdriaan Moors2012-05-0211-63/+35
| | |_|/ / / / | |/| | | | |
| | | * | | | SI-5729: TypeVar experimentals iff -XexperimentalAdriaan Moors2012-05-021-0/+6
| | |/ / / / | |/| | | |
| | * | | | SI-5720: Qual block doesn't update sym ownerSom Snytt2012-05-022-0/+87
| * | | | | Fixs for reflection and getSimpleName.Paul Phillips2012-05-022-0/+56
| |/ / / /
| * | | | Hackaround for people who like to instantiate the uninstantiable.Paul Phillips2012-05-011-1/+28
| * | | | Fixes #SI-5578.Paul Phillips2012-05-012-0/+43
| * | | | Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-012-238/+267
| * | | | Merge branch 'master' into feature/future-compatAleksandar Prokopec2012-05-0111-419/+685
| |\ \ \ \
| | * \ \ \ Merge branch 'apr30-checkin' of /scala/trunk into developPaul Phillips2012-04-302-4/+4
| | |\ \ \ \
| | | * | | | Optimization of Predef implicits.Paul Phillips2012-04-302-4/+4
| |_|/ / / / |/| | | | |
| | * | | | Presentation Compiler tests for visibility of members.Iulian Dragos2012-04-309-415/+681
| |/ / / / |/| | | |
| * | | | Merge branch 'master' into feature/future-compatAleksandar Prokopec2012-04-3056-72/+420
| |\ \ \ \ | |/ / / / |/| | | |