summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3488 from retronym/ticket/8245Grzegorz Kossakowski2014-02-091-1/+3
|\
| * SI-8245 Fix regression in interplay between lazy val, returnJason Zaugg2014-02-081-1/+3
* | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-0911-71/+47
|\ \
| * | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-078-16/+16
| * | SI-8248 kills resetAllAttrsEugene Burmako2014-02-071-26/+27
| * | does away with resetAllAttrs in typedLabelDefEugene Burmako2014-02-071-1/+2
| * | does away with resetAllAttrs in the reifierEugene Burmako2014-02-071-10/+2
| * | further limits discoverability of resetAttrsEugene Burmako2014-02-077-22/+4
| |/
* | Merge pull request #3420 from som-snytt/issue/8092-f-parsingEugene Burmako2014-02-093-174/+332
|\ \
| * | SI-8092 Review cleanup, no qqSom Snytt2014-02-081-4/+20
| * | SI-8092 Refactor f-interpSom Snytt2014-02-043-299/+316
| * | SI-8092 More verify for f-interpolatorSom Snytt2014-01-281-137/+262
* | | Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-071-0/+2
* | | Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-071-0/+2
| |/ |/|
* | Merge pull request #3475 from densh/topic/holemap-orderingEugene Burmako2014-02-062-20/+21
|\ \
| * | Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-062-21/+22
* | | Merge pull request #3458 from densh/si/8173Eugene Burmako2014-02-062-15/+27
|\ \ \
| * | | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-022-15/+27
* | | | Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-054-11/+23
|\ \ \ \
| * | | | Avoid work in GenICode#run when inactive.Jason Zaugg2014-01-311-2/+4
| * | | | Optimization in UncurryJason Zaugg2014-01-311-2/+1
| * | | | Avoid needless Name creationJason Zaugg2014-01-311-4/+4
| * | | | Optimize generic signatures utility method `dotCleanup`Jason Zaugg2014-01-311-3/+14
* | | | | Merge pull request #3457 from retronym/ticket/8228Adriaan Moors2014-02-051-0/+1
|\ \ \ \ \
| * | | | | SI-8228 Avoid infinite loop with erroneous code, overloadingJason Zaugg2014-02-021-0/+1
* | | | | | Merge pull request #3462 from retronym/ticket/8233Adriaan Moors2014-02-051-2/+12
|\ \ \ \ \ \
| * | | | | | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-051-2/+12
| | |_|_|/ / | |/| | | |
* / | | | | Fix typo in compiler's error message: anoynmous => anonymousPavel Pavlov2014-02-051-1/+1
|/ / / / /
* | | | | Merge pull request #3448 from retronym/topic/opt10Grzegorz Kossakowski2014-02-021-4/+23
|\ \ \ \ \
| * | | | | Optimization in TailCallsJason Zaugg2014-01-311-2/+15
| * | | | | Optimize tailcall eliminationJason Zaugg2014-01-311-1/+2
| * | | | | Don't try to eliminate tail calls in constructors.Jason Zaugg2014-01-311-1/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #3445 from retronym/topic/opt7Grzegorz Kossakowski2014-02-025-15/+19
|\ \ \ \ \
| * | | | | Optimize use of methodTypeSchemaJason Zaugg2014-02-011-1/+2
| * | | | | Optimize lookup of tree/symbol attachment search.Jason Zaugg2014-02-012-4/+4
| * | | | | Implicits: Move shadowing checks after plausibility checksJason Zaugg2014-02-011-2/+2
| * | | | | Optimize typedDefDef: disable some checks post typerJason Zaugg2014-01-311-7/+7
| * | | | | Typers#stabilize is a noop in erasure's typer.Jason Zaugg2014-01-312-1/+4
| |/ / / /
* | | | | Merge pull request #3424 from som-snytt/issue/7322Adriaan Moors2014-02-011-1/+1
|\ \ \ \ \
| * | | | | SI-7322 Interpolator idents must be encodedSom Snytt2014-01-291-1/+1
* | | | | | Merge pull request #3444 from retronym/topic/opt6Adriaan Moors2014-02-013-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Avoid generic collections operations hot pathsJason Zaugg2014-01-313-7/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #3447 from retronym/topic/opt9Adriaan Moors2014-01-312-15/+25
|\ \ \ \ \
| * | | | | Optimize the pickler phaseJason Zaugg2014-01-312-15/+25
| |/ / / /
* | | | | Merge pull request #3425 from retronym/ticket/7700Jason Zaugg2014-01-311-9/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7700 @unspecialized, Part Deux: Now Working.Jason Zaugg2014-01-311-9/+19
* | | | | Merge pull request #3357 from retronym/ticket/8143Adriaan Moors2014-01-313-9/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-143-9/+11
* | | | | Merge pull request #3416 from retronym/topic/any-val-implicitAdriaan Moors2014-01-301-9/+12
|\ \ \ \ \
| * | | | | Prohibit views targeting AnyValJason Zaugg2014-01-271-9/+12
| | |/ / / | |/| | |