summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-137-28/+28
|\
| * Fix 25 typos (s)Janek Bogucki2015-07-062-2/+2
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-2/+2
| * Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-301-2/+3
| |\
| | * SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-231-1/+1
| | * SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-231-1/+2
| * | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-291-19/+18
| |\ \
| | * | Improved message for missing argument listSom Snytt2015-06-271-19/+18
| * | | Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-291-2/+2
| |\ \ \
| | * | | Improve method names (m-o)Janek Bogucki2015-06-281-2/+2
| | |/ /
| * / / Fix 23 typos (m-o)Janek Bogucki2015-06-281-1/+1
| |/ /
* | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-243-4/+4
|\| |
| * | Fix 25 typos (g-i)Janek Bogucki2015-06-222-2/+2
| |/
| * Fix another several typosMichał Pociecha2015-06-181-1/+1
| * Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
* | SI-9326 Binding to existentials can discard the prefixJason Zaugg2015-05-251-6/+8
* | SI-9326 Fix regression with existentials in parent typesJason Zaugg2015-05-251-1/+1
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-1/+1
|\|
| * SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-291-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-016-9/+9
|\|
| * Fix many typosMichał Pociecha2015-04-216-9/+9
* | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-4/+5
|\|
| * SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-151-4/+5
* | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-1/+1
|\|
| * Error message improvementesfandiar amirrahimi2015-04-081-1/+1
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0112-44/+45
|\|
| * Merge pull request #4375 from som-snytt/issue/8861Lukas Rytz2015-03-311-3/+2
| |\
| | * SI-8861 Handle alias when probing for AnySom Snytt2015-03-091-3/+2
| * | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-2811-30/+35
| |\ \
| | * | Removed warningsEECOLOR2015-03-269-13/+18
| | * | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-263-3/+3
| | * | Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-266-14/+14
| * | | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-261-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-241-1/+1
| | |/
| * | Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-251-7/+4
| |\ \
| | * | SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-211-7/+4
| * | | Merge pull request #4380 from retronym/ticket/9020Jason Zaugg2015-03-241-2/+2
| |\ \ \
| | * | | SI-9020 Avoid spurious value discarding warning post-typerJason Zaugg2015-03-121-2/+2
| | | |/ | | |/|
| * | | Merge pull request #4387 from retronym/ticket/9231Jason Zaugg2015-03-241-1/+1
| |\ \ \
| | * | | SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-171-1/+1
| | |/ /
* | | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-016-19/+64
|\| | |
| * | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-171-1/+1
| |/ /
| * / fixes pluginsEnterStatsEugene Burmako2015-02-221-1/+1
| |/
| * 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
| * | SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-1/+0
| |/
| * 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 #4288 from adriaanm/retronym-ticket/9041Adriaan Moors2015-02-091-0/+10
| |\ \