summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-0444-175/+152
* Route type checker reporting through contextAdriaan Moors2014-07-044-28/+36
* Track symbol that caused a deprecation warning.Adriaan Moors2014-07-048-22/+30
* Uniformly route reporting through reporter.Adriaan Moors2014-07-045-57/+110
* Move reporting logic into Reporting traitAdriaan Moors2014-07-0413-179/+242
* Pure refactor: reorder definitionsAdriaan Moors2014-07-041-23/+32
* Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-047-58/+69
* Merge pull request #3842 from Ichoran/issue/8335Adriaan Moors2014-07-041-4/+2
|\
| * SI-8335 List.++ avoidably burns memoryRex Kerr2014-06-271-4/+2
* | Merge pull request #3788 from som-snytt/issue/8494Adriaan Moors2014-07-041-40/+56
|\ \
| * | SI-8494 Javap filter includes specializedSom Snytt2014-05-231-8/+13
| * | SI-8494 Restore filtering javap outputSom Snytt2014-05-231-33/+44
* | | Merge pull request #3840 from Ichoran/issue/8638Adriaan Moors2014-07-041-21/+27
|\ \ \
| * | | SI-8638 Empty UnrolledBuffer hangs on prepend.Rex Kerr2014-06-271-21/+27
| | |/ | |/|
* | | Merge pull request #3841 from Ichoran/issue/5200Adriaan Moors2014-07-032-12/+12
|\ \ \
| * | | SI-5200 Incorrect advice for implementing mutable.Set in scaladocRex Kerr2014-06-272-12/+12
| |/ /
* | | Merge pull request #3839 from Ichoran/issue/7115Adriaan Moors2014-07-033-1/+24
|\ \ \
| * | | SI-7115 JMapWrapper.get can incorrectly return Some(null)Rex Kerr2014-06-273-1/+24
| |/ /
* | | Merge pull request #3834 from Ichoran/issue/7577Adriaan Moors2014-07-034-3/+4
|\ \ \
| * | | SI-7577 Incorrect documentation: current default isn't VectorRex Kerr2014-06-264-3/+4
* | | | Merge pull request #3736 from VladimirNik/print-types-issue-2.11.xAdriaan Moors2014-07-031-14/+27
|\ \ \ \
| * | | | TypeTree printing modified (SI-8447)VladimirNik2014-05-091-14/+27
* | | | | Merge pull request #3772 from densh/si/8609Adriaan Moors2014-07-031-0/+2
|\ \ \ \ \
| * | | | | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+2
| | |_|_|/ | |/| | |
* | | | | Document SuperAccessorsMartin Odersky2014-07-031-10/+36
* | | | | Merge pull request #3828 from retronym/ticket/8675Adriaan Moors2014-07-031-1/+1
|\ \ \ \ \
| * | | | | SI-8675 Avoid unreported error after second try using implicit viewJason Zaugg2014-06-251-1/+1
* | | | | | Merge pull request #3836 from gourlaysama/wip/t8292Grzegorz Kossakowski2014-07-011-3/+3
|\ \ \ \ \ \
| * | | | | | SI-8292 report error when scaladoc fails to find doclet.Antoine Gourlay2014-07-011-3/+3
| | |_|_|_|/ | |/| | | |
* / | | | | SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-291-1/+1
|/ / / / /
* | | | | Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-272-1/+24
|\ \ \ \ \
| * | | | | adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-222-1/+24
* | | | | | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-271-2/+3
|\ \ \ \ \ \
| * | | | | | macro args now correctly preserve range positionsEugene Burmako2014-05-231-2/+3
| |/ / / / /
* | | | | | 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-271-2/+5
|\ \ \ \ \ \
| * | | | | | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-251-2/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-271-2/+4
|\ \ \ \ \ \
| * | | | | | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-141-2/+4
* | | | | | | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-261-6/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | 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-041-2/+2
* | | | | | | 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