summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3806 from clhodapp/fix/SI-6967Adriaan Moors2014-06-251-19/+29
|\
| * SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-101-19/+29
* | 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
| |/
* | SI-8672 Better end-of-sentence detection for ScaladocJason Zaugg2014-06-201-1/+11
* | Merge pull request #3797 from retronym/topic/exhaust-compoundJason Zaugg2014-06-111-4/+14
|\ \
| * | 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-101-0/+10
* | | SI-8611 Avoid accidental patmat unification with refinement typesJason Zaugg2014-06-101-9/+16
|/ /
* | Merge pull request #3812 from retronym/merge/2.10.x-to-2.11.x-20140604Adriaan Moors2014-06-101-2/+2
|\ \
| * \ Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.11.x-2014...Jason Zaugg2014-06-041-2/+2
| |\ \
| | * | SI-8596 Fix rangepos crasher with defaults, poly methodsJason Zaugg2014-05-291-3/+3
* | | | 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
|\ \ \ \ \
| * | | | | Add documentation to parts of scala.concurrent.Todd Vierling2014-06-034-9/+33
| | |/ / / | |/| | |
* | | | | Don't crash on dead code in ICodeReaderLukas Rytz2014-06-041-20/+28
* | | | | Merge pull request #3811 from lrytz/bcode/arrayCloneLukas Rytz2014-06-042-2/+8
|\ \ \ \ \
| * | | | | Fix emitting Array(1).clone() in GenBCodeLukas Rytz2014-06-042-2/+8
| |/ / / /
* | | | | Merge pull request #3743 from ruippeixotog/issue/8553Ichoran2014-06-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8553 WrappedArray throws exception on lastIndexWhere when index out of rangeRui Gonçalves2014-05-121-1/+1
* | | | | Merge pull request #3803 from xeno-by/ticket/8637Adriaan Moors2014-06-031-0/+1
|\ \ \ \ \
| * | | | | SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-301-0/+1
| |/ / / /
* | | | | Merge pull request #3796 from som-snytt/issue/8630Adriaan Moors2014-06-031-1/+1
|\ \ \ \ \
| * | | | | SI-8630 lineToString no longer long by one at eofSom Snytt2014-05-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #3795 from som-snytt/issue/8475Adriaan Moors2014-06-031-6/+7
|\ \ \ \ \
| * | | | | SI-8475 GroupedIterator is also lazy when paddedSom Snytt2014-05-271-6/+7
| |/ / / /
* | | | | Merge pull request #3789 from clhodapp/fix/SI-6678Adriaan Moors2014-06-031-1/+2
|\ \ \ \ \
| * | | | | SI-6678 Make currentMirror macro hygenicclhodapp2014-05-231-1/+2
* | | | | | Merge pull request #3786 from tvierling/deprecate-fixes-2.11.xAdriaan Moors2014-06-032-2/+2
|\ \ \ \ \ \
| * | | | | | To have effect, @deprecated needs to be an annotation.Todd Vierling2014-05-242-2/+2
| |/ / / / /
* | | | | | Merge pull request #3798 from adriaanm/scalapAdriaan Moors2014-06-021-0/+5
|\ \ \ \ \ \
| * | | | | | Include scalap in the distro.Adriaan Moors2014-05-281-0/+5
* | | | | | | Merge pull request #3774 from lrytz/opt/backendWipLukas Rytz2014-06-0113-1063/+744
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Unit tests for new BType classesLukas Rytz2014-06-011-1/+4
| * | | | | | Rewrite BType to a type hierarchy.Lukas Rytz2014-06-018-849/+508
| * | | | | | Move class BType to separate component, include it by composition.Lukas Rytz2014-05-227-62/+72
| * | | | | | More cleanups and commenting in GenBCodeLukas Rytz2014-05-213-35/+20
| * | | | | | Re-use the exsiting range of the name table when using subName.Lukas Rytz2014-05-211-4/+10
| * | | | | | Cleanups in Names.scalaLukas Rytz2014-05-211-53/+38
| * | | | | | Minor cleanups and commenting around BType.Lukas Rytz2014-05-212-76/+103
| * | | | | | Cleanups for tracing in GenBCode, improve some commentsLukas Rytz2014-05-214-11/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3770 from retronym/ticket/8607Grzegorz Kossakowski2014-05-291-7/+5
|\ \ \ \ \ \
| * | | | | | SI-8607 Generalize previous change to preEraseJason Zaugg2014-05-211-14/+6
| * | | | | | SI-8607 Fix erasure for value class inheriting from private classJason Zaugg2014-05-211-1/+7
* | | | | | | Merge pull request #3791 from S11001001/ticket/8346Ichoran2014-05-293-6/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-243-6/+24
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3735 from lefou/osgi-fixAdriaan Moors2014-05-2811-8/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |