summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-8315 Fix crash in dead code eliminationJason Zaugg2014-02-201-0/+2
* SI-8315 Better debugging facility for ICodeJason Zaugg2014-02-201-3/+1
* Merge pull request #3537 from Blaisorblade/issue/6566Adriaan Moors2014-02-181-3/+4
|\
| * SI-6566, unsoundness with alias variance: document fixPaolo G. Giarrusso2014-02-161-3/+4
* | Merge pull request #3550 from retronym/ticket/7932Adriaan Moors2014-02-181-2/+5
|\ \
| * | SI-7932 Exclude PolyTypes from Java generic signaturesJason Zaugg2014-02-181-2/+5
* | | Merge pull request #3545 from retronym/topic/8301Jason Zaugg2014-02-182-5/+5
|\ \ \
| * | | SI-8304 Allow volatile-typed Idents as stable ident patternsJason Zaugg2014-02-181-3/+3
| * | | SI-8301 fix regression with refinement subtyping, wildcard type.Jason Zaugg2014-02-171-2/+2
* | | | Merge pull request #3552 from retronym/topic/opt12Adriaan Moors2014-02-181-1/+2
|\ \ \ \
| * | | | Optimization: remove assertion from SubstMap constructorJason Zaugg2014-02-181-1/+2
| | |/ / | |/| |
* / | | SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-183-32/+43
|/ / /
* | | Group settings should honor user-set individual optionsJason Zaugg2014-02-173-24/+18
* | | Expose a means to disable boolean settingsJason Zaugg2014-02-172-1/+12
* | | SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-174-5/+9
|/ /
* | Merge pull request #3539 from Blaisorblade/topic/performanceGrzegorz Kossakowski2014-02-171-1/+1
|\ \
| * | Avoid storing source file contents twicePaolo G. Giarrusso2014-02-161-1/+1
| |/
* | Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-175-88/+66
* | Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-1616-89/+135
|\ \
| * | SI-5920 enables default and named args in macrosEugene Burmako2014-02-105-66/+88
| * | introduces -Yshow-symownersEugene Burmako2014-02-108-40/+58
| * | deduplication in Symbol.nameStringEugene Burmako2014-02-101-2/+1
| * | standardizes checks for default gettersEugene Burmako2014-02-103-2/+7
| * | standardizes prefixes used in named/default desugaringEugene Burmako2014-02-102-2/+4
* | | Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-162-8/+6
|\ \ \
| * | | Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-102-8/+6
* | | | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-165-307/+362
|\ \ \ \
| * | | | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-135-307/+362
* | | | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-163-66/+63
|\ \ \ \ \
| * | | | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-123-66/+63
| |/ / / /
* | | | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-1610-94/+170
|\ \ \ \ \
| * | | | | Improve support for patterns in valsDenys Shabalin2014-02-096-37/+91
| * | | | | Move null check case higher to avoid NPEDenys Shabalin2014-02-091-27/+27
| * | | | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-093-30/+44
| * | | | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-093-1/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #3493 from retronym/ticket/3452-2Grzegorz Kossakowski2014-02-163-262/+166
|\ \ \ \ \
| * | | | | SI-3452 GenBCode version of the static-forwarder signature fixJason Zaugg2014-02-151-1/+1
| * | | | | SI-3452 Reduce low-hanging duplication bewteen GenASM and GenBCodeJason Zaugg2014-02-152-123/+4
| * | | | | SI-3452 Refactoring code in GenASMJason Zaugg2014-02-151-145/+146
| * | | | | SI-3452 A better fix for static forwarder generic sigsJason Zaugg2014-02-151-15/+21
| * | | | | SI-3452 Correct Java generic signatures for mixins, static forwardersJason Zaugg2014-02-092-12/+28
* | | | | | Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-152-4/+58
|\ \ \ \ \ \
| * | | | | | SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-112-4/+58
* | | | | | | Merge pull request #3528 from Ichoran/issue/6908Adriaan Moors2014-02-151-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Made ParFlatHashTableIterator private vars private[this].Rex Kerr2014-02-151-3/+3
| * | | | | | | SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-131-1/+1
* | | | | | | | Merge pull request #3527 from Ichoran/issue/8264Adriaan Moors2014-02-152-6/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-142-6/+7
| |/ / / / / / /
* | | | | | | | Merge pull request #3443 from gourlaysama/man-pagesAdriaan Moors2014-02-151-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | add -Xsource:version to scalac man pageAntoine Gourlay2014-01-311-0/+3
| | |_|_|_|_|_|/ | |/| | | | | |