summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #960 from clhodapp/remove-resolve-overloadedJosh Suereth2012-07-3011-647/+0
|\
| * Removed resolveOverloadedclhodapp2012-07-3011-647/+0
* | Merge pull request #1015 from hubertp/2.10.x-issue/5603Josh Suereth2012-07-305-39/+107
|\ \ | |/ |/|
| * Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-305-39/+107
* | Merge pull request #998 from odersky/topic/bootpackagesJosh Suereth2012-07-301-1/+13
|\ \
| * | Avoids loading scala.package and scala.reflect.package from source if a class...Martin Odersky2012-07-261-1/+13
* | | Merge pull request #1013 from odersky/ticket/5878odersky2012-07-303-2/+30
|\ \ \
| * | | Closes SI-5878Martin Odersky2012-07-293-2/+30
* | | | Merge pull request #1005 from odersky/topic/worksheetodersky2012-07-3012-72/+266
|\ \ \ \ | |_|_|/ |/| | |
| * | | New Worksheet mixing schemeMartin Odersky2012-07-275-100/+196
| * | | Raw string interpolatorMartin Odersky2012-07-273-4/+24
| * | | Adds method askForResponseMartin Odersky2012-07-273-2/+31
| * | | Disable interrupts during code instrumentationMartin Odersky2012-07-271-4/+8
| * | | New Executor.Martin Odersky2012-07-273-4/+49
* | | | Merge pull request #997 from dragos/ide/range-positions-in-script-sourcesJosh Suereth2012-07-291-1/+1
|\ \ \ \
| * | | | `ScriptSourceFile` should not hard-code `OffsetPosition`.Iulian Dragos2012-07-261-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #996 from gkossakowski/instrumentation-fixesJosh Suereth2012-07-295-3/+35
|\ \ \ \
| * | | | Fix `Instrumentation.getStatistics` method in partest.Grzegorz Kossakowski2012-07-262-2/+12
| * | | | Instrument all classes in `instrumented` package.Grzegorz Kossakowski2012-07-263-1/+23
| |/ / /
* | | | Merge pull request #990 from VladUreche/issue/6140Josh Suereth2012-07-293-1/+20
|\ \ \ \
| * | | | SI-6140 Scaladoc infinite recursion in wiki parserVlad Ureche2012-07-253-1/+20
* | | | | Merge pull request #988 from paulp/issue/4560Josh Suereth2012-07-299-73/+115
|\ \ \ \ \
| * | | | | SI-4560 - improved testJohannes Rudolph2012-07-243-30/+52
| * | | | | Revert "tentative fix for RC5 lift build problem."Johannes Rudolph2012-07-242-6/+3
| * | | | | Revert "Closes #4560. Review by dragos." (introduction of safeREF)Johannes Rudolph2012-07-241-32/+15
| * | | | | Revert fix part of "Closes 4560. Review by dragos."Johannes Rudolph2012-07-241-6/+6
| * | | | | Fix SI-4560, NoSuchMethodErrors involving self types.Paul Phillips2012-07-243-5/+45
* | | | | | Merge pull request #1002 from magarciaEPFL/fixes210Paul Phillips2012-07-285-5/+33
|\ \ \ \ \ \
| * | | | | | SI-6142: warn @inline-methods ending up not inlined (rightfully or not)Miguel Garcia2012-07-265-5/+33
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #991 from adriaanm/ticket-5958Paul Phillips2012-07-282-0/+17
|\ \ \ \ \ \
| * | | | | | SI-5958 This deserves a stable typeAdriaan Moors2012-07-262-0/+17
* | | | | | | Merge pull request #1010 from odersky/ticket/6029Paul Phillips2012-07-282-24/+43
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Closed 6029 ...Martin Odersky2012-07-282-24/+43
|/ / / / / /
* | | | | | Merge pull request #1004 from paulp/topic/warnings-2.10.xPaul Phillips2012-07-2766-148/+316
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix a few scaladoc tests I broke.Paul Phillips2012-07-271-4/+2
| * | | | | Eliminated all the current feature warnings.Paul Phillips2012-07-2747-66/+96
| * | | | | Changed isHidden condition back to isSynthetic.Paul Phillips2012-07-271-0/+4
| * | | | | Eliminated remainder of "catches Throwable" warnings.Paul Phillips2012-07-2710-13/+14
| * | | | | Cleared the remaining unchecked warnings in trunk.Paul Phillips2012-07-271-4/+4
| * | | | | Improve unchecked warnings a lot.Paul Phillips2012-07-279-63/+198
|/ / / / /
* | | | | Merge pull request #993 from jsuereth/fix/typesafe-config-removalv2.10.0-M6Josh Suereth2012-07-252-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove typesafe-config as dependency for library. Akka-actors will draw it in.Josh Suereth2012-07-252-3/+3
|/ / / /
* | | | Merge pull request #986 from scalamacros/ticket/6075Adriaan Moors2012-07-255-162/+32
|\ \ \ \
| * | | | SI-6075 cleans up api.StandardNamesEugene Burmako2012-07-245-162/+32
* | | | | Merge pull request #985 from scalamacros/ticket/6112Adriaan Moors2012-07-252-2/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-6112 exposes symbol mutators in macro universeEugene Burmako2012-07-242-2/+10
| |/ / /
* | | | Merge pull request #976 from adriaanm/ticket-4440bAdriaan Moors2012-07-254-25/+58
|\ \ \ \
| * | | | SI-4440 workaround: avoid outer accessor that'll vanishAdriaan Moors2012-07-234-25/+58
| | |_|/ | |/| |
* | | | Merge pull request #989 from scalamacros/topic/hotfixPaul Phillips2012-07-241-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | hotfix for TwoWayCacheEugene Burmako2012-07-251-3/+3
|/ / /