summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add parallel Ctrie parallel collection.Aleksandar Prokopec2012-02-025-10/+151
| * | | Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-021-11/+92
| * | | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-015-0/+1015
| * | | Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-0114-182/+113
| * | | Add support for combiner sharing to parallel collections.Aleksandar Prokopec2012-02-014-119/+193
* | | | added reference equality checks to improve structural sharingRuediger Klaehn2012-02-051-7/+12
| |/ / |/| |
* | | An IntelliJ module for the root directory.Jason Zaugg2012-02-042-1/+12
| |/ |/|
* | Updated Flags toString/documentation.Paul Phillips2012-02-021-18/+18
* | Cleanups in classfile parser symbol creation.Paul Phillips2012-02-021-18/+18
* | Misc optimizations with zip.Paul Phillips2012-02-023-6/+3
* | Merge commit 'c58b240' into developPaul Phillips2012-02-023-644/+643
|\ \
| * | [vpm] factored out optimizing codegenAdriaan Moors2012-02-022-472/+500
| * | [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-022-245/+198
| * | [vpm] factored out reusing treemakers (used by CSE)Adriaan Moors2012-02-021-110/+128
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branch 'master', remote-tracking branches 'scalamacros/pullrequest/reif...Paul Phillips2012-02-0212-94/+197
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | * | Fix sbt build with trunk.Hubert Plociniczak2012-02-022-4/+10
| | |/ / | |/| |
| | * | Fixes reifyThisEugene Burmako2012-02-024-4/+17
| | * | Miscellaneous fixes to reificationEugene Burmako2012-02-028-86/+170
| |/ /
* | | 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-016-72/+162
|\ \ \ \
| | * | | Hardens classToType logicEugene Burmako2012-02-013-62/+125
| * | | | Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-013-10/+37
| |/ / /
* | | | Update RoundingMode.Paul Phillips2012-02-012-2/+4
* | | | Fix for parser OOM.Paul Phillips2012-02-011-4/+6
|/ / /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-015-14/+74
|\ \ \ \ \
| | | * | | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-312-1/+11
| | |/ / /
| * | | | 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-011-0/+10
| | |_|/ | |/| |
* | | | Fix for slice boundary condition.Paul Phillips2012-02-011-1/+1
* | | | Added getPackage to the repl classloader.Paul Phillips2012-02-012-0/+30
* | | | Tweak to repl debugging output.Paul Phillips2012-02-011-1/+1
|/ / /
* / / Improved warning for insensible comparisons.Paul Phillips2012-01-311-4/+7
|/ /
* | Print compound types legibly.Paul Phillips2012-01-302-19/+35
* | Merge branch 'develop'Paul Phillips2012-01-304-137/+172
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'axel22/issue/4147', 'axel22/issue/5374' and '...Paul Phillips2012-01-302-2/+2
| |\ \ \
| | | * | Closes #4336.Hubert Plociniczak2012-01-301-1/+1
| | * | | Merge branch 'master' into issue/5374aleksandar2012-01-30133-6023/+3884
| | |\| |
| | * | | Changed the serialVersionUID in List serialization start marker.aleksandar2012-01-301-1/+1
| * | | | Merge pull request #1 from lpereir4/avlAleksandar Prokopec2012-01-302-135/+170
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-282-127/+168
| | * | | Getting rid of closure creation occuring for each rebalancing. Tail recursion...Lucien Pereira2012-01-151-34/+28
| | * | | syntactic error correctionLucien Pereira2012-01-141-1/+1
* | | | | A couple power mod conveniences.Paul Phillips2012-01-302-56/+91
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'scalama...Paul Phillips2012-01-297-39/+78
|\ \ \ \ \ | | | |_|/ | | |/| |
| * / | | -Yshow-symkinds: prints kinds next to symbol namesEugene Burmako2012-01-287-39/+78
| |/ / /
* | | | More method synthesis unification.Paul Phillips2012-01-286-171/+182