summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Touching the untouchable.Paul Phillips2012-04-132-25/+54
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/385/head'; commit 'refs/pull/386/head' into developPaul Phillips2012-04-1322-331/+1411
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-1320-160/+1228
| | * | | performance counters for macros expansionsEugene Burmako2012-04-132-171/+183
| * | | | Introducing some whitespace before colons.Paul Phillips2012-04-131-7/+0
| | |/ / | |/| |
| * | | Fixes https://scala-webapps.epfl.ch/jenkins/job/scala-checkin-rangpos/404/Eugene Burmako2012-04-131-2/+1
| |/ /
| | |
| | \
| *-. \ Merge commit 'refs/pull/380/head'; commit 'refs/pull/381/head' into developPaul Phillips2012-04-131-2/+8
| |\ \ \
| | | * | SI-5510: string interpolation: parser no longer hangs on unclosed stringDominik Gruntz2012-04-131-2/+8
| | |/ /
| * | | Adjustment to recent fix.Paul Phillips2012-04-131-5/+3
| * | | Workaround for SI-5657.Paul Phillips2012-04-123-0/+18
| * | | Workaround for SI-5583.Paul Phillips2012-04-121-7/+15
| * | | Fix for SI-5535.Paul Phillips2012-04-121-1/+1
| * | | fixes petty macro testsEugene Burmako2012-04-121-2/+2
| |/ /
* | | Fine-tuning of isRepresentableWithWildcards and wildcard printing.Martin Odersky2012-04-132-21/+22
* | | Fixed problems with new deprecated idents scheme.Martin Odersky2012-04-131-7/+6
* | | Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-134-89/+56
* | | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-1259-54/+85
* | | 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
|/ / /