summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix 27 typos (p-r)Janek Bogucki2015-06-3014-17/+17
* Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-301-2/+3
|\
| * SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-231-1/+1
| * SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-231-1/+2
* | Merge pull request #4591 from vsalvis/vsalvis-stringdocSeth Tisue2015-06-302-4/+8
|\ \
| * | SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-292-4/+8
* | | Merge pull request #4588 from retronym/topic/icodishAdriaan Moors2015-06-291-0/+5
|\ \ \
| * | | GenBCode: fix incrementatal compilation by mimicing GenASMJason Zaugg2015-06-281-0/+5
* | | | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-291-19/+18
|\ \ \ \
| * | | | Improved message for missing argument listSom Snytt2015-06-271-19/+18
| | |/ / | |/| |
* | | | Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-291-2/+2
|\ \ \ \
| * | | | Improve method names (m-o)Janek Bogucki2015-06-281-2/+2
| |/ / /
* / / / Fix 23 typos (m-o)Janek Bogucki2015-06-288-10/+10
|/ / /
* | | Merge pull request #4577 from janekdb/2.11.x-typos-j-lSeth Tisue2015-06-244-7/+7
|\ \ \ | |/ / |/| |
| * | Fix 8 typos (j-l)Janek Bogucki2015-06-234-7/+7
* | | Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-2413-113/+1005
|\ \ \ | |/ / |/| |
| * | Cast arguments where necessary before rewriting closure invocationsLukas Rytz2015-06-231-15/+70
| * | Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-2210-108/+489
| * | Producers / Consumers AnalysisLukas Rytz2015-06-223-5/+461
* | | Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-2310-10/+10
|\ \ \
| * | | Fix 25 typos (g-i)Janek Bogucki2015-06-2210-10/+10
| |/ /
* | | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-228-101/+109
|\ \ \
| * | | SI-9206 Local refactor to save eyesightSom Snytt2015-06-212-42/+39
| * | | SI-9206 Accept paste with custom promptSom Snytt2015-06-213-24/+28
| * | | SI-9206 Verbose REPL prompt for info modeSom Snytt2015-06-191-6/+7
| * | | SI-9206 Fix REPL code indentationSom Snytt2015-06-195-33/+30
| * | | SI-9206 REPL prompt is more easily configuredSom Snytt2015-06-192-12/+20
| * | | SI-9206 BooleanProp if set and not untrueSom Snytt2015-06-181-3/+4
* | | | Merge pull request #4566 from lrytz/t9359Adriaan Moors2015-06-227-56/+85
|\ \ \ \
| * | | | SI-9359 Fix InnerClass entry flags for nested Java enumsLukas Rytz2015-06-197-56/+85
| |/ / /
* | / / SI-9253 avoid IndexOutOfBoundsException in TypeMaps.correspondingTypeArgumentBruno Bieth2015-06-221-1/+1
| |/ / |/| |
* | | Fix 36 typos (d-f)Janek Bogucki2015-06-2116-18/+18
| |/ |/|
* | Merge pull request #4563 from adriaanm/jline-shadeAdriaan Moors2015-06-1915-273/+334
|\ \
| * | SI-9339 Support classpaths with no single compatible jlineAdriaan Moors2015-06-185-11/+31
| * | Centralize dependencies on jlineAdriaan Moors2015-06-1715-273/+314
* | | Merge pull request #4331 from Ichoran/issue/8930Adriaan Moors2015-06-191-5/+12
|\ \ \ | |_|/ |/| |
| * | SI-8930 - Vector updated, +:, and :+ slow when typed as Seq[A]Rex Kerr2015-06-181-5/+12
* | | Merge pull request #4559 from janekdb/2.11.x-scaladoc-2Seth Tisue2015-06-1811-17/+17
|\ \ \
| * | | Fix another several typosMichaƂ Pociecha2015-06-185-7/+7
| * | | Fix some typos (a-c)Janek Bogucki2015-06-189-10/+10
* | | | Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-192-18/+74
|\ \ \ \
| * | | | Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-282-18/+74
* | | | | Merge pull request #4543 from som-snytt/issue/7773Seth Tisue2015-06-181-10/+12
|\ \ \ \ \
| * | | | | SI-7773 Restore phase id to icode filenameSom Snytt2015-06-071-10/+12
* | | | | | Merge pull request #4539 from vsalvis/vsalvis-docfixesSeth Tisue2015-06-186-31/+12
|\ \ \ \ \ \
| * | | | | | SI-6131 doc: remove broken show member link from all scaladoc pagesvsalvis2015-06-171-1/+0
| * | | | | | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
| * | | | | | SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-174-26/+8
| |/ / / / /
* | | | | | Merge pull request #4553 from som-snytt/issue/implicit-docSeth Tisue2015-06-182-2/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-142-2/+12
| |/ / / /