summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-0646-196/+1279
|\
| * Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-06133-197/+699
| |\
| | * Revert "Scaladoc @usecase annotation overriding / SI-5287"Paul Phillips2012-02-053-253/+34
| | * Refining the reflection api.Paul Phillips2012-02-052-10/+10
| | *-----. Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-0512-39/+281
| | |\ \ \ \
| | | | | | * Scaladoc @usecase annotation overriding / SI-5287Vlad Ureche2012-02-053-34/+253
| | | | |_|/ | | | |/| |
| | | | | * Fixes https://issues.scala-lang.org/browse/SI-5272Eugene Burmako2012-02-055-1/+18
| | | |_|/ | | |/| |
| | | | * Fixes https://issues.scala-lang.org/browse/SI-5334Eugene Burmako2012-02-054-4/+10
| | | |/ | | |/|
| | * | Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-0520-171/+46
| | |/
| * | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-036-16/+126
| * | Fix some issues in parallel Ctrie.Aleksandar Prokopec2012-02-032-0/+23
| * | 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
* | | | All tests passed... not counting scaladoc.Paul Phillips2012-02-041-21/+21
* | | | 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-03119-24/+684
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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-2/+2
| * | | Miscellaneous fixes to reificationEugene Burmako2012-02-0243-2/+269
| |/ /
| | |
| | \
| *-. \ Merge remote-tracking branches 'scalamacros/pullrequest/5258' and 'scalamacro...Paul Phillips2012-02-0122-0/+169
| |\ \ \
| | | * | Hardens classToType logicEugene Burmako2012-02-0116-0/+122
| | * | | Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-016-0/+47
| | |/ /
| * / / Fix for parser OOM.Paul Phillips2012-02-012-0/+6
| |/ /
| | |
| | \
| | \
| | \
| *---. \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-0113-0/+102
| |\ \ \ \
| | | | * | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-312-0/+13