summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-1353-564/+1827
|\
| * Renamed seven files.Paul Phillips2012-04-137-0/+0
| * Small cleanup in typeref toStringPaul Phillips2012-04-131-4/+4
| * Touching the untouchable.Paul Phillips2012-04-132-25/+54
| *-. Merge commit 'refs/pull/385/head'; commit 'refs/pull/386/head' into developPaul Phillips2012-04-1327-361/+1508
| |\ \
| | | * Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-1325-190/+1325
| | * | performance counters for macros expansionsEugene Burmako2012-04-132-171/+183
| * | | Introducing some whitespace before colons.Paul Phillips2012-04-132-17/+5
| | |/ | |/|
| * | Fixes https://scala-webapps.epfl.ch/jenkins/job/scala-checkin-rangpos/404/Eugene Burmako2012-04-131-2/+1
| |/
| * Merge commit 'refs/pull/383/head' into developPaul Phillips2012-04-137-54/+113
| |\
| | * Add managed blockers to execution contexts.aleksandar2012-04-131-1/+17
| | * Making changes in the scala.concurrent package.aleksandar2012-04-127-53/+96
| * | Merge commit 'refs/pull/376/head' into developPaul Phillips2012-04-134-110/+121
| |\ \
| | * | Moving Duration DSL to a separate package.Vojin Jovanovic2012-04-124-110/+121
| | | |
| | \ \
| *-. \ \ 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-135-89/+69
* | | | | Added missing objects.Martin Odersky2012-04-132-0/+55
* | | | | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-1294-102/+133
* | | | | Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-12136-111/+275
* | | | | Merge branch 'master' into topic/sip18Martin Odersky2012-04-12220-4308/+10163
|\| | | |
| * | | | Revert "Enabled continuations plugin by default."Paul Phillips2012-04-122-9/+12
| |/ / /
| * | | Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-12168-2918/+7983
| |\ \ \
| | * | | GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-1219-174/+184
| | * | | Next generation of macrosEugene Burmako2012-04-12168-2922/+7977
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/373/head'; commit 'refs/pull/374/head' into developPaul Phillips2012-04-1213-136/+218
| |\ \ \ \ | | | | |/ | | | |/|
| | | * | Fixes and clean ups for futures based on review by @viktorklangphaller2012-04-124-29/+15
| | | |/
| | * | 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-115-5/+55
| | |/
| | |
| | \
| *-. \ Merge commit 'refs/pull/367/head'; commit 'refs/pull/369/head'; commit 'refs/...Paul Phillips2012-04-122-10/+12
| |\ \ \
| | | * | This change enables the alphanumeric method to be called from SecureRandomgakuzzzz2012-04-121-9/+11
| | | |/
| | * / changed applyDynamic explanation in trait DynamicDominik Gruntz2012-04-111-1/+1
| | |/
| * / Fix memory leak related to default arguments in presentation compiler.Lukas Rytz2012-04-103-6/+7
| |/
| *-. Merge commit 'refs/pull/365/head'; commit 'refs/pull/366/head' into developPaul Phillips2012-04-102-2/+6
| |\ \
| | | * SI-5571: adds @volatile to field Enumeration.vsetDefinedDominik Gruntz2012-04-101-1/+1
| | * | fix field init problem in NoStackTraceAdriaan Moors2012-04-101-1/+5
| | |/
| * / 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-0920-116/+99
| * Make specialize check cheaper and consistent.Paul Phillips2012-04-093-21/+26
| * SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-083-0/+32