summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3395 from adriaanm/dist-cleanupJason Zaugg2014-02-0610-101/+2
|\
| * Remove cruft from pom.Adriaan Moors2014-01-219-100/+1
| * Scaladoc jars should go to /api.Adriaan Moors2014-01-211-1/+1
* | Merge pull request #3469 from adriaanm/t8239Jason Zaugg2014-02-061-2/+14
|\ \
| * | SI-8239 don't loop forever in ContextTrees.locateContextTreeAdriaan Moors2014-02-051-2/+14
* | | Merge pull request #3473 from gkossakowski/update-eclipse-filesAdriaan Moors2014-02-051-0/+1
|\ \ \
| * | | Add repl as dependency of test-junit Eclipse project.Grzegorz Kossakowski2014-02-061-0/+1
* | | | Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-056-22/+49
|\ \ \ \
| * | | | 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-313-15/+30
| * | | | Optimize generic signatures utility method `dotCleanup`Jason Zaugg2014-01-311-3/+14
* | | | | Merge pull request #3457 from retronym/ticket/8228Adriaan Moors2014-02-053-0/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-8228 Avoid infinite loop with erroneous code, overloadingJason Zaugg2014-02-023-0/+12
* | | | | Merge pull request #3432 from havocp/patch-1Adriaan Moors2014-02-051-2/+38
|\ \ \ \ \
| * | | | | Improve ExecutionContext implicitNotFound and docsHavoc Pennington2014-01-311-2/+38
* | | | | | Merge pull request #3453 from Ichoran/issue/4997Adriaan Moors2014-02-052-1/+2
|\ \ \ \ \ \
| * | | | | | SI-4997 deprecate StringLike.linesIterator for StringLike.linesRex Kerr2014-01-312-1/+2
* | | | | | | Merge pull request #3462 from retronym/ticket/8233Adriaan Moors2014-02-054-2/+49
|\ \ \ \ \ \ \
| * | | | | | | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-054-2/+49
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-053-5/+84
|\ \ \ \ \ \ \
| * | | | | | | SI-8170 Posing outstanding questions as TODOsJason Zaugg2014-02-051-0/+16
| * | | | | | | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-223-5/+68
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3465 from pavelpavlov/list-head-valAdriaan Moors2014-02-052-33/+32
|\ \ \ \ \ \ \
| * | | | | | | PR #3233 cleanupPavel Pavlov2014-02-052-33/+32
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3467 from retronym/ticket/8030-companionDen Shabalin2014-02-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-8030 Restore thread safety to the parserJason Zaugg2014-02-051-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3466 from pavelpavlov/typo-anoynmousJason Zaugg2014-02-052-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix typo in compiler's error message: anoynmous => anonymousPavel Pavlov2014-02-052-4/+4
|/ / / / / /
* | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3438 from Feodorov/ticket/4014Adriaan Moors2014-02-036-4/+74
|\ \ \ \ \ \
| * | | | | | SI-4014 Scaladoc omits @authorKonstantin Fedorov2014-02-026-4/+74
|/ / / / / /
* | | | | | 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
| | |_|_|/ / | |/| | | |