summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-8478 Fix a performance regression in subtypingJason Zaugg2014-04-231-2/+2
* Merge pull request #3635 from retronym/ticket/8329Jason Zaugg2014-04-211-13/+12
|\
| * SI-8329 Better hygiene for patmat partial functionsJason Zaugg2014-03-151-13/+12
* | Merge pull request #3670 from retronym/ticket/8463Jason Zaugg2014-04-211-1/+4
|\ \
| * | SI-8463 Avoid unpositioned errors from search for viewsJason Zaugg2014-04-021-1/+4
* | | Merge pull request #3685 from VladUreche/issue/8514-masterJason Zaugg2014-04-211-3/+0
|\ \ \
| * | | SI-8514 Remove scaladoc html inconsistenciesVlad Ureche2014-04-181-3/+0
* | | | Merge pull request #3687 from smarter/fix_analysisBudget_offJason Zaugg2014-04-211-2/+9
|\ \ \ \
| * | | | SI-8520 Fix -Dscalac.patmat.analysisBudget=offGuillaume Martres2014-04-211-2/+9
| |/ / /
* | | | Merge pull request #3682 from retronym/ticket/8497Jason Zaugg2014-04-211-15/+16
|\ \ \ \
| * | | | SI-8497 Fix regression in pickling of AnnotatedTypesJason Zaugg2014-04-141-15/+16
* | | | | Merge pull request #3618 from mkubala/SI-8144Jason Zaugg2014-04-217-49/+168
|\ \ \ \ \
| * | | | | SI-8144 permalinks in scaladocMarcin Kubala2014-03-147-49/+168
* | | | | | Merge pull request #3645 from retronym/ticket/8430Jason Zaugg2014-04-211-6/+6
|\ \ \ \ \ \
| * | | | | | SI-8430 Less non-determinism in patmat exhautiveness warningsJason Zaugg2014-03-241-6/+6
* | | | | | | Merge pull request #3633 from som-snytt/issue/repl-needs-typerJason Zaugg2014-04-213-4/+15
|\ \ \ \ \ \ \
| * | | | | | | SI-8415 Exception handling in REPL initSom Snytt2014-03-153-4/+15
* | | | | | | | Merge pull request #3634 from retronym/ticket/7992Jason Zaugg2014-04-211-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7992 Fix super-accessor generation after a local classJason Zaugg2014-03-151-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #3658 from adriaanm/t8450Jason Zaugg2014-04-211-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8450 no "implicit numeric widening" in silent modeAdriaan Moors2014-03-261-3/+3
* | | | | | | | | Merge pull request #3673 from retronym/ticket/8461Jason Zaugg2014-04-211-2/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | SI-8461 -Xsource:2.10 mode for macro signature checksJason Zaugg2014-04-041-2/+4
* | | | | | | | | Merge pull request #3679 from kurnevsky/masterJason Zaugg2014-04-101-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Correction in the documentation.kurnevsky2014-04-081-1/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
* / | | | | | | | Update references to quasiquotes guideDenys Shabalin2014-04-032-5/+5
|/ / / / / / / /
* / / / / / / / Further tweak version of continuations plugin in scala-dist.pomJason Zaugg2014-04-031-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #3671 from densh/si/8466Jason Zaugg2014-04-021-5/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-8466 fix quasiquote crash on recursively iterable unliftingDenys Shabalin2014-04-021-5/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Refactor rankImplicits, add some more docsAdriaan Moors2014-04-011-24/+26
* | | | | | | Refactor: keep DivergentImplicitRecovery logic together.Adriaan Moors2014-04-011-12/+12
* | | | | | | SI-8460 Fix regression in divergent implicit recoveryJason Zaugg2014-03-311-4/+17
* | | | | | | Refactor handling of failures in implicit searchJason Zaugg2014-03-311-18/+24
|/ / / / / /
* | | | | | Remove scala-continuations-plugin from scala-library-allAdriaan Moors2014-03-282-5/+10
* | | | | | Merge pull request #3657 from xeno-by/ticket/8388Jason Zaugg2014-03-284-50/+174
|\ \ \ \ \ \
| * | | | | | SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-254-50/+174
* | | | | | | Merge pull request #3656 from densh/si/8387-8350Jason Zaugg2014-03-271-7/+14
|\ \ \ \ \ \ \
| * | | | | | | SI-8387 don't match new as a function applicationDenys Shabalin2014-03-251-4/+9
| * | | | | | | SI-8350 treat single parens equivalently to no-parens in newDenys Shabalin2014-03-251-3/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3659 from xeno-by/topic/uncurry-ctorsJason Zaugg2014-03-271-1/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-8451 quasiquotes now handle quirks of secondary constructorsEugene Burmako2014-03-271-1/+11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3651 from xeno-by/ticket/8437Eugene Burmako2014-03-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-8437 macro runtime now also picks inherited macro implementationsEugene Burmako2014-03-251-1/+1
| |/ / / /
* | | | | Merge pull request #3647 from densh/si/8411Jason Zaugg2014-03-252-4/+20
|\ \ \ \ \
| * | | | | SI-8411 match desugared partial functionsDenys Shabalin2014-03-222-4/+20
* | | | | | introduces Mirror.typeOfEugene Burmako2014-03-252-0/+20
* | | | | | Merge pull request #3653 from densh/si/8200Jason Zaugg2014-03-251-0/+1
|\ \ \ \ \ \
| * | | | | | SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-241-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3637 from densh/si/8420Jason Zaugg2014-03-251-2/+4
|\ \ \ \ \ \
| * | | | | | SI-8420 don't crash on unquoting of non-liftable native typeDenys Shabalin2014-03-171-2/+4
| | |/ / / / | |/| | | |