summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4374 from retronym/ticket/9200Lukas Rytz2015-03-261-2/+2
|\
| * SI-9200 Fix Java generic signatures for refined typesJason Zaugg2015-03-051-2/+2
* | Merge pull request #4396 from retronym/ticket/9074-2.12Lukas Rytz2015-03-242-7/+2
|\ \
| * | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-242-7/+2
* | | Merge pull request #4352 from som-snytt/issue/9167-2.12Jason Zaugg2015-03-241-28/+22
|\ \ \ | |/ / |/| |
| * | SI-9167 Clarify ScalaVersion parsingSom Snytt2015-02-201-28/+22
* | | Merge pull request #4302 from som-snytt/issue/deprecate-named-paramLukas Rytz2015-03-232-48/+58
|\ \ \
| * | | SI-9140 Minor refactor for readabilitySom Snytt2015-02-091-58/+56
| * | | SI-9140 Allow omitting pleonastic parameter nameSom Snytt2015-02-091-3/+7
| * | | SI-9140 Allow deprecating current parameter nameSom Snytt2015-02-082-9/+17
| |/ /
* | | Merge pull request #4301 from som-snytt/issue/8918-deferredLukas Rytz2015-03-231-5/+17
|\ \ \
| * | | SI-8918 Unary ids are plain idsSom Snytt2015-02-081-5/+17
| |/ /
* | | Merge pull request #4372 from som-snytt/issue/7775-tweakLukas Rytz2015-03-233-4/+6
|\ \ \
| * | | SI-7775 Exclude nulls when iterating sys propsSom Snytt2015-03-023-4/+6
| |/ /
* | / SI-7784 Allow a singleton type over a constant value defn.Jason Zaugg2015-02-281-1/+1
| |/ |/|
* | SI-9131 Fix use of apply syntactic sugar with by-name paramJason Zaugg2015-02-031-18/+1
|/
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-2953-376/+743
|\
| * Merge pull request #4214 from som-snytt/issue/5154Jason Zaugg2015-01-221-4/+3
| |\
| | * SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-4/+3
| * | Address review feedbackLukas Rytz2015-01-164-19/+44
| * | Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-168-80/+306
| * | Cleanup asm-to-string debug helpersLukas Rytz2015-01-161-14/+56
| * | Remove an unnecessary hash map in BTypesFromSymbolsLukas Rytz2015-01-161-12/+5
| * | Type alias for InternalNameLukas Rytz2015-01-162-5/+17
| * | Make ClassBType independent of the name tableLukas Rytz2015-01-163-60/+12
| * | Merge pull request #4249 from retronym/ticket/9089Vlad Ureche2015-01-161-1/+0
| |\ \
| | * | SI-9089 Another REPL/FSC + specialization bug fixJason Zaugg2015-01-151-1/+0
| * | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-1442-76/+76
| |\ \ \ | | |/ / | |/| |
| | * | Fix many typos in docs and commentsmpociecha2014-12-1442-76/+76
| | |/
| * | Bugfix: Implement missing `equals` method for `Sym`.Gerard Basler2014-12-291-1/+12
| * | Merge pull request #4139 from retronym/ticket/7965Adriaan Moors2014-12-231-0/+16
| |\ \
| | * | SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-031-0/+16
| * | | Merge pull request #4208 from lrytz/t9044Adriaan Moors2014-12-234-49/+39
| |\ \ \
| | * | | SI-9044 Fix order of interfaces in classfilesLukas Rytz2014-12-184-49/+39
| * | | | Merge pull request #4199 from adriaanm/rebase-4193Adriaan Moors2014-12-183-62/+122
| |\ \ \ \
| | * | | | SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-123-62/+122
| | | |_|/ | | |/| |
| * | | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-185-13/+53
| |\ \ \ \
| | * | | | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-145-13/+53
| * | | | | Merge pull request #4085 from adriaanm/patmat-suppressLukas Rytz2014-12-183-6/+7
| |\ \ \ \ \
| | * | | | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-123-6/+7
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4211 from lrytz/bcode-buildGrzegorz Kossakowski2014-12-182-1/+2
| |\ \ \ \ \
| | * | | | | Run dead code elimination by default in GenBCodeLukas Rytz2014-12-162-1/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #4196 from lrytz/t9030-2.11Lukas Rytz2014-12-172-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-112-2/+2
* | | | | | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-2996-931/+3050
|\| | | | |
| * | | | | Merge pull request #4078 from gbasler/topic/fix-analysis-budgetAdriaan Moors2014-12-124-277/+526
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-273-268/+499
| | * | | | Debug printing for Any, not AnyRef, to include primitivesAdriaan Moors2014-10-261-3/+3
| | * | | | And, Or take sets of PropsGerard Basler2014-10-263-39/+57
| * | | | | Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-091-119/+73
| |\ \ \ \ \