summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Scaladoc: Typers changeVlad Ureche2012-07-181-3/+1
* SI-5784 Scaladoc: {Abstract,Alias} type templatesVlad Ureche2012-07-1719-117/+195
* Scaladoc: Refactoring the entitiesVlad Ureche2012-07-168-138/+140
* SI-5533 Skip scaladoc packages from documentationVlad Ureche2012-07-164-32/+50
* Scaladoc: updated type class descriptionsVlad Ureche2012-07-164-13/+18
* Scaladoc: Reducing the memory footprint 2Vlad Ureche2012-07-162-1/+4
* Scaladoc: Reducing the memory footprintVlad Ureche2012-07-165-37/+31
* SI-3695 SI-4224 SI-4497 SI-5079 scaladoc linksVlad Ureche2012-07-1612-103/+345
* SI-4887 Link existentials in scaladocVlad Ureche2012-07-161-6/+120
* Scaladoc minor fix: Typos in diagramsVlad Ureche2012-07-163-7/+7
* SI-4360 Adds prefixes to scaladocVlad Ureche2012-07-1611-200/+303
* Scaladoc: workaround for untypical Map usecasesVlad Ureche2012-07-161-8/+11
* SI-4324 Scaladoc case class argument curryingVlad Ureche2012-07-161-1/+4
* SI-5558 Package object members indexingVlad Ureche2012-07-161-1/+1
* Scaladoc: Inherited templates in diagramsVlad Ureche2012-07-165-24/+44
* SI-3314 SI-4888 Scaladoc: Relative type prefixesVlad Ureche2012-07-1612-102/+165
* SI-5235 Correct usecase variable expansionVlad Ureche2012-07-162-19/+35
* Merge pull request #876 from adriaanm/ticket-6011bAdriaan Moors2012-07-161-142/+233
|\
| * SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-161-142/+233
* | 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-149-34/+32
|\ \ \ | |/ / |/| |
| * | Avoid conflict with String's apply.Paul Phillips2012-07-135-21/+21
| * | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1358-719/+3482
| |\ \
| * | | Implicits to encourage more Name-dropping.Paul Phillips2012-07-064-13/+11
* | | | SI-5957 enable direct parsing of nested java class classfileLukas Rytz2012-07-121-1/+8
| |_|/ |/| |
* | | 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-115-30/+65
|\ \ \ \ \
| * | | | | polymorphic value classesMartin Odersky2012-07-114-29/+64
| * | | | | don't crash on syntactically incorrect value classesMartin Odersky2012-07-111-1/+1
* | | | | | Merge pull request #887 from paulp/topic/pickledflagsAdriaan Moors2012-07-111-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-1115-75/+243
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Pickled flag reorgMartin Odersky2012-07-111-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #881 from lrytz/t4763Josh Suereth2012-07-111-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge commit 'refs/pull/851/head' into 2.10.xAdriaan Moors2012-07-115-7/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added a HIDDEN flag.Paul Phillips2012-07-085-7/+9
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-------. \ \ \ \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-1111-68/+234
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | * | | | 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
| | | | | |_|_|/ | | | | |/| | |
| | * | | | | | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-054-49/+48
| | * | | | | | Enhanced presentation compiler test infrastructureMirco Dotta2012-07-053-11/+21
| * | | | | | | removes special case for BigIntegerDominik Gruntz2012-07-061-2/+1
| * | | | | | | macro-based string interpolation formatterAdriaan Moors2012-07-062-2/+152
| | |_|_|_|_|/ | |/| | | | |