summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix for SI-5648.Paul Phillips2012-04-101-2/+9
| * Cleaning up some repl mechanisms.Paul Phillips2012-04-096-33/+78
| * Less laborious type application.Paul Phillips2012-04-0919-115/+98
| * Make specialize check cheaper and consistent.Paul Phillips2012-04-093-21/+26
| *-. Merge commit 'refs/pull/361/head'; commit 'refs/pull/362/head' into developPaul Phillips2012-04-081-0/+1
| |\ \
| | * | make PresentationCompilerThread a daemontkong2012-04-071-0/+1
| | |/
| * / More Symbols and Flags.Paul Phillips2012-04-0710-187/+257
| |/
| * Flag performance and Name management.Paul Phillips2012-04-0612-84/+139
| * Merge branch 'apr6-flags' of leaf:/scala/trunk into developPaul Phillips2012-04-0611-173/+198
| |\
| | * Moving flags around for performance.Paul Phillips2012-04-0611-173/+198
| * | Merge commit 'pull/358/head' into developPaul Phillips2012-04-062-4/+71
| |\ \
| | * \ Merge branch 'master' into topic/reflectMartin Odersky2012-04-0511-23/+209
| | |\ \
| | * | | Added overloading resolution to reflect.api.SymbolMartin Odersky2012-04-052-8/+75
| * | | | Style tweaks to b28ece2f4b .Paul Phillips2012-04-061-4/+8
| * | | | SI-4134: abstract override crasher if lacking super implSom Snytt2012-04-063-10/+10
| * | | | Fix for SI-5591.Geoff Reedy2012-04-061-1/+1
| | |_|/ | |/| |
| * | | Fix for SI-5644.Paul Phillips2012-04-067-22/+59
| * | | Disable dysfunctional inline annotation.Paul Phillips2012-04-061-1/+4
| * | | Merge commit 'refs/pull/355/head^'Paul Phillips2012-04-052-2/+2
| |\ \ \
| | * | | avoid field init prob: make NoTreeAnnotation a defAdriaan Moors2012-04-052-2/+2
| * | | | A boatload of work on Symbols and Flags.Paul Phillips2012-04-0525-587/+970
| | |_|/ | |/| |
* / | | Implementation of SIP 18. We still need to get rid of the warnings caused by ...Martin Odersky2012-04-119-16/+97
|/ / /
* | | Symbol activity tracer.Paul Phillips2012-04-054-2/+181
* | | Fix for continuations issue with match blocks.Paul Phillips2012-04-051-1/+4
|/ /
* | Unify "object Foo" and "Foo.type".Paul Phillips2012-04-043-9/+9
| |
| \
*-. \ Merge commit 'refs/pull/350/head'; commit 'refs/pull/351/head' into developPaul Phillips2012-04-033-5/+6
|\ \ \
| | * | Added presentation memory leak test.Iulian Dragos2012-04-032-2/+3
| | |/
| * / avoid memory leak by avoiding default argAdriaan Moors2012-04-031-3/+3
|/ /
* / Fix for SI-3272.Paul Phillips2012-04-021-6/+9
|/
* Pushed Symbol/Type creation partitioning further.Paul Phillips2012-04-019-84/+144
* More principled unwrapping of types.Paul Phillips2012-04-012-32/+53
* Cleaned up "isTupleTypeOrSubtype".Paul Phillips2012-04-016-41/+53
* Merge remote-tracking branch 'adriaanm/topic/partialfun' into developPaul Phillips2012-03-307-141/+176
|\
| * specialization: see outer contexts to fix symbolsAdriaan Moors2012-03-302-2/+16
| * virtpatmat support for the new partialfunctionAdriaan Moors2012-03-301-13/+54
| * old patmat support for the applyOrElse partial funAdriaan Moors2012-03-303-117/+96
| * a fast, functional PartialFunction implementationPavel Pavlov2012-03-304-10/+11
* | Fix for regression with inference at arity 21+.Paul Phillips2012-03-301-2/+2
* | Fix for string bug in genjvm.Paul Phillips2012-03-301-4/+16
|/
* Cleaning up logging in specialization.Paul Phillips2012-03-293-68/+90
* Never write final fields outside of constructors.Paul Phillips2012-03-286-20/+42
* Merge remote-tracking branch 'jsuereth/remove-sbaz-update-man' into developPaul Phillips2012-03-273-324/+1
|\
| * Remove sbaz and references from master repository.Josh Suereth2012-03-273-324/+1
* | Workaround for "package is not a value".Paul Phillips2012-03-271-24/+29
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'manojo/issue/4488', 'leifwickland/patch-3', '...Paul Phillips2012-03-2710-56/+80
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * Fixes SI-5373Vlad Ureche2012-03-273-8/+17
| | | |/ | | |/|
| | | * [vpm] smarter type inference on when virtPatmat is onAdriaan Moors2012-03-273-1/+3
| | | * [vpm] suppress refchecks in matchesAdriaan Moors2012-03-271-0/+6
| | | * Merge remote-tracking branch 'main/master' into topic/virtpatmatAdriaan Moors2012-03-275-73/+49
| | | |\ | |_|_|/ |/| | |
| | | * [vpm] error message on missing parameter typeAdriaan Moors2012-03-262-38/+41