summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-1250-85/+142
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-12142-3273/+7274
|\
| * Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-12114-2158/+5426
| |\
| | * GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-1210-39/+39
| | * Next generation of macrosEugene Burmako2012-04-12114-2162/+5430
| | |
| | \
| *-. | Merge commit 'refs/pull/373/head'; commit 'refs/pull/374/head' into developPaul Phillips2012-04-126-107/+155
| |\ \|
| | * | Fixed duplicate method problem for implicit wrappers.Martin Odersky2012-04-111-0/+1
| | * | Implementation of SIP 13 take 2.Martin Odersky2012-04-113-27/+32
| | * | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-115-83/+123
| | * | new annotation targets for companion classes/objects/factory methods.Martin Odersky2012-04-112-5/+7
| | |/
| * / Fix memory leak related to default arguments in presentation compiler.Lukas Rytz2012-04-103-6/+7
| |/
| * 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
|/