summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #904 from adriaanm/ticket-6077Adriaan Moors2012-07-171-149/+179
|\
| * SI-6077 more conservative TreeMakersToConds for CSEAdriaan Moors2012-07-141-103/+126
| * enabled patmatDebugAdriaan Moors2012-07-131-49/+56
* | Merge pull request #915 from gkossakowski/SI-6035-specialized-flagAdriaan Moors2012-07-172-6/+13
|\ \
| * | SI-6035: Specialization and separate compilation.Grzegorz Kossakowski2012-07-162-6/+13
* | | Merge pull request #910 from adriaanm/redo-847-ticket-6028Adriaan Moors2012-07-171-30/+55
|\ \ \
| * | | SI-6028 Avoid needless symbol renaming in lambdalift.Jason Zaugg2012-07-141-30/+55
| |/ /
* | | Merge pull request #908 from lrytz/intellijAdriaan Moors2012-07-1615-41/+107
|\ \ \
| * | | updated intellij project filesLukas Rytz2012-07-1615-41/+107
* | | | Merge pull request #913 from gkossakowski/partest-instrumentedAdriaan Moors2012-07-1613-2/+306
|\ \ \ \
| * | | | Partest: add `instrumented` test category.Grzegorz Kossakowski2012-07-1613-2/+306
| | |/ / | |/| |
* | | | Merge pull request #876 from adriaanm/ticket-6011bAdriaan Moors2012-07-162-142/+236
|\ \ \ \
| * | | | SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-162-142/+236
| |/ / /
* | | | Merge pull request #897 from lrytz/t5956Adriaan Moors2012-07-161-3/+5
|\ \ \ \
| * | | | SI-5956 trigger copy generation with correct namerLukas Rytz2012-07-131-3/+5
* | | | | Merge pull request #907 from lrytz/ynogenAdriaan Moors2012-07-162-3324/+3326
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | With -Yno-generic-signatures, exit GenASM.getGenericSignature earlyLukas Rytz2012-07-142-2/+4
| * | | | changed line endings in GenASM from Windows to UnixLukas Rytz2012-07-141-3323/+3323
| | |/ / | |/| |
* | | | Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-1414-52/+69
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid conflict with String's apply.Paul Phillips2012-07-138-31/+31
| * | | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1389-1126/+4141
| |\ \ \
| * | | | Implicits to encourage more Name-dropping.Paul Phillips2012-07-068-21/+38
* | | | | 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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |