summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-191-3/+3
|\
| * SI-9153 More complete and stable results for completionsJason Zaugg2015-02-171-2/+2
| * Cache name for dummy argument used in implicit searchJason Zaugg2015-02-171-1/+1
* | Merge pull request #4335 from lylek/issue/4959Adriaan Moors2015-02-181-21/+18
|\ \
| * | SI-4959 - UNIX bin scripts now work for paths with spacesLyle Kopnicky2015-02-151-21/+18
| |/
* / SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-1/+0
|/
* Merge pull request #4296 from lrytz/t9105Adriaan Moors2015-02-138-74/+280
|\
| * Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-074-23/+96
| * Fix InnerClass/EnclosingMethod for trait impl and specialized classesLukas Rytz2015-02-075-39/+90
| * SI-9124 fix EnclosingMethod of classes nested in implOnly trait defsLukas Rytz2015-02-071-1/+5
| * SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-076-24/+102
* | Merge pull request #4195 from lrytz/t8841Adriaan Moors2015-02-133-11/+43
|\ \
| * | SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-123-11/+43
* | | Merge pull request #4263 from lrytz/t9097Adriaan Moors2015-02-093-5/+6
|\ \ \
| * | | Refactor transformStats impls for consistencyJason Zaugg2015-02-032-4/+3
| * | | SI-9097 Remove spurious warning about conflicting filenamesLukas Rytz2015-01-201-1/+3
* | | | Merge pull request #4288 from adriaanm/retronym-ticket/9041Adriaan Moors2015-02-091-0/+10
|\ \ \ \
| * | | | SI-9041 Avoid unreported type error with overloading, implicitsJason Zaugg2015-02-021-0/+10
* | | | | Merge pull request #4274 from retronym/ticket/9123Adriaan Moors2015-02-091-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-9123 More coherent trees with patmat, dependent typesJason Zaugg2015-01-291-0/+5
| |/ / /
* | | | Merge pull request #4248 from retronym/ticket/9086Jason Zaugg2015-02-051-1/+5
|\ \ \ \
| * | | | SI-9086 Fix regression in implicit searchJason Zaugg2015-01-291-1/+5
| |/ / /
* | | | Merge pull request #4260 from retronym/ticket/9093Lukas Rytz2015-02-031-1/+1
|\ \ \ \
| * | | | SI-9093 Fix value discarding / multiple param list crasherJason Zaugg2015-01-201-1/+1
| | |/ / | |/| |
* | | | SI-7623 Trailing sequence wildcard warningSom Snytt2015-01-212-6/+11
| |/ / |/| |
* | | 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
| | |_|/ / | |/| | |