summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | 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
|\ \ \ \