summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge 2.10.x into masterAdriaan Moors2013-05-029-60/+113
|\
| * Merge pull request #2432 from retronym/ticket/delayed-init-refPaul Phillips2013-04-301-0/+11
| |\
| | * Warn on selection of vals from DelayedInit subclasses.Jason Zaugg2013-04-231-0/+11
| * | Merge pull request #2439 from retronym/ticket/7369Adriaan Moors2013-04-271-11/+28
| |\ \
| | * | SI-7369 Avoid spurious unreachable warnings in patternsJason Zaugg2013-04-241-11/+28
| * | | Merge pull request #2392 from vigdorchik/ticket/si-7367Paul Phillips2013-04-262-27/+29
| |\ \ \
| | * | | SI-7367 scaladoc crash on constructing the model for annotations.Eugene Vigdorchik2013-04-252-27/+29
| * | | | SI-6943 warn on value class miscomparison.Paul Phillips2013-04-241-9/+23
| * | | | Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-235-10/+17
| |\ \ \ \
| | * | | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-215-10/+17
| * | | | | SI-7355 Handle spaces in paths in Windows batch files.Bjorn Regnell2013-04-231-2/+3
| * | | | | Merge pull request #2387 from vigdorchik/interactive_scaladocAdriaan Moors2013-04-221-2/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Interactive scaladoc: mark new typer run when done.Eugene Vigdorchik2013-04-171-2/+4
| | | |/ / | | |/| |
| * | | | Merge pull request #2358 from adriaanm/ticket-7330Jason Zaugg2013-04-213-28/+30
| |\ \ \ \
| | * | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-083-28/+30
| * | | | | Merge pull request #2410 from paulp/pr/parameterized-implicitJason Zaugg2013-04-211-4/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Quiet down overloaded implicit warning.Paul Phillips2013-04-181-4/+5
| | | |_|/ | | |/| |
* | | | | Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-254-68/+87
|\ \ \ \ \
| * | | | | Minor overhaul of lub-producing typer methods.Paul Phillips2013-04-232-62/+82
| * | | | | Simplify some checks in Refchecks.Paul Phillips2013-04-231-2/+2
| * | | | | Added ensureFullyDefined.Paul Phillips2013-04-232-4/+3
* | | | | | Merge branch 'master' into pr/warning-cleanupPaul Phillips2013-04-2410-350/+601
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2393 from retronym/ticket/7345-2Paul Phillips2013-04-2410-349/+598
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-218-108/+120
| | |\ \ \ \ \
| | * | | | | | SI-7345 Address review comments.Jason Zaugg2013-04-211-9/+8
| | * | | | | | SI-7345 Improved Context.toStringJason Zaugg2013-04-211-4/+20
| | * | | | | | SI-7345 Eliminate the `depth` var.Jason Zaugg2013-04-211-20/+30
| | * | | | | | SI-7345 Drive by refactoring of pattern matching for `arg: _*`.Jason Zaugg2013-04-213-10/+8
| | * | | | | | SI-7345 Factor out method to clear and restore undetparams.Jason Zaugg2013-04-213-36/+35
| | * | | | | | SI-7345 Remove unneeded warning.Jason Zaugg2013-04-211-7/+1
| | * | | | | | SI-7345 Doc and TODO comments around Context.Jason Zaugg2013-04-212-1/+45
| | * | | | | | SI-7345 Produce Context#imports from the context chainJason Zaugg2013-04-213-37/+55
| | * | | | | | SI-7345 Refactor manual iteration to use foreach.Jason Zaugg2013-04-211-4/+2
| | * | | | | | SI-7345 Move `inSilentMode` from Infer to Context.Jason Zaugg2013-04-212-16/+14
| | * | | | | | SI-7345 remove unused methods.Jason Zaugg2013-04-211-10/+3
| | * | | | | | SI-7345 Prefer using a throwaway silent context over buffer flushing.Jason Zaugg2013-04-213-50/+41
| | * | | | | | SI-7345 More refactoring and documentation in ContextsJason Zaugg2013-04-216-130/+238
| | * | | | | | SI-7345 Exploit named/default argsJason Zaugg2013-04-212-4/+2
| | * | | | | | SI-7345 Encapsulate warning and error buffers in ReportBuffer.Jason Zaugg2013-04-216-42/+100
| | * | | | | | SI-7345 Add Context#isLocal, akin to Symbol#isLocalJason Zaugg2013-04-211-8/+4
| | * | | | | | SI-7345 Use combinator to find next enclosing non-template.Jason Zaugg2013-04-211-3/+1
| | * | | | | | SI-7345 Remove comment that appears obsolete.Jason Zaugg2013-04-211-1/+0
| | * | | | | | SI-7345 Rationalize overloads of Context#makeJason Zaugg2013-04-212-36/+25
| | * | | | | | SI-7345 Represent the boolean modes in Context in ContextMode.Jason Zaugg2013-04-211-90/+130
* | | | | | | | Eliminated the accumulated feature warnings.Paul Phillips2013-04-2310-6/+12
* | | | | | | | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-236-55/+35
* | | | | | | | Taught -Xlint about @implicitNotFound.Paul Phillips2013-04-232-8/+23
* | | | | | | | Fix unchecked warning.Paul Phillips2013-04-231-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #2284 from demobox/add-box-unbox-doc-commentJason Zaugg2013-04-231-9/+20
|\ \ \ \ \ \ \
| * | | | | | | SI-6898 Document AnyVal box and unbox implemention by BoxesRunTimeAndrew Phillips2013-04-221-9/+20
| |/ / / / / /