summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-8525 Clarify usage of -Xlint:_,flagSom Snytt2014-07-162-63/+66
* Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1611-60/+178
|\
| * SI-8525 No anonymous lintSom Snytt2014-07-108-31/+95
| * SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-083-36/+57
| * SI-8616 Error on -deprecation:true,falseSom Snytt2014-07-081-2/+3
| * SI-8610 -Xlint is multichoice optionSom Snytt2014-07-083-20/+52
* | Merge pull request #3883 from gourlaysama/wip/t8557Vlad Ureche2014-07-152-2/+2
|\ \
| * | SI-8557 make scaladoc normalize paths of external jars.Antoine Gourlay2014-07-152-2/+2
* | | Merge pull request #3817 from phaller/topic/typetagsLukas Rytz2014-07-154-28/+42
|\ \ \
| * | | Add SerialVersionUID to SerializedTypeTag and SerializedExprPhilipp Haller2014-07-152-2/+2
| * | | SI-5919 TypeTags and Exprs should be serializablePhilipp Haller2014-07-154-28/+42
* | | | Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-152-5/+12
|\ \ \ \
| * | | | Address pull request feedbackDenys Shabalin2014-07-141-1/+3
| * | | | SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-022-5/+10
* | | | | Merge pull request #3845 from xeno-by/topic/attachment-subclassingJason Zaugg2014-07-151-1/+1
|\ \ \ \ \
| * | | | | relaxes attachment-matching rulesEugene Burmako2014-07-101-1/+1
* | | | | | Merge pull request #3844 from xeno-by/topic/rangepos-subpatternsJason Zaugg2014-07-151-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | prevents some reflection APIs from destroying rangeposesEugene Burmako2014-07-101-1/+1
| |/ / / /
* | | | | Merge pull request #3872 from lrytz/no-adapted-argsLukas Rytz2014-07-152-11/+12
|\ \ \ \ \
| * | | | | Fix -Yno-adapted-args, it would just warn, not errLukas Rytz2014-07-152-11/+12
* | | | | | Merge pull request #3878 from som-snytt/issue/8608Lukas Rytz2014-07-151-4/+14
|\ \ \ \ \ \
| * | | | | | SI-8608 f-interpolator inlines StringOpsSom Snytt2014-07-141-3/+11
| * | | | | | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-141-2/+4
| |/ / / / /
* | | | | | Merge pull request #3871 from lrytz/t8117Lukas Rytz2014-07-141-11/+30
|\ \ \ \ \ \
| * | | | | | SI-8117 Fix bug when mixing well-positioned named and positional argsLukas Rytz2014-07-111-11/+30
| |/ / / / /
* / / / / / SI-8590 Expand doc comments for ExecutionContextPhilipp Haller2014-07-141-12/+60
|/ / / / /
* | | | | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-092-6/+47
|\ \ \ \ \
| * | | | | SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-072-6/+47
* | | | | | Merge pull request #3866 from Blaisorblade/issue/8677-backportLukas Rytz2014-07-091-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [backport] SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-07-041-1/+1
* | | | | | Restore reporter forwarders in CompilationUnitAdriaan Moors2014-07-081-0/+13
* | | | | | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-041-4/+4
* | | | | | Encapsulate deprecation warning message synthesis.Adriaan Moors2014-07-044-3/+9
* | | | | | Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-045-33/+40
* | | | | | 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
| |/ / / /