summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-082-2/+3
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-073-23/+7
* Merge branch 'try-based-futures' of https://github.com/heathermiller/scala in...Heather Miller2012-08-052-3/+17
|\
| * SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-052-3/+17
* | Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-1/+1
|/
* Basing Futures on Try instead of EitherHeather Miller2012-08-045-105/+87
* Merge pull request #1023 from paulp/issue/6084Adriaan Moors2012-08-041-1/+1
|\
| * Fix for SI-6084, type alias crasher.Paul Phillips2012-07-301-1/+1
* | Merge pull request #1040 from hubertp/issue/asm-long-signatures-againJosh Suereth2012-08-041-4/+4
|\ \
| * | Fixes SI-6172.Hubert Plociniczak2012-08-021-4/+4
* | | 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
* | | | staticTpe => staticType, actualTpe => actualTypeEugene Burmako2012-08-041-5/+5
* | | | 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-038-22/+44
|\ \ \ \
| * | | | 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-241-1/+5
| * | | | SI-5897 don't check sensicality in matchAdriaan Moors2012-07-241-1/+2
| * | | | 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
* | | | | | first stab at serialization of exprs and tagsEugene Burmako2012-08-023-5/+47
* | | | | | moves Expr from api to baseEugene Burmako2012-08-0210-88/+69
* | | | | | evicts last traces of makro from our codebaseEugene Burmako2012-08-022-16/+0
* | | | | | reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-0254-72/+88
* | | | | | removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-023-67/+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-022-1/+7
* | | | | | more refinements of reflection APIEugene Burmako2012-08-027-86/+129
* | | | | | SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-021-1/+31
* | | | | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-0221-116/+117
* | | | | | miscellaneous refinements of reflection APIEugene Burmako2012-08-027-101/+111
* | | | | | navigation between fields and accessorsEugene Burmako2012-08-023-1/+15
* | | | | | 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-0216-64/+118
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1030 from scalamacros/ticket/5751Josh Suereth2012-08-026-112/+137
|\ \ \ \ \
| * | | | | SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-316-112/+137
| | |_|_|/ | |/| | |
* | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added more variants to achieve getLinkPosMartin Odersky2012-07-311-4/+15
| |/ / /
* | | | Merge pull request #1024 from paulp/topic/type-printingJosh Suereth2012-07-311-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed maddening "..." lately in printed types.Paul Phillips2012-07-301-2/+8
| | |/ | |/|
* | | Merge pull request #1020 from odersky/ticket/5866Josh Suereth2012-07-301-2/+10
|\ \ \
| * | | SI-5866 Support casting null to value classesMartin Odersky2012-07-301-2/+10
* | | | Merge pull request #1018 from scalamacros/topic/classtag-of-nothingJosh Suereth2012-07-301-2/+7
|\ \ \ \
| * | | | ClassTag.Nothing now throws an exceptionEugene Burmako2012-07-301-2/+7
| |/ / /