summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | SI-6074Lukas Rytz2012-08-043-1/+13
| | | | |_|/ | | | |/| |
| | * | | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-0512-53/+93
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-2812-53/+93
| | * | | | Merge pull request #1023 from paulp/issue/6084Adriaan Moors2012-08-042-1/+16
| | |\ \ \ \
| | | * | | | Fix for SI-6084, type alias crasher.Paul Phillips2012-07-302-1/+16
| | * | | | | Merge pull request #1040 from hubertp/issue/asm-long-signatures-againJosh Suereth2012-08-042-4/+3009
| | |\ \ \ \ \
| | | * | | | | Fixes SI-6172.Hubert Plociniczak2012-08-022-4/+3009
| | * | | | | | Merge pull request #1028 from odersky/topic/worksheetAdriaan Moors2012-08-044-22/+47
| | |\ \ \ \ \ \
| | | * | | | | | Better worksheet support.Martin Odersky2012-08-034-19/+40
| | | * | | | | | Made worksheet output wrap around after custimizable # of output columns.Martin Odersky2012-07-312-8/+12
| | * | | | | | | Merge pull request #1046 from scalamacros/topic/statictpe-actualtpeJosh Suereth2012-08-043-7/+7
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | staticTpe => staticType, actualTpe => actualTypeEugene Burmako2012-08-043-7/+7
| | |/ / / / / /
| | * | | | | | Merge pull request #1022 from odersky/ticket/5764Josh Suereth2012-08-031-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | SI-5764 Honor -language:_Martin Odersky2012-07-301-1/+1
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge pull request #982 from adriaanm/ticket-wolfcryJosh Suereth2012-08-0312-22/+56
| | |\ \ \ \ \ \
| | | * | | | | | use hasAllFlags to detect gadt skolemsAdriaan Moors2012-07-241-3/+9
| | | * | | | | | SI-5930 don't warn about dead code in jump to caseAdriaan Moors2012-07-243-1/+10
| | | * | | | | | SI-5897 don't check sensicality in matchAdriaan Moors2012-07-243-1/+9
| | | * | | | | | move synthetic case symbol detection to treeInfoAdriaan Moors2012-07-246-17/+28
| | * | | | | | | Merge pull request #1034 from xuwei-k/fix-scaladocJosh Suereth2012-08-034-5/+5
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | minor fixes scaladocxuwei-k2012-08-014-5/+5
* | | | | | | | | Merge pull request #1083 from dcsobral/si/6119Adriaan Moors2012-08-081-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-6119 Fix mispelling on take documentation.Daniel C. Sobral2012-08-071-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #1033 from VladUreche/issue/partest-compileJosh Suereth2012-08-041-3/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Want a 25% partest speedup?*Vlad Ureche2012-08-041-3/+27
* | | | | | | | | Merge pull request #1042 from paulp/merge-2.10.xJosh Suereth2012-08-03388-2022/+2327
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't know how git merge loses a whole brace.Paul Phillips2012-08-021-0/+1
| * | | | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-08-02388-2023/+2327
|/| | | | | | | | | | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1039 from scalamacros/topic/ultimate-reflection-pull-requestJosh Suereth2012-08-02311-997/+1330
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | first stab at serialization of exprs and tagsEugene Burmako2012-08-0213-25/+141
| | * | | | | | | deploys a new starr that knows reify is a macroEugene Burmako2012-08-026-6/+6
| | * | | | | | | moves Expr from api to baseEugene Burmako2012-08-0210-88/+69
| | * | | | | | | evicts last traces of makro from our codebaseEugene Burmako2012-08-02167-238/+222
| | * | | | | | | reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-0260-78/+94
| | * | | | | | | removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-024-68/+19
| | * | | | | | | prepares our macro defs for refactoring (Step II)Eugene Burmako2012-08-027-17/+7
| | * | | | | | | prepares our macro defs for refactoring (Step I)Eugene Burmako2012-08-028-7/+13
| | * | | | | | | more refinements of reflection APIEugene Burmako2012-08-0213-148/+159
| | * | | | | | | SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-023-1/+88
| | * | | | | | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-0245-181/+182
| | * | | | | | | miscellaneous refinements of reflection APIEugene Burmako2012-08-0215-101/+239
| | * | | | | | | navigation between fields and accessorsEugene Burmako2012-08-025-1/+36
| | * | | | | | | moves most of symbol tests in API to descendantsEugene Burmako2012-08-021-73/+61
| | * | | | | | | simplifies flag APIEugene Burmako2012-08-028-42/+14
| | * | | | | | | SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-0221-121/+178
| |/ / / / / / /
| * | | | | | | Merge pull request #1030 from scalamacros/ticket/5751Josh Suereth2012-08-029-113/+153
| |\ \ \ \ \ \ \
| | * | | | | | | SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-319-113/+153
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #1032 from hubertp/issue/asm-long-signaturesJosh Suereth2012-08-011-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | I actually managed to hit the limit of Scala signature annotation not fitting...Hubert Plociniczak2012-07-311-2/+7
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #1029 from odersky/ide/getlinkposJosh Suereth2012-08-011-4/+15
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |