summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes SI-6521, overrides Range#head to be fasterDavid Hall2012-10-121-0/+1
* Merge pull request #1493 from paulp/no-contains-uncheckablePaul Phillips2012-10-114-48/+14
|\
| * Removed redundant containsUncheckable.Paul Phillips2012-10-114-48/+14
|/
* Merge pull request #1475 from vigdorchik/comment_factory_readJosh Suereth2012-10-101-94/+40
|\
| * Make reads in CommentFactory slice from the underlying bufferEugene Vigdorchik2012-10-071-94/+40
* | Merge pull request #1459 from vigdorchik/symbolic_namesJosh Suereth2012-10-103-4/+6
|\ \
| * | Fix broken links with names that need to be encoded when querying the owner.Eugene Vigdorchik2012-10-043-4/+6
* | | Merge pull request #1422 from paulp/typer-cyclesPaul Phillips2012-10-1026-55/+199
|\ \ \
| * | | Incorporated pull request feedback.Paul Phillips2012-10-093-8/+11
| * | | Fix for SI-4744, another variety of cycle.Paul Phillips2012-10-0914-17/+51
| * | | Experimental option -Ybreak-cycles.Paul Phillips2012-10-0921-45/+152
* | | | Merge pull request #1406 from hubertp/issue/6358Eugene Burmako2012-10-0919-109/+206
|\ \ \ \ | |/ / / |/| | |
| * | | Crash on missing accessor (internal bug in the lazy vals implementation) inst...Hubert Plociniczak2012-10-092-2/+6
| * | | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-094-35/+38
| * | | Added one more test for SI-6358Hubert Plociniczak2012-10-091-0/+6
| * | | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-0916-95/+179
|/ / /
* | | Merge pull request #1477 from paulp/continuations-inference-bugPaul Phillips2012-10-093-1/+65
|\ \ \
| * | | Possible fix for continuations bug.Paul Phillips2012-10-083-1/+65
|/ / /
* | | Merge pull request #1472 from paulp/merge-2.10Paul Phillips2012-10-0839-740/+6361
|\ \ \
| * | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-0739-740/+6361
|/| | |
| * | | Merge pull request #1470 from scalamacros/topic/paramssPaul Phillips2012-10-077-21/+20
| |\ \ \
| | * | | MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-077-21/+20
| |/ / /
| * | | Merge pull request #1455 from scalamacros/topic/manifestsJosh Suereth2012-10-059-49/+40
| |\ \ \
| | * | | undeprecates manifests for 2.10.0Eugene Burmako2012-10-039-49/+40
| * | | | Merge pull request #1463 from VladUreche/issue/6471Josh Suereth2012-10-043-557/+6035
| |\ \ \ \
| | * | | | SI-6471 Update jquery from 1.4.2 to 1.8.2Vlad Ureche2012-10-043-557/+6035
| |/ / / /
| * | | | Merge pull request #1451 from gkossakowski/SI-6451Grzegorz Kossakowski2012-10-042-64/+64
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-6451: Rename classes in `unchecked-abstract.scala` test.Grzegorz Kossakowski2012-10-032-64/+64
| * | | | Merge pull request #1443 from gkossakowski/anyval-restrictionsGrzegorz Kossakowski2012-10-0313-47/+161
| |\ \ \ \
| | * | | | Put more implementation restrictions on value classes.Grzegorz Kossakowski2012-10-037-14/+105
| | * | | | Fixed problem in SI-6408Martin Odersky2012-10-032-1/+13
| | * | | | Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-038-44/+55
| * | | | | Merge pull request #1446 from retronym/ticket/6436-2Grzegorz Kossakowski2012-10-035-1/+39
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-6436 Handle ambiguous string processorsJason Zaugg2012-10-025-1/+39
| * | | | | Merge pull request #1439 from scalamacros/topic/reflective-uniquesJosh Suereth2012-10-021-1/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | fixes a bug in a weak cache in runtime reflectionEugene Burmako2012-10-011-1/+2
* | | | | | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-0727-233/+212
|\ \ \ \ \ \
| * | | | | | Overhauled documentation and structure of tpe/tpeHK/etc.Paul Phillips2012-10-022-83/+99
| * | | | | | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-0223-49/+49
| * | | | | | Hardening in appliedType and Subst*Map.Paul Phillips2012-10-021-26/+35
| * | | | | | Cleanup in old Typers code.Paul Phillips2012-10-021-37/+22
| * | | | | | Defanged dummy type arguments.Paul Phillips2012-10-021-14/+38
| * | | | | | Removed obsolete migration test.Paul Phillips2012-10-024-55/+0
* | | | | | | Merge pull request #1466 from jroper/patch-1Paul Phillips2012-10-063-3/+56
|\ \ \ \ \ \ \
| * | | | | | | SI-6478 Fixing JavaTokenParser identJames Roper2012-10-053-3/+56
* | | | | | | | Merge pull request #1465 from paulp/infer-method-alternativePaul Phillips2012-10-055-227/+304
|\ \ \ \ \ \ \ \
| * | | | | | | | Incorporated pull request feedback.Paul Phillips2012-10-054-55/+104
| * | | | | | | | Merge branch 'master' into infer-method-alternativePaul Phillips2012-10-05100-236/+307
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1467 from paulp/passing-testsPaul Phillips2012-10-0461-100/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Moved a bunch of passing tests out of pending.Paul Phillips2012-10-0455-100/+0