summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1440 from VladUreche/issue/language-docGrzegorz Kossakowski2012-10-024-27/+77
|\
| * Improved the `scala.language` documentationVlad Ureche2012-10-024-27/+77
* | Merge pull request #1425 from phaller/issue/6442Grzegorz Kossakowski2012-10-023-42/+61
|\ \ | |/ |/|
| * SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-293-42/+61
* | Merge pull request #1435 from paulp/stringcontext-docPaul Phillips2012-10-011-6/+6
|\ \
| * | Fix StringContext documentation.Paul Phillips2012-10-011-6/+6
| |/
* | Merge pull request #1428 from paulp/issue/6311Paul Phillips2012-10-011-13/+2
|\ \
| * | Revert "SI-4881 infer variance from formals, then result"Paul Phillips2012-09-291-13/+2
| |/
* | Merge pull request #1424 from soc/SI-6449Paul Phillips2012-10-0113-15/+15
|\ \ | |/ |/|
| * Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-2910-11/+11
| * SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-293-4/+4
* | Merge remote-tracking branch 'scala/2.10.x' into 2.10.0-wipGrzegorz Kossakowski2012-09-2922-181/+651
|\ \ | |/ |/|
| * Merge pull request #1415 from scalamacros/is-value-typeEugene Burmako2012-09-284-11/+125
| |\
| | * fully initializes symbols on `typeSignature`Eugene Burmako2012-09-281-2/+2
| | * Implementations of isValueType and isNonValueType.Paul Phillips2012-09-282-12/+117
| | * SI-6417 correctly reifies non-value typesEugene Burmako2012-09-281-3/+11
| | * showRaw no longer crashes on NoSymbolEugene Burmako2012-09-281-1/+2
| * | Merge pull request #1395 from odersky/topic/valueclass-cleanupGrzegorz Kossakowski2012-09-281-1/+1
| |\ \
| | * | Removes discrepancy between SIP 15 and compilerMartin Odersky2012-09-251-1/+1
| * | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-285-15/+30
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-215-15/+30
| * | | Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-2810-123/+337
| |\ \ \
| | * | | Added logic and tests for unchecked refinements.Paul Phillips2012-09-271-4/+20
| | * | | Moved isNonRefinementClassType somewhere logical.Paul Phillips2012-09-272-6/+7
| | * | | Nailed down the "impossible match" logic.Paul Phillips2012-09-271-28/+49
| | * | | Restored warning for impossible type tests.Paul Phillips2012-09-261-9/+31
| | * | | Annotate non local returns with @unchecked.Paul Phillips2012-09-262-10/+4
| | * | | Improvements to unchecked warnings.Paul Phillips2012-09-251-88/+166
| | * | | Pass a more precise type to checkCheckable when it's available.Paul Phillips2012-09-251-4/+9
| | * | | Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-254-16/+18
| | * | | Added exists3 to fast collections.Paul Phillips2012-09-251-0/+14
| | * | | Move checkCheckable out of Infer.Paul Phillips2012-09-252-95/+156
| * | | | Merge pull request #994 from phaller/issue/5314Grzegorz Kossakowski2012-09-285-31/+158
| |\ \ \ \
| | * | | | Improve doc comment on adaptTypeOfReturn in CPSAnnotationCheckerphaller2012-08-201-3/+7
| | * | | | Simplify the adaptation of types of return expressionsphaller2012-08-124-11/+53
| | * | | | Revert "Add missing cases in tail return transform"phaller2012-08-092-11/+8
| | * | | | Add missing cases in tail return transformphaller2012-08-092-8/+11
| | * | | | Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-08-084-67/+28
| | * | | | SI-5314 - CPS transform of return statement failsphaller2012-08-085-15/+135
* | | | | | add a bit about unicode to scaladoc.Josh Suereth2012-09-281-0/+7
|/ / / / /
* | | | | Merge pull request #1402 from scalamacros/topic/reflectionEugene Burmako2012-09-2755-716/+470
|\ \ \ \ \
| * | | | | moves Context.ParseError outside the cakeEugene Burmako2012-09-272-12/+7
| * | | | | revives macros.InfrastructureEugene Burmako2012-09-278-79/+38
| * | | | | moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-273-8/+4
| * | | | | a more precise type for Context.mirrorEugene Burmako2012-09-272-2/+2
| * | | | | gets rid of macros.InfrastructureEugene Burmako2012-09-278-32/+12
| * | | | | simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-276-37/+39
| * | | | | exposes Position.source as SourceFileEugene Burmako2012-09-272-15/+5
| * | | | | removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-273-57/+4
| * | | | | merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-275-38/+13