summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-023-17/+14
|\
| * Fix comparisons involving NaNLukas Rytz2016-06-023-17/+14
* | Merge pull request #5203 from lrytz/merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0210-132/+321
|\ \ | |/ |/|
| * Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-016-85/+255
| |\
| | * Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-015-74/+250
| | |\
| | | * SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-241-1/+1
| | | * SI-7898 Report paste errors improvedlySom Snytt2016-05-232-18/+27
| | | * SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| | | * SI-7898 Read user input during REPL warmupSom Snytt2016-05-204-57/+212
| | * | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-261-12/+6
| * | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-012-44/+65
| |\| |
| | * | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-232-44/+65
| | |\ \
| | | * | 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-162-1/+5
| | | * | SI-4625 Recognize App in scriptSom Snytt2016-05-161-1/+5
| | * | | Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-1/+2
| | |\ \ \
| | | * | | SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-1/+2
| | | |/ /
| * | | | Merge commit '4196569' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-1/+1
| |\| | |
| | * | | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-1/+1
| | | |/ | | |/|
| | * | [backport] identical readme in 2.11.x as in 2.12.xLukas Rytz2016-05-191-16/+57
| * | | 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 #5198 from sjrd/privatize-range-membersLukas Rytz2016-06-011-17/+11
|\ \ \ | |/ / |/| |
| * | Relax the semantics of `Range.lastElement` for internal use.Sébastien Doeraene2016-05-311-11/+10
| * | Privatize the deprecated members of `immutable.Range`.Sébastien Doeraene2016-05-311-7/+2
* | | SI-9767 document and test behaviour of String->integer/float conversionsMike Pheasant2016-06-011-7/+15
|/ /
* | Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-30135-578/+682
|\ \
| * | Add documentation to @deprecatedSimon Ochsenreither2016-05-294-21/+101
| * | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-2924-83/+105
| * | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-28111-472/+467
| * | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-287-28/+37
| * | SI-9483 Add `since` to `@deprecatedName`Simon Ochsenreither2016-05-271-3/+1
* | | Merge pull request #5191 from som-snytt/issue/9382Lukas Rytz2016-05-302-42/+47
|\ \ \
| * | | SI-9382 Zippy clean-up in aisle 2 & 3Som Snytt2016-05-262-40/+45
| * | | SI-9382 Privatize enhanced x in Tuple2Zipped.OpsSom Snytt2016-05-252-2/+2
* | | | 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-274-6/+39
|\ \ \ \
| * | | | -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-241-1/+1
| * | | | SI-2712 Add support for higher order unificationMiles Sabin2016-05-244-5/+38
* | | | | 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
| |/ / / /
* | | | | Merge pull request #5192 from dwijnand/wip/scala-repl-no-importsJason Zaugg2016-05-273-16/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fully qualify types in REPL generated codeDale Wijnand2016-05-263-16/+18
* | | | | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-2512-85/+85
|/ / / /
* | | | Use full braces style in AnsiColor exampleJanek Bogucki2016-05-251-1/+1
* | | | Merge pull request #5052 from kilotaras/topic/map-applyOrElseLukas Rytz2016-05-251-0/+4
|\ \ \ \
| * | | | Added applyOrElse to MapLikeTaras Boiko2016-03-201-0/+4