summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-044-9/+11
* Merge pull request #1453 from vigdorchik/links_fixedPaul Phillips2012-10-032-3/+3
|\
| * Fix scaladoc links in a couple of places.Eugene Vigdorchik2012-10-032-3/+3
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-0332-131/+324
|\ \ | |/ |/|
| * Merge pull request #1434 from jsuereth/fix/SI-6449Grzegorz Kossakowski2012-10-022-5/+5
| |\
| | * Fixes deprecation annotations for 2.10.0Josh Suereth2012-09-303-7/+7
| * | 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
| * | | | add a bit about unicode to scaladoc.Josh Suereth2012-09-281-0/+7
* | | | | Merge pull request #1431 from vigdorchik/model_factory_cleanupGrzegorz Kossakowski2012-10-031-23/+14
|\ \ \ \ \
| * | | | | More retrofit of scaladoc model factory.Eugene Vigdorchik2012-10-011-23/+14
* | | | | | Merge pull request #1437 from paulp/typevar-suspensionGrzegorz Kossakowski2012-10-021-205/+204
|\ \ \ \ \ \
| * | | | | | Fix for TypeVar instantiation.Paul Phillips2012-10-011-205/+204
* | | | | | | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-027-54/+69
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-292-14/+32
| * | | | | | | Fix for SI-5353, imperfect error message.Paul Phillips2012-09-291-2/+2
| * | | | | | | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-296-38/+35
* | | | | | | | Merge pull request #1423 from paulp/issue/5130Grzegorz Kossakowski2012-10-021-6/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for SI-5130, precision disappearing from refinement.Paul Phillips2012-09-281-6/+0
* | | | | | | | | Merge pull request #1418 from paulp/no-debruijnPaul Phillips2012-10-0110-128/+4
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Purged DebruijnIndex.Paul Phillips2012-09-2810-128/+4
* | | | | | | | | Fix for SI-6452, leak in ListBuffer.Paul Phillips2012-09-301-13/+31
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Some cleanups in Macros.Paul Phillips2012-09-281-40/+38
* | | | | | | | Fix for SI-6447, macro dependent type propagation.Paul Phillips2012-09-281-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-2870-873/+1025
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | 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