summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-025-57/+60
| | |/ / / | |/| | |
| * | | | Merge pull request #1030 from scalamacros/ticket/5751Josh Suereth2012-08-023-1/+16
| |\ \ \ \
| | * | | | SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-313-1/+16
| * | | | | Merge pull request #1024 from paulp/topic/type-printingJosh Suereth2012-07-311-10/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Checkfile update.Paul Phillips2012-07-301-10/+10
| | | |/ / | | |/| |
| * | | | 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
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1021 from paulp/issue/6154Josh Suereth2012-07-302-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6154, VerifyError originating in uncurry.Paul Phillips2012-07-302-0/+11
* | | | | | | | Merge pull request #1007 from soc/SI-6064Josh Suereth2012-07-301-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-6064 Add method contains to Option.Simon Ochsenreither2012-07-291-0/+9
* | | | | | | | Merge pull request #1014 from soc/throwable-warningJosh Suereth2012-07-301-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes typo in Throwable compiler warningSimon Ochsenreither2012-07-291-3/+3
* | | | | | | | | Merge pull request #1001 from paulp/issue/2418Josh Suereth2012-07-302-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removed restriction on final vars, SI-2418.Paul Phillips2012-07-262-0/+11
* | | | | | | | | | Merge pull request #1000 from paulp/topic/sealed-is-finalJosh Suereth2012-07-305-0/+61
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Refined isEffectivelyFinal logic for sealedness.Paul Phillips2012-07-266-5/+66
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1009 from soc/SI-4023Josh Suereth2012-07-292-0/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-4023 Testcase closes issue with inner classes/getDeclaredClassesSimon Ochsenreither2012-07-282-0/+44
* | | | | | | | | | Merge 2.10.xAdriaan Moors2012-07-2818-18/+254
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Improve unchecked warnings a lot.Paul Phillips2012-07-276-6/+116
| | |_|/ / / / / | |/| | | | | |