summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Whitespace and a couple checkfile updates.Paul Phillips2012-03-144-30/+30
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-1412-19/+309
|\
| * Allows case classes as value classesMartin Odersky2012-03-072-0/+120
| * Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-062-0/+27
| * new and updated test cases for value classes.Martin Odersky2012-03-052-0/+19
| * Implemented super access in value classes, restrictions for value classes.Martin Odersky2012-02-194-34/+50
| * New FlatArray scheme for handling value classes.Martin Odersky2012-02-171-12/+21
| * Trying generic value classes. Does not work yet, but fixed on bug already.Martin Odersky2012-02-151-0/+12
| * Updated check file.Martin Odersky2012-02-151-0/+11
| * New scheme for "Rows" of value classes.Martin Odersky2012-02-151-28/+12
| * Changed array erasure scheme to never unbox elements of inline classes.Martin Odersky2012-02-151-16/+18
| * Changed erasure behavior of arrays to use always boxed representation.Martin Odersky2012-02-141-0/+41
| * Fixing problems with generation of isInstanceOf, classOf.Martin Odersky2012-02-141-0/+1
| * Setting up things to demonstrate a swallowed type error in manifest generation.Martin Odersky2012-02-131-0/+2
| * Added missing files from last commitMartin Odersky2012-02-131-0/+7
| * All steps of value class proposal implemented. Most restrictions are now enfo...Martin Odersky2012-02-132-14/+34
| * Added test case.Martin Odersky2012-02-071-0/+19
| * Merge branch 'master' into topic/inlinePaul Phillips2012-02-0630-169/+958
| |\
| * \ Merge remote-tracking branch 'odersky/topic/inline' into inline-remergePaul Phillips2012-02-063-4/+4
| |\ \
| | * | Removing AnyVal as a source class. Removing automatic addition of ScalaObject...Martin Odersky2012-02-064-4/+3
* | | | New starr to support new fundamental laws of reality.Paul Phillips2012-03-1411-65/+64
* | | | Merge branch 'master' into merge-inlinePaul Phillips2012-03-14212-237/+4197
|\ \ \ \ | |/ / / |/| | |
| * | | Add symbol to Manifests.Paul Phillips2012-03-091-5/+14
| * | | Wider net on final fields.Paul Phillips2012-03-082-15/+26
| * | | Fix for public final fields.Paul Phillips2012-03-073-0/+39
| * | | Merge remote-tracking branch 'VladUreche/issue/5545-clean' into developPaul Phillips2012-03-062-0/+27
| |\ \ \
| | * | | Force .info before creating new synthetic symsVlad Ureche2012-03-062-0/+27
| * | | | Updated checkfile for retronym commit.Paul Phillips2012-03-051-7/+7
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge remote-tracking branches 'dragos/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-054-6/+162
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-032-0/+12
| | | | * | | | Fixes scaladoc rangeposVlad Ureche2012-03-052-6/+150
| | |_|/ / / / | |/| | | | |
| * | | | | | Revert attempt to limit private types in lubs.Paul Phillips2012-03-042-0/+22
| * | | | | | Overcame trait/protected/java limitation.Paul Phillips2012-03-046-0/+54
| |/ / / / /
| * | / / / Test case closes SI-4777.Paul Phillips2012-03-0312-0/+10
| | |/ / / | |/| | |
| * | | | Fix for corner case in type printing.Paul Phillips2012-03-022-0/+30
| | | | |
| | \ \ \
| *-. | | | Merge remote-tracking branches 'ctalau/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-026-0/+18
| |\ \| | |
| | | | \ \
| | | | \ \
| | | *-. \ \ Merge remote-tracking branches 'scalamacros/ticket/5530', 'szabolcsberecz/SI-...Paul Phillips2012-03-015-0/+12
| | | |\ \ \ \
| | | | | * | | Fixes SI-5532Eugene Burmako2012-03-012-0/+5
| | | |_|/ / / | | |/| | | |
| | | | * | | Fixes SI-5530Eugene Burmako2012-02-293-0/+7
| | | |/ / / | | |/| | |
| | | * | | Merge remote-tracking branch 'szabolcsberecz/SI-5380' into developPaul Phillips2012-03-011-0/+6
| | | |\ \ \
| | | | * | | Fixes SI-5380: non-local return of try expressionSzabolcs Berecz2012-02-281-0/+6
| * | | | | | Fixed Issue 5321Cristian Tălău2012-03-012-0/+177
| | |/ / / / | |/| | | |
| * | | | | Fixing whitespace-damaged test.Paul Phillips2012-02-292-1/+2
| |/ / / /
| * | | | Merge remote-tracking branches 'VladUreche/issue/5527' and 'dragos/master' in...Paul Phillips2012-02-292-0/+61
| * | | | Reworking synchronized patch.Paul Phillips2012-02-282-12/+5
| * | | | Merge remote-tracking branch 'szabolcsberecz/SI-64' into SI-64-freshPaul Phillips2012-02-282-4/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | replace methods containing a synchronized body with synchronized methodsSzabolcs Berecz2012-02-162-4/+10
| * | | | Specialized NonLocalReturnControl.Paul Phillips2012-02-272-0/+18
| * | | | Change time constants in test to avoid failures.Aleksandar Prokopec2012-02-232-4/+4
| * | | | Reworked and restored elidable.Paul Phillips2012-02-225-3/+185