summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-051-2/+12
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-051-5/+32
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-8170 Posing outstanding questions as TODOsJason Zaugg2014-02-051-0/+16
| * | | | | | | | | | | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-221-5/+16
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3465 from pavelpavlov/list-head-valAdriaan Moors2014-02-051-32/+31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PR #3233 cleanupPavel Pavlov2014-02-051-32/+31
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | SI-8030 Restore thread safety to the parserJason Zaugg2014-02-051-1/+1
* | | | | | | | | | | Fix typo in compiler's error message: anoynmous => anonymousPavel Pavlov2014-02-051-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3439 from demobox/issue-8215Adriaan Moors2014-02-031-11/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8215 Documenting the possibility of IllegalStateExceptions when using Matc...Andrew Phillips2014-02-011-2/+27
| * | | | | | | | | | SI-8215 Removing ASCII art class diagram in Scaladoc for RegexAndrew Phillips2014-02-011-9/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | SI-4014 Scaladoc omits @authorKonstantin Fedorov2014-02-022-2/+15
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | 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-029-26/+81
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Optimize use of methodTypeSchemaJason Zaugg2014-02-011-1/+2
| * | | | | | | | | Optimize lookup of tree/symbol attachment search.Jason Zaugg2014-02-013-5/+8
| * | | | | | | | | More overrides for SetNJason Zaugg2014-02-011-0/+46
| * | | | | | | | | Implicits: Move shadowing checks after plausibility checksJason Zaugg2014-02-011-2/+2
| * | | | | | | | | Optimization in InstantiateDependentMapJason Zaugg2014-02-011-1/+1
| * | | | | | | | | 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
| * | | | | | | | | Optimize TreeInfo#isMacroApplication.Jason Zaugg2014-01-311-2/+4
| * | | | | | | | | Optimize isSelfSuperCallJason Zaugg2014-01-311-7/+7
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3450 from Ichoran/issue/7266Grzegorz Kossakowski2014-02-021-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7266 Stream leaks memoryRex Kerr2014-01-311-2/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | 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 #3441 from gourlaysama/t7124Adriaan Moors2014-02-011-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7124 make macro definitions prettier in scaladocAntoine Gourlay2014-01-311-1/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3444 from retronym/topic/opt6Adriaan Moors2014-02-018-26/+57
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Avoid generic collections operations hot pathsJason Zaugg2014-01-318-26/+57
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | 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-314-10/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-144-10/+12
* | | | | | | | Merge pull request #3434 from Ichoran/issue/8213Adriaan Moors2014-01-302-4/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8213 AnyRefMap.getOrElseUpdate is faultyRex Kerr2014-01-302-4/+26
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #3416 from retronym/topic/any-val-implicitAdriaan Moors2014-01-301-9/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Prohibit views targeting AnyValJason Zaugg2014-01-271-9/+12
| | |/ / / / / | |/| | | | |
* | | | | | | SI-8205 Don't include CR in lineSom Snytt2014-01-291-2/+8
* | | | | | | Merge pull request #3427 from retronym/ticket/8205Jason Zaugg2014-01-291-3/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-8205 Avoid long, slow march to AIIOBE in SourceFile#lineContentJason Zaugg2014-01-291-3/+3
* | | | | | | | Merge pull request #3426 from retronym/ticket/8199Grzegorz Kossakowski2014-01-291-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8199 Account for module class suffix in -Xmax-classfile-nameJason Zaugg2014-01-291-4/+7
| |/ / / / / / /
* | | | | | | | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-297-83/+133
|\ \ \ \ \ \ \ \