summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1020 from odersky/ticket/5866Josh Suereth2012-07-302-0/+13
|\
| * SI-5866 Support casting null to value classesMartin Odersky2012-07-302-0/+13
* | Merge pull request #1018 from scalamacros/topic/classtag-of-nothingJosh Suereth2012-07-301-30/+30
|\ \
| * | ClassTag.Nothing now throws an exceptionEugene Burmako2012-07-301-30/+30
| |/
* | Merge pull request #1016 from hubertp/2.10.x-issue/5031Josh Suereth2012-07-306-0/+26
|\ \
| * | Fixed SI-5031. Only consider classes when looking for companion class.Hubert Plociniczak2012-07-306-0/+26
| |/
* | Merge pull request #1011 from odersky/ticket/5882Josh Suereth2012-07-304-0/+32
|\ \
| * | SI-5799 Secondary constructors in value classes not allowedMartin Odersky2012-07-292-0/+12
| * | Closes SI-5882Martin Odersky2012-07-282-0/+20
* | | Merge pull request #981 from adriaanm/ticket-2038Josh Suereth2012-07-301-0/+5
|\ \ \
| * | | SI-2038 make pt fully-defined when typing TypedAdriaan Moors2012-07-231-0/+5
* | | | Merge pull request #960 from clhodapp/remove-resolve-overloadedJosh Suereth2012-07-309-347/+0
|\ \ \ \
| * | | | Removed resolveOverloadedclhodapp2012-07-309-347/+0
* | | | | Merge pull request #1015 from hubertp/2.10.x-issue/5603Josh Suereth2012-07-302-0/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-302-0/+71
| | |_|/ | |/| |
* | | | Merge pull request #1013 from odersky/ticket/5878odersky2012-07-302-0/+19
|\ \ \ \
| * | | | Closes SI-5878Martin Odersky2012-07-292-0/+19
| | |_|/ | |/| |
* | | | Merge pull request #1005 from odersky/topic/worksheetodersky2012-07-302-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Raw string interpolatorMartin Odersky2012-07-272-0/+4
* | | | Merge pull request #996 from gkossakowski/instrumentation-fixesJosh Suereth2012-07-292-0/+20
|\ \ \ \
| * | | | Instrument all classes in `instrumented` package.Grzegorz Kossakowski2012-07-262-0/+20
* | | | | Merge pull request #990 from VladUreche/issue/6140Josh Suereth2012-07-292-0/+19
|\ \ \ \ \
| * | | | | SI-6140 Scaladoc infinite recursion in wiki parserVlad Ureche2012-07-252-0/+19
| |/ / / /
* | | | | Merge pull request #988 from paulp/issue/4560Josh Suereth2012-07-295-30/+82
|\ \ \ \ \
| * | | | | SI-4560 - improved testJohannes Rudolph2012-07-243-30/+52
| * | | | | Fix SI-4560, NoSuchMethodErrors involving self types.Paul Phillips2012-07-242-0/+30
* | | | | | Merge pull request #1002 from magarciaEPFL/fixes210Paul Phillips2012-07-283-0/+2
|\ \ \ \ \ \
| * | | | | | SI-6142: warn @inline-methods ending up not inlined (rightfully or not)Miguel Garcia2012-07-263-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #991 from adriaanm/ticket-5958Paul Phillips2012-07-281-0/+15
|\ \ \ \ \ \
| * | | | | | SI-5958 This deserves a stable typeAdriaan Moors2012-07-261-0/+15
| |/ / / / /
* | | | / / Closed 6029 ...Martin Odersky2012-07-281-0/+3
| |_|_|/ / |/| | | |
* | | | | Improve unchecked warnings a lot.Paul Phillips2012-07-276-6/+116
|/ / / /
* | | | Merge pull request #976 from adriaanm/ticket-4440bAdriaan Moors2012-07-253-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | SI-4440 workaround: avoid outer accessor that'll vanishAdriaan Moors2012-07-233-0/+33
| |/ /
* | | Merge pull request #966 from paulp/issue/6117Adriaan Moors2012-07-241-0/+19
|\ \ \
| * | | Fix SI-6117, regression involving import ambiguity.Paul Phillips2012-07-211-0/+19
* | | | Merge pull request #974 from adriaanm/repull-unchecked-hkAdriaan Moors2012-07-244-1/+29
|\ \ \ \
| * | | | Improve unchecked warnings.Paul Phillips2012-07-234-1/+29
* | | | | Merge pull request #979 from adriaanm/ticket-6111Adriaan Moors2012-07-244-8/+30
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-234-8/+30
| | |_|/ | |/| |
* / | | SI-4881 infer variance from formals, then resultMartin Odersky2012-07-232-4/+32
|/ / /
* | | Merge pull request #964 from odersky/ticket/6090Adriaan Moors2012-07-231-0/+6
|\ \ \ | |/ / |/| |
| * | SI-6090Martin Odersky2012-07-211-0/+6
* | | SI-6089 test file for pt2Adriaan Moors2012-07-221-0/+18
| |/ |/|
* | Merge pull request #958 from adriaanm/ticket-1832Josh Suereth2012-07-211-0/+8
|\ \ | |/ |/|
| * SI-1832 consistent symbols in casedef's pattern&bodyAdriaan Moors2012-07-201-0/+8
* | Merge pull request #954 from odersky/optimize/outerAdriaan Moors2012-07-201-0/+26
|\ \
| * | Removes redundant outersMartin Odersky2012-07-201-0/+26
* | | Merge pull request #924 from hubertp/2.10.x-issue/5385Adriaan Moors2012-07-205-4/+34
|\ \ \
| * | | Fix for SI-5385.Paul Phillips2012-07-175-4/+34