summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5209 from adriaanm/trait-no-native-methLukas Rytz2016-06-031-10/+18
|\
| * Prohibit @native method in traitAdriaan Moors2016-06-021-10/+18
* | Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-022-5/+43
|\ \ | |/ |/|
| * SI-8667 Caret at bad argSom Snytt2016-05-132-9/+16
| * SI-8667 Improve too-many-args messageSom Snytt2016-05-132-5/+36
* | Merge pull request #5205 from adriaanm/misc-optAdriaan Moors2016-06-024-44/+50
|\ \
| * | Compute constrParamAccessors once. It's expensiveAdriaan Moors2016-06-011-22/+26
| * | opt: fuse some operations on `Scope`sAdriaan Moors2016-06-014-22/+24
* | | Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-023-17/+14
|\ \ \
| * | | Fix comparisons involving NaNLukas Rytz2016-06-023-17/+14
| |/ /
* | | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-012-1/+8
|\ \ \
| * \ \ Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-012-1/+8
| |\ \ \
| | * | | SI-7898 Read user input during REPL warmupSom Snytt2016-05-202-1/+8
* | | | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-44/+64
|\| | | |
| * | | | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-231-44/+64
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-42/+46
| | * | | SI-4625 Warn when discarding script objectSom Snytt2016-05-171-4/+11
| | * | | SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-161-1/+3
| | * | | SI-4625 App is a thingSom Snytt2016-05-161-1/+4
| | * | | SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
* | | | | Merge commit '90706b0' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-2/+0
|\| | | | | |_|/ / |/| | |
| * | | Remove default value for sourcepath in scalac (ant version). (#5166)Krzysztof Romanowski2016-05-171-2/+0
| |/ /
* | | Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-3014-57/+81
|\ \ \
| * | | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-2914-59/+79
| * | | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
| * | | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-285-11/+15
* | | | Merge pull request #5193 from som-snytt/issue/9794Lukas Rytz2016-05-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9794 Error advice uses decoded method nameSom Snytt2016-05-261-1/+1
* | | | Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-271-1/+2
|\ \ \ \
| * | | | -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-241-1/+1
| * | | | SI-2712 Add support for higher order unificationMiles Sabin2016-05-241-0/+1
* | | | | Merge pull request #5186 from lrytz/inlinerM5Jason Zaugg2016-05-275-13/+82
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Debug flag to print a summary of the inliner's workLukas Rytz2016-05-245-13/+82
| |/ / /
* | | | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-2512-85/+85
* | | | Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-241-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8044 Allow any id in explicit pattern bindingSom Snytt2016-05-201-4/+3
| * | | SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-201-7/+8
* | | | Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-231-1/+3
|\ \ \ \
| * | | | SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-201-1/+3
| |/ / /
* | | | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-231-1/+0
|\ \ \ \
| * | | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-04-191-1/+0
* | | | | Merge pull request #5122 from lrytz/t9121Stefan Zeiger2016-05-231-1/+1
|\ \ \ \ \
| * | | | | SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-231-1/+1
* | | | | | Merge pull request #5162 from milessabin/t9361Lukas Rytz2016-05-231-2/+3
|\ \ \ \ \ \
| * | | | | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-141-2/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-231-1/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-5463 Check .jars before using thempeterz2016-05-171-1/+11
| |/ / / /
* | | | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-2/+2
* | | | | Merge pull request #5176 from lrytz/t9671Lukas Rytz2016-05-193-20/+33
|\ \ \ \ \