summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Warn about unused imports.Paul Phillips2012-11-072-58/+149
* A few straggling unused imports.Paul Phillips2012-11-0710-11/+11
* Deprecation patrol.Paul Phillips2012-11-0618-39/+37
* Removed unused imports.Paul Phillips2012-11-06174-393/+79
* Merge pull request #1576 from paulp/merge-210Adriaan Moors2012-11-06317-334/+398
|\
| * Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-05317-334/+398
| |\
| | * Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-05318-335/+400
| | |\
| | | * Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-04313-315/+315
| | | |\
| | | | * Brings copyrights in Scaladoc footer and manpage up-to-date, from 2011/12 to ...Heather Miller2012-11-021-1/+1
| | | | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-02313-314/+314
| | | * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-022-8/+9
| | | * | SI-6606 Drops new icons in, replaces abstract types placeholder iconsHeather Miller2012-11-024-0/+0
| | | * | Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-021-0/+22
| | | |/
| | | * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-011-1/+18
| | | |\
| | | | * Modification to SI-6534 patch.Paul Phillips2012-10-301-9/+11
| | | | * New take on SI-6534, value classes.Paul Phillips2012-10-241-1/+16
| | | * | Merge pull request #1540 from odersky/ticket/6500Adriaan Moors2012-11-011-2/+4
| | | |\ \
| | | | * | Fixes SI-6500 by making erasure more regular.Martin Odersky2012-10-301-2/+4
| | | | |/
| | | * | Merge pull request #1543 from adriaanm/paulp-add-synthetics-onceJosh Suereth2012-10-311-6/+25
| | | |\ \
| | | | * | SI-6578 Harden against synthetics being added more than once.Paul Phillips2012-10-301-6/+25
| | | | |/
| | | * | Merge pull request #1532 from hubertp/2.10.0-wip-issue/5031Josh Suereth2012-10-312-3/+7
| | | |\ \
| | | | * | Fixes SI-5031 for separate compilation scenario.Hubert Plociniczak2012-10-282-3/+7
| | | | |/
| | * | | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-311-1/+1
* | | | | Revert "Expand optimization of Array(e1, ..., en) to primitive arrays."Jason Zaugg2012-11-061-7/+0
* | | | | Revert "Refactor guards checking for a particular overload of Array.apply."Jason Zaugg2012-11-061-2/+9
* | | | | Merge pull request #1568 from retronym/ticket/6611Paul Phillips2012-11-051-8/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor guards checking for a particular overload of Array.apply.Jason Zaugg2012-11-041-9/+2
| * | | | Expand optimization of Array(e1, ..., en) to primitive arrays.Jason Zaugg2012-11-041-0/+7
| * | | | SI-6611 Tighten up an unsafe array optimizationJason Zaugg2012-11-031-5/+8
* | | | | Merge pull request #1554 from paulp/scope-lookupPaul Phillips2012-11-044-81/+53
|\ \ \ \ \
| * | | | | Revamp import ambiguity logic.Paul Phillips2012-11-021-48/+42
| * | | | | The improvements made possible by the scope changes.Paul Phillips2012-11-024-47/+25
* | | | | | Merge pull request #1565 from retronym/ticket/6567Josh Suereth2012-11-041-1/+10
|\ \ \ \ \ \
| * | | | | | SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2012-11-031-1/+10
* | | | | | | Merge pull request #1564 from paulp/issue/441Paul Phillips2012-11-0461-250/+261
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Restored a scaladoc val body.Paul Phillips2012-11-031-0/+1
| * | | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-0360-237/+186
| * | | | | | Expanded unused warnings.Paul Phillips2012-11-031-13/+74
| |/ / / / /
* / / / / / Fix for SI-6426, importable _.Paul Phillips2012-11-032-6/+6
|/ / / / /
* / / / / Comment to link code to a relevant JIRA ticketJason Zaugg2012-11-031-0/+2
|/ / / /
* | | | Remove unused private members.Paul Phillips2012-11-0154-436/+31
* | | | Warn about unused private members.Paul Phillips2012-11-012-3/+63
* | | | Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-014-422/+446
|\ \ \ \
| * | | | Make LookupNotFound a case object.Paul Phillips2012-10-292-13/+2
| * | | | Adding some comments and clearer naming.Paul Phillips2012-10-231-3/+6
| * | | | Switch typedIdent to use Context's lookupSymbol.Paul Phillips2012-10-231-232/+49
| * | | | Simplifying Typer.Paul Phillips2012-10-231-175/+111
| * | | | Added some symbol lookup convenience methods.Paul Phillips2012-10-233-9/+28
| * | | | Made SilentResult more monadic.Paul Phillips2012-10-231-1/+14
| * | | | Adds the core symbol lookup logic to Typers.Paul Phillips2012-10-231-3/+235