summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3843 from Blaisorblade/topic/fix-minus-infAdriaan Moors2014-07-032-1/+6
|\
| * SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-06-282-1/+6
* | Merge pull request #3853 from evvers/change-stringcontext-scaladocVlad Ureche2014-07-021-1/+1
|\ \
| * | Change StringContext scaladocEvgeny Vereshchagin2014-06-211-1/+1
* | | Merge pull request #3857 from jxcoder/issue-3856Vlad Ureche2014-07-021-0/+11
|\ \ \ | |/ / |/| |
| * | Added example to Option.collect method.jxcoder2014-07-021-0/+11
|/ /
* | Merge pull request #3838 from retronym/merge/2.11.x-2.12.x-20140627Lukas Rytz2014-06-29102-157/+631
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-2.12.x-20140627Jason Zaugg2014-06-27102-157/+631
|/|
| * Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-277-1/+64
| |\
| | * adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-227-1/+64
| * | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-275-2/+19
| |\ \
| | * | macro args now correctly preserve range positionsEugene Burmako2014-05-235-2/+19
| | |/
| * | Merge pull request #3835 from Ichoran/issue/7562Jason Zaugg2014-06-271-2/+8
| |\ \
| | * | SI-7562 Regex.findAllIn does not report all matchesRex Kerr2014-06-261-2/+8
| * | | Merge pull request #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-275-4/+97
| |\ \ \
| | * | | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-255-4/+97
| * | | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-2762-73/+75
| |\ \ \ \
| | * | | | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-1462-73/+75
| * | | | | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-262-8/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | SI-7372 make binarySearch methods use the same parameters for the same things.Antoine Gourlay2014-06-121-5/+5
| | * | | | SI-7372 fix wrong insertion point for binary & linear search.Antoine Gourlay2014-06-042-4/+4
| * | | | | Merge pull request #3806 from clhodapp/fix/SI-6967Adriaan Moors2014-06-254-50/+96
| |\ \ \ \ \
| | * | | | | SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-104-50/+96
| * | | | | | Merge pull request #3805 from Ichoran/issue/6409Adriaan Moors2014-06-251-0/+8
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | SI-6409 Stream flatMap leaks memory if mapper returns many emptiesRex Kerr2014-05-301-0/+8
| | |/ / / /
| * | | | | Merge pull request #3824 from retronym/ticket/8672Adriaan Moors2014-06-233-1/+47
| |\ \ \ \ \
| | * | | | | SI-8672 Better end-of-sentence detection for ScaladocJason Zaugg2014-06-203-1/+47
| |/ / / / /
| * | | | | Merge pull request #3797 from retronym/topic/exhaust-compoundJason Zaugg2014-06-114-4/+59
| |\ \ \ \ \
| | * | | | | Remove now-redundant condition in sealedness checkingJason Zaugg2014-06-101-1/+1
| | * | | | | Refactor `enumerateSubtypes`Jason Zaugg2014-06-101-5/+5
| | * | | | | SI-8631 Treat `A with Sealed` as enumerable for pattern matchingJason Zaugg2014-06-104-0/+55
| * | | | | | Merge pull request #3781 from retronym/topic/8611Jason Zaugg2014-06-118-9/+145
| |\ \ \ \ \ \
| | * | | | | | SI-8611 Avoid accidental patmat unification with refinement typesJason Zaugg2014-06-108-9/+145
| | |/ / / / /
| * | | | | | Merge pull request #3777 from som-snytt/issue/5905-testJason Zaugg2014-06-101-3/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SI-5905 Clarify test caseSom Snytt2014-05-221-3/+5
* | | | | | | Merge pull request #3821 from retronym/merge/2.11.x-to-2.12.xAdriaan Moors2014-06-1045-300/+464
|\ \ \ \ \ \ \
| * | | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.xJason Zaugg2014-06-1045-300/+464
|/| | | | | | | | |/ / / / / /
| * | | | | | Merge pull request #3815 from retronym/topic/java8-support-2Adriaan Moors2014-06-104-104/+31
| |\ \ \ \ \ \
| | * | | | | | Support Java 8 in the checkfile for neg/t6289Jason Zaugg2014-06-041-1/+1
| | * | | | | | Java 6-8 agnosticism for a testJason Zaugg2014-06-043-103/+30
| * | | | | | | Merge pull request #3818 from som-snytt/issue/repl-javap-app8Adriaan Moors2014-06-101-1/+24
| |\ \ \ \ \ \ \
| | * | | | | | | Java 8 support for run/repl-javap-app.checkSom Snytt2014-06-051-1/+24
| * | | | | | | | Merge pull request #3812 from retronym/merge/2.10.x-to-2.11.x-20140604Adriaan Moors2014-06-105-3/+33
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.11.x-2014...Jason Zaugg2014-06-045-3/+33
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | Merge pull request #3799 from retronym/topic/8596-2.10Jason Zaugg2014-06-025-4/+34
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | SI-8596 Fix rangepos crasher with defaults, poly methodsJason Zaugg2014-05-295-4/+34
| | | |/ / / / / / /
| * | | | | | | | | Merge pull request #3800 from som-snytt/issue/8503Adriaan Moors2014-06-107-100/+103
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-8503 -version is info settingSom Snytt2014-05-297-88/+93
| | * | | | | | | | | SI-8503 Clean up interpolation of help messageSom Snytt2014-05-281-12/+10
| * | | | | | | | | | Merge pull request #3787 from tvierling/concurrent-doc-nitsAdriaan Moors2014-06-054-9/+33
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |