summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Additional new tests for unchecked warnings.Paul Phillips2012-09-259-0/+151
* Improvements to unchecked warnings.Paul Phillips2012-09-257-121/+248
* 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 #1398 from gkossakowski/t6344-update-check-filePaul Phillips2012-09-251-2/+2
|\
| * Update check-file for SI-6344 test.Grzegorz Kossakowski2012-09-251-2/+2
|/
* Merge pull request #1345 from paulp/issue/6344Grzegorz Kossakowski2012-09-253-18/+270
|\
| * Fix for SI-6344, value class generic signatures.Paul Phillips2012-09-203-18/+270
* | Merge pull request #1392 from gkossakowski/revert-leaks-fixGrzegorz Kossakowski2012-09-255-159/+82
|\ \
| * | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-255-159/+82
|/ /
* | Merge pull request #1385 from scalamacros/ticket/6412Paul Phillips2012-09-2411-96/+262
|\ \
| * | fixes mirrorThatLoaded in JavaMirrorsEugene Burmako2012-09-242-13/+12
| * | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-245-82/+159
| * | SI-6412 fixes leaks in Types.uniquesEugene Burmako2012-09-244-1/+91
* | | Merge pull request #1373 from smessmer/2.10.xGrzegorz Kossakowski2012-09-244-4/+4
|\ \ \ | |/ / |/| |
| * | Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-214-4/+4
* | | Merge pull request #1378 from scalamacros/ticket/5918Eugene Burmako2012-09-235-44/+58
|\ \ \
| * | | SI-5918 fixes the ConstantType uglinessEugene Burmako2012-09-235-44/+58
* | | | Merge pull request #1377 from scalamacros/topic/partest-always-lfPaul Phillips2012-09-222-4/+23
|\ \ \ \
| * | | | partest now always produces log files with LFsEugene Burmako2012-09-222-4/+23
| |/ / /
* | | | Merge pull request #1379 from retronym/topic/boxing-conversionsPaul Phillips2012-09-223-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Remove BoxingConversions from the scala package.Jason Zaugg2012-09-223-5/+10
* | | | A couple CRLF normalization stragglers.Paul Phillips2012-09-213-7/+7
* | | | Merge pull request #1370 from pavelpavlov/SI-5767Grzegorz Kossakowski2012-09-211-2/+0
|\ \ \ \
| * | | | LinkedHashSet scaladoc fix after FlatHashTable->HashTable transitonPavel Pavlov2012-09-211-2/+0
* | | | | Merge pull request #1371 from xuwei-k/fix_scaladocGrzegorz Kossakowski2012-09-212-2/+2
|\ \ \ \ \
| * | | | | fix scala.collection.TraversableLike scaladocxuwei-k2012-09-211-1/+1
| * | | | | fix Subscriber scaladocxuwei-k2012-09-211-1/+1
|/ / / / /
* | | | | Merge remote-tracking branch 'paulp/treecheckers' into 2.10.xPaul Phillips2012-09-201-1/+1
|\ \ \ \ \
| * | | | | Fix for loud test.Paul Phillips2012-09-201-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-20340-2948/+2992
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Normalized line endings.Paul Phillips2012-09-20336-2948/+2948
| * | | | New .gitattributes file.Paul Phillips2012-09-204-0/+44
* | | | | Merge pull request #1348 from scalamacros/ticket/6394Grzegorz Kossakowski2012-09-205-1/+19
|\ \ \ \ \
| * | | | | SI-6394 fixes macros.Context.enclosingClassEugene Burmako2012-09-195-1/+19
* | | | | | Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-205-10/+42
|\ \ \ \ \ \
| * | | | | | Fixed comment.Martin Odersky2012-09-171-0/+1
| * | | | | | Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-175-10/+41
* | | | | | | Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-2030-34/+521
|\ \ \ \ \ \ \
| * | | | | | | Additional OSGi tests.Josh Suereth2012-09-195-8/+112
| * | | | | | | Adds very simplistic reflection in OSGi test. Provides the frameworkJosh Suereth2012-09-181-0/+66
| * | | | | | | Adds OSGi support / tests to Scala. Fixes SI-5822.Josh Suereth2012-09-1810-7/+274
| * | | | | | | Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-1817-27/+77
* | | | | | | | Merge pull request #1356 from paulp/pullreq-1342Josh Suereth2012-09-206-23/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Error message improvement for SI-6336.Paul Phillips2012-09-195-24/+31
| * | | | | | | | SI-6336 Now also catches return typesMartin Odersky2012-09-183-3/+12
* | | | | | | | | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2029-283/+443
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | some small remaining fixesRoland2012-09-205-28/+58