summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use relative symlink in distpackAdriaan Moors2013-04-301-1/+3
* 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-236-11/+32
|\ \ \ \
| * | | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-216-11/+32
* | | | | 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 #2408 from paulp/pr/fully-qualified-namePaul Phillips2013-04-191-9/+12
|\ \ \ \
| * | | | Absolute path in error message.Paul Phillips2013-04-171-9/+12
| |/ / /
* | | | Merge pull request #2411 from retronym/ticket/7388Paul Phillips2013-04-191-1/+5
|\ \ \ \
| * | | | SI-7388 Be more robust against cycles in error symbol creation.Jason Zaugg2013-04-181-1/+5
| |/ / /
* | | | Merge pull request #2402 from retronym/ticket/7377Paul Phillips2013-04-191-1/+6
|\ \ \ \
| * | | | SI-7377 Fix retypechecking of patterns on case companion aliasJason Zaugg2013-04-171-1/+6
| |/ / /
* | | | Merge pull request #2370 from retronym/ticket/7319-2Paul Phillips2013-04-192-18/+14
|\ \ \ \
| * | | | SI-7319 Clear error buffer during Typer reset.Jason Zaugg2013-04-152-18/+14
| | |_|/ | |/| |
* | | | Merge pull request #2364 from vigdorchik/ticket/si-7329Paul Phillips2013-04-191-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7329 duplicate default getters for specialized parameters.Eugene Vigdorchik2013-04-071-1/+5
| | |/ | |/|
* | | Merge pull request #2383 from vigdorchik/ticket/si-6286Paul Phillips2013-04-141-20/+17
|\ \ \
| * | | SI-6286 IllegalArgumentException handling specialized method.Eugene Vigdorchik2013-04-101-20/+17
| | |/ | |/|
* / | SI-7360 Don't let a follow-up TypeError obscure the original error.Jason Zaugg2013-04-121-1/+1
|/ /
* | Merge pull request #2367 from vigdorchik/si-6387-revertAdriaan Moors2013-04-091-24/+11
|\ \
| * | Revert "SI-6387 Clones accessor before name expansion"Eugene Vigdorchik2013-04-081-24/+11
| |/
* | Merge pull request #2365 from u-abramchuk/SI6386Adriaan Moors2013-04-091-2/+10
|\ \
| * | SI-6386 typed existential type tree's original now have tpe setUladzimir Abramchuk2013-04-091-2/+10
| |/
* | Merge pull request #2354 from adriaanm/ticket-7289Adriaan Moors2013-04-091-7/+10
|\ \
| * | SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-081-7/+10
| |/
* | Merge pull request #2349 from scalamacros/ticket/6937Adriaan Moors2013-04-091-36/+2
|\ \ | |/ |/|
| * SI-6937 core type tags are no longer referentially uniqueEugene Burmako2013-04-031-36/+2
* | SI-7321 Memory leak in specialize on multiple compiler runs.Eugene Vigdorchik2013-04-041-16/+12
* | Merge pull request #2298 from retronym/ticket/6900-3Paul Phillips2013-04-036-90/+114
|\ \
| * | SI-6900 Fix tailrec for dependent method typesJason Zaugg2013-04-021-2/+12
| * | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-022-19/+19
| * | Refactor existential related code out of types.Jason Zaugg2013-04-022-69/+78
| * | Add a cautionary comment to TreeSymSubstitutor.Jason Zaugg2013-04-021-0/+5
* | | Take the N^2 out of the compiler's TreeSet.Paul Phillips2013-04-031-5/+15
* | | Merge pull request #2344 from retronym/ticket/7147Jason Zaugg2013-04-031-2/+9
|\ \ \ | |/ / |/| |
| * | SI-7147 Diagnostic for unexplained assertion in presentation compiler.Jason Zaugg2013-04-021-2/+9
* | | Merge pull request #2319 from retronym/ticket/6793Paul Phillips2013-04-021-2/+9
|\ \ \
| * | | SI-6793 Don't use super param accessors if inaccessible.Jason Zaugg2013-03-261-2/+9
* | | | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-031-1/+1