summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3872 from lrytz/no-adapted-argsLukas Rytz2014-07-152-11/+12
|\
| * Fix -Yno-adapted-args, it would just warn, not errLukas Rytz2014-07-152-11/+12
* | Merge pull request #3878 from som-snytt/issue/8608Lukas Rytz2014-07-151-4/+14
|\ \
| * | SI-8608 f-interpolator inlines StringOpsSom Snytt2014-07-141-3/+11
| * | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-141-2/+4
| |/
* / SI-8117 Fix bug when mixing well-positioned named and positional argsLukas Rytz2014-07-111-11/+30
|/
* Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-091-1/+10
|\
| * SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-071-1/+10
* | Restore reporter forwarders in CompilationUnitAdriaan Moors2014-07-081-0/+13
* | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-041-4/+4
* | Encapsulate deprecation warning message synthesis.Adriaan Moors2014-07-044-3/+9
* | Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-042-27/+5
* | Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-0443-172/+149
* | Route type checker reporting through contextAdriaan Moors2014-07-044-28/+36
* | Track symbol that caused a deprecation warning.Adriaan Moors2014-07-047-22/+27
* | Uniformly route reporting through reporter.Adriaan Moors2014-07-043-50/+42
* | Move reporting logic into Reporting traitAdriaan Moors2014-07-049-162/+203
* | Pure refactor: reorder definitionsAdriaan Moors2014-07-041-23/+32
* | Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-045-56/+48
|/
* Document SuperAccessorsMartin Odersky2014-07-031-10/+36
* Merge pull request #3828 from retronym/ticket/8675Adriaan Moors2014-07-031-1/+1
|\
| * SI-8675 Avoid unreported error after second try using implicit viewJason Zaugg2014-06-251-1/+1
* | Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-272-1/+24
|\ \
| * | adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-222-1/+24
* | | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-271-2/+3
|\ \ \
| * | | macro args now correctly preserve range positionsEugene Burmako2014-05-231-2/+3
| |/ /
* | | Merge pull request #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-271-2/+5
|\ \ \
| * | | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-251-2/+5
| | |/ | |/|
* | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-271-2/+4
|\ \ \ | |/ / |/| |
| * | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-141-2/+4
* | | Merge pull request #3797 from retronym/topic/exhaust-compoundJason Zaugg2014-06-111-4/+14
|\ \ \
| * | | Remove now-redundant condition in sealedness checkingJason Zaugg2014-06-101-1/+1
| * | | Refactor `enumerateSubtypes`Jason Zaugg2014-06-101-5/+5
| * | | SI-8631 Treat `A with Sealed` as enumerable for pattern matchingJason Zaugg2014-06-101-0/+10
* | | | SI-8611 Avoid accidental patmat unification with refinement typesJason Zaugg2014-06-101-9/+16
|/ / /
* | | Merge pull request #3812 from retronym/merge/2.10.x-to-2.11.x-20140604Adriaan Moors2014-06-101-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.11.x-2014...Jason Zaugg2014-06-041-2/+2
| |\ \ \
| | * | | SI-8596 Fix rangepos crasher with defaults, poly methodsJason Zaugg2014-05-291-3/+3
* | | | | Merge pull request #3800 from som-snytt/issue/8503Adriaan Moors2014-06-104-30/+31
|\ \ \ \ \
| * | | | | SI-8503 -version is info settingSom Snytt2014-05-294-18/+21
| * | | | | SI-8503 Clean up interpolation of help messageSom Snytt2014-05-281-12/+10
* | | | | | Don't crash on dead code in ICodeReaderLukas Rytz2014-06-041-20/+28
* | | | | | Fix emitting Array(1).clone() in GenBCodeLukas Rytz2014-06-042-2/+8
| |/ / / / |/| | | |
* | | | | Merge pull request #3803 from xeno-by/ticket/8637Adriaan Moors2014-06-031-0/+1
|\ \ \ \ \
| * | | | | SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-301-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3774 from lrytz/opt/backendWipLukas Rytz2014-06-0112-1007/+694
|\ \ \ \ \
| * | | | | Unit tests for new BType classesLukas Rytz2014-06-011-1/+4
| * | | | | Rewrite BType to a type hierarchy.Lukas Rytz2014-06-018-849/+508
| * | | | | Move class BType to separate component, include it by composition.Lukas Rytz2014-05-227-62/+72
| * | | | | More cleanups and commenting in GenBCodeLukas Rytz2014-05-213-35/+20