summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved inline logic before pickler.Grzegorz Kossakowski2012-08-093-76/+81
* Merge pull request #1087 from hubertp/2.10.x-issue/5687Adriaan Moors2012-08-081-1/+9
|\
| * Fixes SI-5687.Hubert Plociniczak2012-08-081-1/+9
* | Merge pull request #1073 from adriaanm/ticket-6183Adriaan Moors2012-08-081-2/+3
|\ \
| * | SI-6183 don't crash on type error in outer testAdriaan Moors2012-08-071-2/+3
* | | Merge pull request #1056 from heathermiller/try-based-futuresAdriaan Moors2012-08-086-122/+103
|\ \ \
| * | | 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 #1079 from scalamacros/ticket/5947Adriaan Moors2012-08-082-25/+41
|\ \ \ \
| * | | | SI-5947 works around getDeclaredClassesEugene Burmako2012-08-082-9/+29
| * | | | SI-5498 completes ModuleMirror.instanceEugene Burmako2012-08-072-18/+14
* | | | | Merge pull request #1075 from adriaanm/ticket-6040Adriaan Moors2012-08-081-3/+14
|\ \ \ \ \
| * | | | | SI-6040 error on unauthorized extension DynamicAdriaan Moors2012-08-081-3/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #1043 from magarciaEPFL/fixes210Adriaan Moors2012-08-081-7/+2
|\ \ \ \ \
| * | | | | updating resolveDups() to use MethodTFA.mutatingInterpret()Miguel Garcia2012-08-021-7/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1084 from VladUreche/issue/5933Adriaan Moors2012-08-081-2/+2
|\ \ \ \ \
| * | | | | SI-5933 do the new patmat translation for scaladocAdriaan Moors2012-08-071-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #1085 from gkossakowski/inline-in-constructorsAdriaan Moors2012-08-071-1/+1
|\ \ \ \ \
| * | | | | Enable inlining in constructors.Grzegorz Kossakowski2012-08-071-1/+1
| |/ / / /
* | | | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-075-13/+9
|\ \ \ \ \
| * | | | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-075-13/+9
| |/ / / /
* | | | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-078-16/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removes AnyRef specialization from libraryVlad Ureche2012-08-078-16/+18
* | | | | Merge pull request #1077 from odersky/topic/inlineAdriaan Moors2012-08-071-4/+14
|\ \ \ \ \
| * | | | | Makes all private variables accessed from an @inline method non-private.Martin Odersky2012-08-071-4/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #1067 from scalamacros/topic/ultimate-reflection-pull-requestAdriaan Moors2012-08-074-31/+167
|\ \ \ \ \
| * | | | | accommodates Martin's commentsEugene Burmako2012-08-072-5/+3
| * | | | | SI-6199 unit-returning methods now return unitEugene Burmako2012-08-062-4/+11
| * | | | | mirrors now support overriden fields and methodsEugene Burmako2012-08-062-1/+21
| * | | | | sanity check for reflectConstructorEugene Burmako2012-08-061-2/+7
| * | | | | SI-6181 method mirrors now support by-name argsEugene Burmako2012-08-061-0/+10
| * | | | | SI-6179 mirrors now work with value classesEugene Burmako2012-08-063-34/+52
| * | | | | SI-6178 reflective invocation of magic symbolsEugene Burmako2012-08-061-16/+94
| |/ / / /
* | | | | Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-07409-412/+412
|\ \ \ \ \
| * | | | | update and normalize copyright noticeAdriaan Moors2012-08-07409-412/+412
| |/ / / /
* | | | | Merge pull request #1063 from VladUreche/issue/5788-quickJosh Suereth2012-08-071-12/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-5788 Tailcalls LabelDefs correctly duplicatedVlad Ureche2012-08-061-12/+19
* | | | | Merge pull request #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-078-71/+76
|\ \ \ \ \
| * | | | | Restored :warnings to working order.Paul Phillips2012-08-062-48/+37
| * | | | | Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-065-23/+37
| * | | | | Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-061-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1066 from magarciaEPFL/ticket-SI-6102Adriaan Moors2012-08-071-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6102 avoid emitting illegal exception table rangeMiguel Garcia2012-08-061-0/+13
* | | | | Merge pull request #1050 from scalamacros/topic/better-error-messagesJosh Suereth2012-08-062-14/+27
|\ \ \ \ \
| * | | | | better error messages for Symbol.asXXX methodsEugene Burmako2012-08-062-14/+27
* | | | | | Merge pull request #1059 from magarciaEPFL/ticket-SI-6188Josh Suereth2012-08-064-2/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |