summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Miscellaneous fixes to reificationEugene Burmako2012-02-0251-88/+439
| | | |/ /
| | * / / Extremely hacky tweak to deal with printf portability failure.Paul Phillips2012-02-021-1/+4
| | |/ /
| * | | Merge remote-tracking branch 'dcsobral/DocSpeed' into developPaul Phillips2012-02-011-47/+53
| |\ \ \ | | |/ / | |/| |
| | * | Performance improvements for CommentFactory.Daniel C. Sobral2012-01-261-47/+53
| | | |
| | \ \
| *-. \ \ Merge remote-tracking branches 'scalamacros/pullrequest/5258' and 'scalamacro...Paul Phillips2012-02-0128-72/+331
| |\ \ \ \
| | | * | | Hardens classToType logicEugene Burmako2012-02-0119-62/+247
| | * | | | Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-019-10/+84
| | |/ / /
| * | | | Update RoundingMode.Paul Phillips2012-02-012-2/+4
| * | | | Fix for parser OOM.Paul Phillips2012-02-013-4/+12
| |/ / /
| * | | Fixing build string.Paul Phillips2012-02-013-15/+4
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-0119-15/+177
| |\ \ \ \ \
| | | | * | | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-314-1/+24
| | | * | | | Tests for https://issues.scala-lang.org/browse/SI-5427Eugene Burmako2012-02-018-0/+49
| | | |/ / /
| | * | | | Added a test-case for switches with Yvirtpatmat.Grzegorz Kossakowski2012-02-013-0/+40
| | * | | | Convert values to Int in switchable patterns.Grzegorz Kossakowski2012-02-011-21/+41
| | * | | | Generate default case for switches.Grzegorz Kossakowski2012-02-011-1/+12
| | * | | | Get rid of unused import.Grzegorz Kossakowski2012-02-011-1/+1
| | * | | | Unfold pattern alternatives in genicode.Grzegorz Kossakowski2012-02-011-0/+9
| | * | | | Fixed handling of empty keys in emitSWITCH.Grzegorz Kossakowski2012-02-012-1/+11
| * | | | | Updated get-scala-revision to use git describe.Paul Phillips2012-02-012-17/+17
| * | | | | Fix for slice boundary condition.Paul Phillips2012-02-013-1/+7
| * | | | | Added getPackage to the repl classloader.Paul Phillips2012-02-012-0/+30
| * | | | | Tweak to repl debugging output.Paul Phillips2012-02-011-1/+1
| |/ / / /
| * | | | Test case closes SI-5352.Paul Phillips2012-01-313-0/+29
| * | | | Improved warning for insensible comparisons.Paul Phillips2012-01-315-5/+35
| |/ / /
* | | | 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
| |\| | |
| | * | | Have ant notice starr out of date.Paul 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
| |\| | |
| | * | | Print compound types legibly.Paul Phillips2012-01-302-19/+35
| * | | | Synthesize getClass method for AnyVal children.Paul Phillips2012-01-301-0/+11
| * | | | Removed obsolete checkfile.Paul Phillips2012-01-302-13/+0
| * | | | Merge remote-tracking branch 'odersky/topic/inline' into inlinePaul Phillips2012-01-301-1/+1
| |\ \ \ \
| * | | | | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-3021-478/+478
| * | | | | Merge branch 'master' into inlinePaul Phillips2012-01-3013-193/+733
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'develop'Paul Phillips2012-01-3011-137/+642
| | |\ \ \ \
| | | | \ \ \
| | | | \ \ \
| | | *-. \ \ \ Merge remote-tracking branches 'axel22/issue/4147', 'axel22/issue/5374' and '...Paul Phillips2012-01-303-2/+21
| | | |\ \ \ \ \
| | | | | * | | | Closes #4336.Hubert Plociniczak2012-01-302-1/+20
| | | | * | | | | Merge branch 'master' into issue/5374aleksandar2012-01-30170-6097/+8456
| | | | |\| | | |
| | | | * | | | | Changed the serialVersionUID in List serialization start marker.aleksandar2012-01-301-1/+1
| | | * | | | | | Fixed the benchmarks a bit.aleksandar2012-01-303-18/+27
| | | * | | | | | Merge pull request #1 from lpereir4/avlAleksandar Prokopec2012-01-308-135/+612
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | Scalacheck test in order to ensure AVL invariants are respected.Lucien Pereira2012-01-281-0/+114
| | | | * | | | | Added benchmarking files, in order to easily compare variousLucien Pereira2012-01-285-0/+328
| | | | * | | | | Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-282-127/+168