summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updated intellij project filesLukas Rytz2012-07-1615-41/+107
* 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
* | | SI-5957 enable direct parsing of nested java class classfileLukas Rytz2012-07-121-1/+8
| |/ |/|
* | 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-111-8/+36
|\ \ \
| * | | SI-6022 model type-test-implication betterAdriaan Moors2012-07-111-8/+36
* | | | 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-113-49/+52
|\ \ \ \ \
| * | | | | Removed EXISTENTIAL special case in unpickler.Paul Phillips2012-07-111-6/+1
| * | | | | Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-1125-138/+303
| |\ \ \ \ \
| * | | | | | Pickled flag reorgMartin Odersky2012-07-112-43/+42
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #881 from lrytz/t4763Josh Suereth2012-07-1112-16/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-1112-14/+24
| * | | | | Moved cloneable class to package `scala.annotation`.Lukas Rytz2012-07-114-153/+2
| * | | | | starr sources to move cloneable class to package `annotation`Lukas Rytz2012-07-114-1/+154
| | |/ / / | |/| | |
* | | | | 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-1119-128/+280
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | * | | | bandaid in GenASM for SI-6049Miguel Garcia2012-07-101-4/+10
| | | | * | | | | SI-6042 Improve type selection from volatile type errorJason Zaugg2012-07-082-2/+4
| | | * | | | | | SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-051-1/+2
| | * | | | | | | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-058-74/+84
| | * | | | | | | Enhanced presentation compiler test infrastructureMirco Dotta2012-07-053-11/+21
| * | | | | | | | removes special case for BigIntegerDominik Gruntz2012-07-061-2/+1
| * | | | | | | | adds the sha1 files of the new starr / stringContext.fDominik Gruntz2012-07-061-37/+2
| * | | | | | | | macro-based string interpolation formatterAdriaan Moors2012-07-065-6/+165
* | | | | | | | | Revert "GenASM: pipeline disk-write with building of classfiles"Iulian Dragos2012-07-103-91/+35
* | | | | | | | | Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-0911-209/+245
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #854 from clhodapp/feature/reflection-overload-resolution-...Adriaan Moors2012-07-092-58/+291
|\ \ \ \ \ \ \ \
| * | | | | | | | improved resolveOverloaded docs cvogt2012-07-091-17/+17
| * | | | | | | | Added scaladoc for resolveOverloaded.clhodapp2012-07-091-0/+18
| * | | | | | | | New logic for TermSymbol.resolveOverloadedclhodapp2012-07-082-58/+273
* | | | | | | | | Merge pull request #841 from magarciaEPFL/fixesAdriaan Moors2012-07-094-13/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |