summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Added check that primary constructor of a value class must be public.Martin Odersky2012-03-051-0/+6
* new and updated test cases for value classes.Martin Odersky2012-03-054-2/+39
* Compiler now ready to accept value classes in standard library. Time for a ne...Martin Odersky2012-02-222-5/+2
* Updatwd check file.Martin Odersky2012-02-221-2/+2
* Implemented super access in value classes, restrictions for value classes.Martin Odersky2012-02-196-34/+132
* 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-133-0/+24
* All steps of value class proposal implemented. Most restrictions are now enfo...Martin Odersky2012-02-136-24/+53
* Added test case.Martin Odersky2012-02-071-0/+19
* Removing unnecessary AnyVal code.Paul Phillips2012-02-069-46/+18
* Merge branch 'master' into topic/inlinePaul Phillips2012-02-0639-183/+1291
|\
| * Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-06101-167/+1005
| |\
| | * Refining the reflection api.Paul Phillips2012-02-052-10/+10
| | *---. Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-058-0/+71
| | |\ \ \
| | | | | * Fixes https://issues.scala-lang.org/browse/SI-5272Eugene Burmako2012-02-054-0/+35
| | | |_|/ | | |/| |
| | | | * Fixes https://issues.scala-lang.org/browse/SI-5334Eugene Burmako2012-02-054-0/+36
| | | |/ | | |/|
| | * | Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-0516-163/+38
| | |/
| * | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-036-16/+126
| * | Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-023-2/+14
| * | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-018-0/+1040
* | | Merge remote-tracking branch 'odersky/topic/inline' into inline-remergePaul Phillips2012-02-0621-26/+26
|\ \ \
| * | | Fixed a bunch of scalap check files to account for absence of ScalaObjectMartin Odersky2012-02-0619-24/+24
| * | | Removing AnyVal as a source class. Removing automatic addition of ScalaObject...Martin Odersky2012-02-0612-30/+22
* | | | A couple more checkfiles and comments.Paul Phillips2012-02-042-2/+2
* | | | Checkfile output update for AnyVal class.Paul Phillips2012-02-041-1/+4
* | | | Fixed all but one of the scalap tests.Paul Phillips2012-02-0419-21/+21
* | | | Fixed specialized tests.Paul Phillips2012-02-041-1/+1
* | | | Fixed scalacheck tests.Paul Phillips2012-02-041-1/+1
* | | | Making AnyVal into a class instead of a trait.Paul Phillips2012-02-042-0/+11
* | | | Simple test manipulating Any-derived traits.Paul Phillips2012-02-041-0/+16
* | | | Updated checkfiles to subtract ScalaObject.Paul Phillips2012-02-0418-37/+26
* | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-0392-19/+967
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Updated Flags toString/documentation.Paul Phillips2012-02-028-18/+18
| * | Merge commit 'c58b240' into developPaul Phillips2012-02-023-0/+54
| |\ \
| | * | [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-023-0/+54
| * | | Fixes reifyThisEugene Burmako2012-02-0230-0/+427
| * | | Miscellaneous fixes to reificationEugene Burmako2012-02-0223-0/+246
| |/ /
| | |
| | \
| *-. \ Merge remote-tracking branches 'scalamacros/pullrequest/5258' and 'scalamacro...Paul Phillips2012-02-0112-0/+100
| |\ \ \
| | | * | Hardens classToType logicEugene Burmako2012-02-0110-0/+85
| | * | | Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-012-0/+15
| | |/ /
| * / / Fix for parser OOM.Paul Phillips2012-02-012-0/+6
| |/ /
| | |
| | \
| | \
| | \
| *---. \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-015-0/+53
| |\ \ \ \
| | | | * | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-312-0/+13
| | | |/ /