summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-294-57/+80
|\ \ \ \ \ \
| * | | | | | SI-8076 improve support for implicit argument listDenys Shabalin2014-01-161-2/+6
| * | | | | | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-164-56/+75
* | | | | | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-294-40/+85
|\ \ \ \ \ \ \
| * | | | | | | Addresses feedback from JasonDenys Shabalin2014-01-274-36/+35
| * | | | | | | Reify all blocks as syntactic blocksDenys Shabalin2014-01-241-1/+3
| * | | | | | | Address pull request feedbackDenys Shabalin2014-01-231-1/+1
| * | | | | | | SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-231-2/+11
| * | | | | | | Refactor reification of high-cardinality holesDenys Shabalin2014-01-231-16/+51
| * | | | | | | Tag synthetic unit with attachmentDenys Shabalin2014-01-231-2/+2
* | | | | | | | SI-8182 Avert crash due to type args in patternSom Snytt2014-01-272-3/+9
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #3411 from som-snytt/issue/7919-si-nlJason Zaugg2014-01-251-2/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-7919 Newline after empty string interpSom Snytt2014-01-241-2/+5
| | |_|_|_|/ / | |/| | | | |
* / | | | | | SI-8171 make tq"" an alias for empty type treeDenys Shabalin2014-01-241-1/+6
|/ / / / / /
* | | | | | Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-221-6/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6879 improves Context.freshNameEugene Burmako2014-01-221-6/+22
* | | | | | an optimization for c.evalEugene Burmako2014-01-221-2/+7
|/ / / / /
* | | | | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-216-11/+17
|\ \ \ \ \
| * | | | | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-213-6/+13
| * | | | | moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-213-5/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-2113-75/+25
|\ \ \ \ \
| * | | | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-1513-75/+25
| |/ / / /
* | | | | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-211-1/+1
|\ \ \ \ \
| * | | | | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-141-1/+1
| |/ / / /
* | | | | Merge pull request #3385 from xeno-by/ticket/8158Eugene Burmako2014-01-201-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | quasiquotes no longer evaluate debug logs when debug logging is offEugene Burmako2014-01-191-2/+2
* | | | | Merge 2.10.x into masterAdriaan Moors2014-01-181-5/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge pull request #3356 from retronym/ticket/8138Jason Zaugg2014-01-181-5/+7
| |\ \ \ \
| | * | | | SI-8143 Fix bug with super-accessors / dependent typesJason Zaugg2014-01-121-5/+7