summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 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
* | | | | Merge branch 'merge-inline' of /scratch/trunk3 into developPaul Phillips2012-03-1467-174/+220
|\ \ \ \ \
| * | | | | New starr to support new fundamental laws of reality.Paul Phillips2012-03-1416-74/+71
| * | | | | Merge branch 'master' into merge-inlinePaul Phillips2012-03-14423-681/+9395
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | 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
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-031-6/+6
| * | | | More work on inline classes.Paul Phillips2012-01-305-1/+46
| * | | | Removed obsolete checkfile.Paul Phillips2012-01-302-13/+0
| * | | | Merge remote-tracking branch 'odersky/topic/inline' into inlinePaul Phillips2012-01-301-1/+1
| |\ \ \ \
| | * | | | updated check file; got accidentally dropped from last commit.Martin Odersky2012-01-301-1/+1
| * | | | | Merge branch 'master' into inlinePaul Phillips2012-01-307-0/+470
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into inlinePaul Phillips2012-01-305-0/+81
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Resinstantiating anyval-children test. Getting he complete build to run.Martin Odersky2012-01-302-0/+1
| * | | | | | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-2913-54/+89
| |\ \ \ \ \ \
| | * | | | | | Unsealed AnyVal.Paul Phillips2012-01-281-0/+1
* | | | | | | | Merge remote-tracking branches 'soc/fix-todos' and 'axel22/feature/pc-executi...Paul Phillips2012-03-141-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-1467-21/+2221
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Fix one benchmark.Aleksandar Prokopec2012-03-061-1/+1
* | | | | | | | | Removed "Todo: test" where a test exists.Simon Ochsenreither2012-03-122-3/+3
| |/ / / / / / / |/| | | | | | |
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge remote-tracking branches 'adriaanm/ticket/5189' and 'jsuereth/better-st...Paul Phillips2012-03-115-1/+82
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-093-1/+71
| * | | | | | | | | SI-5189 1/2: inferConstrInst uses correct varianceAdriaan Moors2012-03-092-0/+11
* | | | | | | | | | Fix for tailcall transform/recognition bugs.Paul Phillips2012-03-116-2/+35
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Add symbol to Manifests.Paul Phillips2012-03-091-5/+14
* | | | | | | | | Wider net on final fields.Paul Phillips2012-03-082-15/+26
* | | | | | | | | Merge remote-tracking branch 'origin/develop'Paul Phillips2012-03-072-0/+106
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'hubertp/issue/5554' into developPaul Phillips2012-03-072-0/+106
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Closes #SI-5554Hubert Plociniczak2012-03-062-0/+106
* | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \