summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Added hook in erasure.Martin Odersky2012-02-061-0/+3
| | * | Fixed a bunch of scalap check files to account for absence of ScalaObjectMartin Odersky2012-02-0619-24/+24
| | * | A first bunch of Any-extending traits.Martin Odersky2012-02-0616-18/+22
| | * | Removing AnyVal as a source class. Removing automatic addition of ScalaObject...Martin Odersky2012-02-0619-95/+49
| | * | Definitions are now initialized in reflection (was missing before).Martin Odersky2012-02-062-0/+7
| | * | Different treatment of Null <:< T, to allow for Any-extending traits. Without...Martin Odersky2012-02-061-83/+87
| | * | Fix in Definitions that now enables bootstrap without AnyVal.scala present. T...Martin Odersky2012-02-031-1/+1
* | | | Merge branch 'merge-inline' of /scratch/trunk3 into developPaul Phillips2012-03-14127-459/+897
|\ \ \ \
| * | | | Cleaning up stray ScalaObject references.Paul Phillips2012-03-142-10/+1
| * | | | New starr to support new fundamental laws of reality.Paul Phillips2012-03-1421-649/+75
| * | | | Merge branch 'master' into merge-inlinePaul Phillips2012-03-14741-8890/+26906
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | All tests passed... not counting scaladoc.Paul Phillips2012-02-041-21/+21
| * | | | A couple more checkfiles and comments.Paul Phillips2012-02-042-2/+2
| * | | | Made a typer hack less hacky.Paul Phillips2012-02-041-4/+6
| * | | | Hardening in Constructors.Paul Phillips2012-02-041-2/+2
| * | | | A little msil I missed un-reverting.Paul Phillips2012-02-041-5/+4
| * | | | Removed now superfluous bootstrapper script.Paul Phillips2012-02-041-40/+0
| * | | | Hardened/documented AnyVal constructor switcheroo.Paul Phillips2012-02-042-0/+3
| * | | | Checkfile output update for AnyVal class.Paul Phillips2012-02-041-1/+4
| * | | | Tweaking parent printing a little further.Paul Phillips2012-02-041-5/+14
| * | | | Fixing AnyVal verify error and reflection.Paul Phillips2012-02-041-2/+7
| * | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-044-16/+32
| |\ \ \ \
| * | | | | Fixed all but one of the scalap tests.Paul Phillips2012-02-0420-28/+26
| * | | | | Restored msil.Paul Phillips2012-02-0412-371/+366
| * | | | | Utilizing convenience methods martin hasn't discovered yet.Paul Phillips2012-02-041-7/+2
| * | | | | 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-0411-41/+45
| * | | | | Simple test manipulating Any-derived traits.Paul Phillips2012-02-041-0/+16
| * | | | | Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
| * | | | | Guard List_apply from premature forcitude.Paul Phillips2012-02-044-4/+7
| * | | | | Made Any parents work more.Paul Phillips2012-02-0410-67/+91
| * | | | | Updated checkfiles to subtract ScalaObject.Paul Phillips2012-02-0418-37/+26
| * | | | | Updated bootstrap script.Paul Phillips2012-02-041-14/+20
| * | | | | ant and diff friendlier msil-disabling.Paul Phillips2012-02-046-3564/+3570
| * | | | | Temporary bootstrapper script.Paul Phillips2012-02-031-0/+34
| * | | | | New shas for bootstrap libs.Paul Phillips2012-02-033-3/+3
| * | | | | Disabled all things MSIL.Paul Phillips2012-02-0312-3848/+3848
| * | | | | Eliminated ScalaObject.Paul Phillips2012-02-036-8/+23
| * | | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-036-10/+30
| |\ \ \ \ \
| * | | | | | Mostly eliminated ScalaObject.Paul Phillips2012-02-0322-61/+19
| * | | | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-03156-944/+1902
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-0312-86/+134
| * | | | | | First steps towards erasure of inline classes.Martin Odersky2012-01-312-0/+20
| * | | | | | New trait for erasure of inline classes.Martin Odersky2012-01-311-0/+9
| * | | | | | Merge remote branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-3148-733/+1373
| |\ \ \ \ \ \
| | * | | | | | More work on inline classes.Paul Phillips2012-01-3012-15/+88
| | * | | | | | Merge branch 'master' into inlinePaul Phillips2012-01-301-2/+13
| | |\ \ \ \ \ \
| | * | | | | | | Pushed new starr and updated desired shas.Paul Phillips2012-01-303-3/+3
| | * | | | | | | Merge branch 'master' into inlinePaul Phillips2012-01-302-19/+35
| | |\ \ \ \ \ \ \