summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Scala library dependency in Eclipse project files.Grzegorz Kossakowski2012-07-162-2/+0
* Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-1418-52/+104
|\
| * Avoid conflict with String's apply.Paul Phillips2012-07-138-31/+31
| * Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-13181-1605/+6123
| |\
| * | Implicits to encourage more Name-dropping.Paul Phillips2012-07-0612-21/+73
* | | Merge pull request #900 from viktorklang/2.10.xAdriaan Moors2012-07-1310-132/+109
|\ \ \
| * | | Changing to scala.concurrent.context. as namespace for the system properties ...Viktor Klang2012-07-131-6/+5
| * | | Fixing oversight in propagating the runnable into the newly created thread.Viktor Klang2012-07-131-1/+1
| * | | Squashed critical enhancements to SIP-14: daemonizing global EC, giving EC to...Viktor Klang2012-07-1310-132/+110
|/ / /
* | | Merge pull request #892 from xuwei-k/either-scaladocJosh Suereth2012-07-133-11/+11
|\ \ \
| * | | fix Right,Left and Either scaladoc linksxuwei-k2012-07-133-11/+11
* | | | Merge pull request #870 from paulp/topic/partest-no-actorsAdriaan Moors2012-07-139-1175/+900
|\ \ \ \
| * | | | Eliminated more logic.Paul Phillips2012-07-114-349/+206
| * | | | Eliminated actors from partest.Paul Phillips2012-07-117-496/+364
* | | | | Merge pull request #891 from lrytz/t5975Adriaan Moors2012-07-133-1/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-5957 enable direct parsing of nested java class classfileLukas Rytz2012-07-123-1/+25
|/ / / /
* | | | Merge pull request #885 from soc/scaladoc-hashsetmapAdriaan Moors2012-07-122-4/+2
|\ \ \ \
| * | | | Fix doc about specialized subclasses of c.i.HashMap/HashSet.Simon Ochsenreither2012-07-112-4/+2
* | | | | Further optimization of asSeenFrom.Paul Phillips2012-07-121-22/+27
* | | | | Optimization in asSeenFrom.Paul Phillips2012-07-121-51/+58
* | | | | Merge pull request #884 from dcsobral/si/6032Adriaan Moors2012-07-112-12/+76
|\ \ \ \ \
| * | | | | SI-6032 Enhance TaskSupport documentation.Daniel C. Sobral2012-07-112-12/+76
| | |/ / / | |/| | |
* | | | | Merge pull request #877 from magarciaEPFL/fixesAdriaan Moors2012-07-111-1/+1
|\ \ \ \ \
| * | | | | SI-6015 assertion (in Type-flow analysis) that wasn't, valid counterexample f...Miguel Garcia2012-07-111-1/+1
| |/ / / /
* | | | | Merge pull request #874 from adriaanm/ticket-6022Adriaan Moors2012-07-113-8/+44
|\ \ \ \ \
| * | | | | SI-6022 model type-test-implication betterAdriaan Moors2012-07-113-8/+44
* | | | | | Merge pull request #878 from adriaanm/topic-polyvalclassAdriaan Moors2012-07-119-49/+128
|\ \ \ \ \ \
| * | | | | | polymorphic value classesMartin Odersky2012-07-117-47/+126
| * | | | | | statistics: print millis instead of micros.Martin Odersky2012-07-111-1/+1
| * | | | | | don't crash on syntactically incorrect value classesMartin Odersky2012-07-111-1/+1
* | | | | | | Merge pull request #887 from paulp/topic/pickledflagsAdriaan Moors2012-07-1110-60/+59
|\ \ \ \ \ \ \
| * | | | | | | Removed EXISTENTIAL special case in unpickler.Paul Phillips2012-07-111-6/+1
| * | | | | | | Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-1168-194/+675
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Pickled flag reorgMartin Odersky2012-07-119-54/+49
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #881 from lrytz/t4763Josh Suereth2012-07-1119-20/+40
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-1112-14/+24
| * | | | | | Moved cloneable class to package `scala.annotation`.Lukas Rytz2012-07-1110-157/+8
| * | | | | | starr sources to move cloneable class to package `annotation`Lukas Rytz2012-07-115-1/+160
| | |/ / / / | |/| | | |
* | | | | | Merge commit 'refs/pull/851/head' into 2.10.xAdriaan Moors2012-07-118-10/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added a HIDDEN flag.Paul Phillips2012-07-088-10/+14
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-------. \ \ \ \ \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-1162-184/+652
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | | | * | | | | bandaid in GenASM for SI-6049Miguel Garcia2012-07-101-4/+10
| | | | * | | | | | SI-6042 Improve type selection from volatile type errorJason Zaugg2012-07-084-2/+16
| | | * | | | | | | SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-053-1/+13
| | * | | | | | | | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-0515-74/+140
| | * | | | | | | | Enhanced presentation compiler test infrastructureMirco Dotta2012-07-0510-46/+27
| * | | | | | | | | removes special case for BigIntegerDominik Gruntz2012-07-061-2/+1
| * | | | | | | | | stringinterpolation macro test filesAdriaan Moors2012-07-064-0/+266
| * | | | | | | | | adds the sha1 files of the new starr / stringContext.fDominik Gruntz2012-07-0622-58/+23
| * | | | | | | | | macro-based string interpolation formatterAdriaan Moors2012-07-065-6/+165