summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* New facility: TypeDestructurers.Paul Phillips2012-04-1623-186/+681
* Merge branch 'master' into developPaul Phillips2012-04-141-3/+3
|\
| * Revert "change com.typesafe.config dep to version 0.4.0"Paul Phillips2012-04-141-3/+3
| |
| \
| \
| \
*---. \ Merge commit 'refs/pull/401/head'; commit 'refs/pull/402/head'; commit 'refs/...Paul Phillips2012-04-1419-154/+300
|\ \ \ \ | | |_|/ | |/| |
| | | * implements reification of tough typesEugene Burmako2012-04-1417-150/+296
| | * | change Application to App in scaladoc sample codekenji yoshida2012-04-151-1/+1
| |/ /
| * | Merge commit 'refs/pull/398/head' into developPaul Phillips2012-04-141-3/+3
| |\ \
| | * | change com.typesafe.config dep to version 0.4.0Havoc Pennington2012-04-131-3/+3
* | | | Added preliminary doc comments to language object.Martin Odersky2012-04-141-0/+99
* | | | Made checkFeature conditionally run immediately. Adapted Macros to make use o...Martin Odersky2012-04-142-14/+24
|/ / /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge commit 'refs/pull/387/head'; commit 'refs/pull/388/head'; commit 'refs/...Paul Phillips2012-04-1413-729/+770
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | Reimplemented shadowing between class membersVlad Ureche2012-04-141-2/+20
| | | | * | Fixing the docs.scalap breakageVlad Ureche2012-04-141-0/+2
| | | | |/
| | | * | SI-5663: Tweak warnings on case class equalsSom Snytt2012-04-131-22/+43
| | * | | Improved formatting/display of documentation.Simon Ochsenreither2012-04-1310-705/+705
| |/ / /
* | | | Merge branch 'develop'Paul Phillips2012-04-1425-244/+515
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge commit 'refs/pull/391/head'; commit 'refs/pull/390/head' into developPaul Phillips2012-04-1420-223/+481
| |\ \ \ \ \
| | | * | | | enable implicit enrichment when typing patternsAdriaan Moors2012-04-132-5/+47
| | | * | | | parse patterns, not exprs in interpolatedString's holesAdriaan Moors2012-04-131-7/+13
| | * | | | | virtpatmat on by default; chicken out: -XoldpatmatAdriaan Moors2012-04-147-7/+8
| | * | | | | virtpatmat: initial CPS supportAdriaan Moors2012-04-144-92/+136
| | * | | | | wip: put skeleton for typetag-based typetests in placeAdriaan Moors2012-04-142-7/+73
| | * | | | | more prudent bridging to unapply[Seq]Adriaan Moors2012-04-141-5/+4
| | * | | | | synth PartialFunction in uncurryAdriaan Moors2012-04-145-99/+188
| | * | | | | cleanup in refchecksAdriaan Moors2012-04-141-1/+2
| | * | | | | print labeldef's parameter typesAdriaan Moors2012-04-141-1/+11
| | | |_|_|/ | | |/| | |
| * | | | | Merge commit '625397b02e'; commit 'refs/pull/396/head' into developPaul Phillips2012-04-142-1/+14
| |\ \ \ \ \
| | * | | | | restores some disabled macro tests, makes checkFeature synchronous when used ...Eugene Burmako2012-04-142-1/+14
| | |/ / / /
| * / / / / Added NameTree Tree interface.Paul Phillips2012-04-143-20/+20
| |/ / / /
* / / / / Move primitive widening implicits to companions.Paul Phillips2012-04-148-25/+58
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge commit 'refs/pull/389/head'; commit 'refs/pull/393/head' into developPaul Phillips2012-04-147-16/+214
|\ \ \ \ \
| | * | | | DynamicProxy: improved docs, fixed EOL styleChristopher Vogt2012-04-141-67/+74
| | * | | | implemented DynamicProxy as portrayed by the Scala reflection teamChristopher Vogt2012-04-142-2/+69
| | | |/ / | | |/| |
| * | | | rule out sequence arg to applyDynamicAdriaan Moors2012-04-132-5/+16
| * | | | implement SIP Type DynamicAdriaan Moors2012-04-134-14/+127
| | |/ / | |/| |
* | | | 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
| |\ \ \ \