summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1894 from retronym/ticket/6082Adriaan Moors2013-01-141-4/+7
|\
| * SI-6082 Conditionally expand @ann(x) to @ann(value = x)Jason Zaugg2013-01-131-4/+7
* | Merge pull request #1889 from retronym/ticket/5340Adriaan Moors2013-01-141-1/+1
|\ \
| * | SI-5340 Change println to logJason Zaugg2013-01-131-1/+1
* | | Merge pull request #1878 from adriaanm/ticket-6925Adriaan Moors2013-01-143-145/+156
|\ \ \
| * | | clean up synthesizePartialFunctionAdriaan Moors2013-01-103-19/+22
| * | | rework partial function synthesisAdriaan Moors2013-01-091-146/+145
| * | | SI-6925 use concrete type in applyOrElse's match's selectorAdriaan Moors2013-01-091-1/+10
* | | | Merge pull request #1876 from adriaanm/ticket-5189-infAdriaan Moors2013-01-141-6/+5
|\ \ \ \
| * | | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-091-6/+5
* | | | | Merge pull request #1872 from kzys/jira-6555-2.10.xAdriaan Moors2013-01-141-1/+1
|\ \ \ \ \
| * | | | | SI-6555 Scaladoc's class filter shouldn't drop the last characterKato Kazuyoshi2013-01-091-1/+1
| | |/ / / | |/| | |
* | | | | SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-132-0/+27
| |_|_|/ |/| | |
* | | | Merge pull request #1859 from retronym/ticket/6912Paul Phillips2013-01-121-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6912 Avoid a typer cycle in overload resolution.Jason Zaugg2013-01-081-0/+7
| | |/ | |/|
* | | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-115-140/+52
|\ \ \
| * | | Backport of SI-6846.Jason Zaugg2013-01-085-140/+52
| |/ /
* | | Merge pull request #1853 from paulp/issue/6928Paul Phillips2013-01-111-44/+47
|\ \ \ | |_|/ |/| |
| * | SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-071-44/+47
| |/
* | Merge pull request #1787 from vigdorchik/si_6803Adriaan Moors2013-01-081-8/+12
|\ \ | |/ |/|
| * SI-6803: do not use java.net.URI, even more so incorrectly.Eugene Vigdorchik2013-01-061-8/+12
* | Merge pull request #1835 from paulp/issue/6896Paul Phillips2013-01-061-11/+13
|\ \
| * | SI-6896, spurious warning with overloaded main.Paul Phillips2012-12-311-11/+13
* | | SI-6911, regression in generated case class equality.Paul Phillips2013-01-031-4/+16
* | | SI-6194, repl crash.Paul Phillips2012-12-271-2/+6
|/ /
* | SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-241-3/+9
* | Remove stray debugging output line.Paul Phillips2012-12-221-1/+0
* | Merge pull request #1687 from scalamacros/topic/unchecked-pattern-matchPaul Phillips2012-12-201-1/+5
|\ \
| * | SI-6338 fixes the unchecked warning in quick.compEugene Burmako2012-12-061-1/+5
* | | Merge pull request #1781 from vigdorchik/html_templateAdriaan Moors2012-12-201-70/+69
|\ \ \
| * | | scaladoc Template: remove duplicate code and several usages of Option.get.Eugene Vigdorchik2012-12-171-70/+69
* | | | Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-191-5/+5
|\ \ \ \
| * | | | Fix for rangepos crasher.Paul Phillips2012-12-041-2/+3
| * | | | SI-6685 fixes error handling in typedApplyEugene Burmako2012-11-301-3/+2
* | | | | Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-192-3/+10
|\ \ \ \ \
| * | | | | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-102-4/+11
| * | | | | SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-102-3/+3
* | | | | | Merge pull request #1771 from vigdorchik/si_6605Adriaan Moors2012-12-195-46/+56
|\ \ \ \ \ \
| * | | | | | Cleanup MemberLookup. Better explain ambiguous link targets.Eugene Vigdorchik2012-12-135-46/+56
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1772 from gkossakowski/global-deadcodeAdriaan Moors2012-12-192-2/+1
|\ \ \ \ \ \
| * | | | | | Deprecate `scala.tools.nsc.Phases` because it's dead-code.Grzegorz Kossakowski2012-12-171-0/+1
| * | | | | | Remove dead code from `Global`.Grzegorz Kossakowski2012-12-131-2/+0
| |/ / / / /
* | | | | | Merge pull request #1709 from retronym/ticket/3995Adriaan Moors2012-12-191-3/+3
|\ \ \ \ \ \
| * | | | | | SI-3995 Exclude companions with an existential prefix.Jason Zaugg2012-12-051-3/+3
* | | | | | | Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-171-1/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | SI-5390 Detect forward reference of case class applyJason Zaugg2012-12-041-1/+7
| |/ / / / /
* | | | | | Merge pull request #1706 from retronym/ticket/5361Adriaan Moors2012-12-151-2/+9
|\ \ \ \ \ \
| * | | | | | SI-5361 Refactor in accordance with review comments.Jason Zaugg2012-12-051-6/+7
| * | | | | | SI-5361 Avoid cyclic type with malformed refinementJason Zaugg2012-12-041-1/+7
| |/ / / / /
* | | | | | Merge pull request #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-141-1/+1
|\ \ \ \ \ \