summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed .disabled files.Paul Phillips2012-10-1814-797/+0
* Merge pull request #1499 from paulp/issue/6206Paul Phillips2012-10-151-9/+15
|\
| * Fix for SI-6206, inconsistency with apply.Paul Phillips2012-10-131-9/+15
* | Merge pull request #1496 from dlwh/tickets/SI-6521Josh Suereth2012-10-151-0/+1
|\ \ | |/ |/|
| * Fixes SI-6521, overrides Range#head to be fasterDavid Hall2012-10-121-0/+1
* | Warn about more misplaced expressions.Paul Phillips2012-10-132-12/+29
|/
* 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-101-1/+1
|\ \
| * | Fix broken links with names that need to be encoded when querying the owner.Eugene Vigdorchik2012-10-041-1/+1
* | | Merge pull request #1422 from paulp/typer-cyclesPaul Phillips2012-10-1010-54/+134
|\ \ \
| * | | Incorporated pull request feedback.Paul Phillips2012-10-092-6/+11
| * | | Fix for SI-4744, another variety of cycle.Paul Phillips2012-10-094-15/+36
| * | | Experimental option -Ybreak-cycles.Paul Phillips2012-10-0910-45/+99
* | | | 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
* | | | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-0910-81/+150
|/ / /
* | | Possible fix for continuations bug.Paul Phillips2012-10-081-1/+1
* | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-0716-605/+6137
|\ \ \
| * | | MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-074-9/+8
| * | | Merge pull request #1455 from scalamacros/topic/manifestsJosh Suereth2012-10-055-11/+22
| |\ \ \
| | * | | undeprecates manifests for 2.10.0Eugene Burmako2012-10-035-11/+22
| * | | | SI-6471 Update jquery from 1.4.2 to 1.8.2Vlad Ureche2012-10-043-557/+6035
| |/ / /
| * | | Merge pull request #1443 from gkossakowski/anyval-restrictionsGrzegorz Kossakowski2012-10-033-26/+69
| |\ \ \
| | * | | Put more implementation restrictions on value classes.Grzegorz Kossakowski2012-10-031-10/+48
| | * | | Fixed problem in SI-6408Martin Odersky2012-10-031-1/+2
| | * | | Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-032-25/+29
| * | | | Merge pull request #1446 from retronym/ticket/6436-2Grzegorz Kossakowski2012-10-031-1/+1
| |\ \ \ \
| | * | | | SI-6436 Handle ambiguous string processorsJason Zaugg2012-10-021-1/+1
| * | | | | 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-0724-191/+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-021-13/+0
* | | | | | | Merge pull request #1466 from jroper/patch-1Paul Phillips2012-10-061-3/+4
|\ \ \ \ \ \ \
| * | | | | | | SI-6478 Fixing JavaTokenParser identJames Roper2012-10-051-3/+4
* | | | | | | | Incorporated pull request feedback.Paul Phillips2012-10-052-37/+46
* | | | | | | | Merge branch 'master' into infer-method-alternativePaul Phillips2012-10-0526-128/+201
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #1447 from paulp/spuriousPaul Phillips2012-10-044-30/+39
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix for spurious warning.Paul Phillips2012-10-043-27/+34
| | * | | | | | | Eliminated pattern matcher warning.Paul Phillips2012-10-041-1/+2
| | * | | | | | | Fix for rangepos crasher.Paul Phillips2012-10-041-2/+3
| * | | | | | | | Merge pull request #1369 from som-snytt/issue/6406-regextractPaul Phillips2012-10-041-34/+64
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-201-34/+64
| * | | | | | | | | Merge pull request #1429 from paulp/topic/shortClassPaul Phillips2012-10-044-13/+46
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |