summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-0213-45/+176
|\ \ \ \ \
| * | | | | SI-8667 Caret at bad argSom Snytt2016-05-1313-46/+63
| * | | | | SI-8667 Improve too-many-args messageSom Snytt2016-05-1313-22/+136
* | | | | | SI-9104 Autodetect raw pastageSom Snytt2016-06-028-3/+77
| |/ / / / |/| | | |
* | | | | Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-021-0/+38
|\ \ \ \ \
| * | | | | Fix comparisons involving NaNLukas Rytz2016-06-021-0/+38
* | | | | | scala version in benchmark projectLukas Rytz2016-06-021-1/+1
* | | | | | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-019-86/+286
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-015-4/+35
| |\ \ \ \ \
| | * | | | | SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-243-0/+34
| | * | | | | SI-7898 Report paste errors improvedlySom Snytt2016-05-231-1/+1
| | * | | | | SI-7898 Read user input during REPL warmupSom Snytt2016-05-201-3/+0
| * | | | | | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-264-82/+251
| * | | | | | Merge pull request #4959 from rjolly/scripting15Stefan Zeiger2016-05-252-8/+4
| |\ \ \ \ \ \
| | * | | | | | Use jarlister in buildRaphael Jolly2016-05-212-8/+4
| | |/ / / / /
* | | | | | | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-0116-0/+503
|\| | | | | |
| * | | | | | Merge pull request #5061 from performantdata/benchmark-frameworkJason Zaugg2016-05-257-0/+457
| |\ \ \ \ \ \
| | * | | | | | Enable full compiler optimizations in JMH benchmarking.Performant Data LLC2016-05-051-1/+1
| | * | | | | | Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-033-59/+61
| | * | | | | | Improve the OpenHashMapBenchmark run times.Performant Data LLC2016-05-031-7/+14
| | * | | | | | Add a JMH runner class to the library benchmark framework.Performant Data LLC2016-05-033-9/+167
| | * | | | | | Benchmark the OpenHashMap memory usage.Performant Data LLC2016-05-034-11/+35
| | * | | | | | Add get() tests to OpenHashMap, reduce timing artifacts.Performant Data LLC2016-05-031-35/+144
| | * | | | | | Add a reference to Doug Lea's benchmarks.Performant Data LLC2016-05-031-1/+2
| | * | | | | | Add JMH to the benchmark framework.Performant Data LLC2016-05-035-0/+156
| * | | | | | | Merge pull request #5169 from som-snytt/issue/4625Lukas Rytz2016-05-239-0/+46
| |\ \ \ \ \ \ \
| | * | | | | | | SI-4625 Warn on first non-toplevel onlySom Snytt2016-05-171-0/+1
| | * | | | | | | SI-4625 Warn when discarding script objectSom Snytt2016-05-173-0/+16
| | * | | | | | | SI-4625 Permit arbitrary top-level in scriptSom Snytt2016-05-163-0/+16
| | * | | | | | | SI-4625 Recognize App in scriptSom Snytt2016-05-163-0/+13
| * | | | | | | | Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-0/+18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-0/+18
| | |/ / / / / / /
* | | | | | | | | Merge commit '4196569' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-0/+48
|\| | | | | | | |
| * | | | | | | | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-0/+48
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge commit '90706b0' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-012-0/+0
|\| | | | | | | | |_|_|/ / / / |/| | | | | |
| * | | | | | Move t8449 to correct placeLukas Rytz2016-05-172-0/+0
| |/ / / / /
* | | | / / SI-9767 document and test behaviour of String->integer/float conversionsMike Pheasant2016-06-011-0/+31
| |_|_|/ / |/| | | |
* | | | | Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-3060-99/+104
|\ \ \ \ \
| * | | | | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-2942-49/+55
| * | | | | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-286-18/+17
| * | | | | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-2821-59/+59
* | | | | | Merge pull request #5191 from som-snytt/issue/9382Lukas Rytz2016-05-305-57/+84
|\ \ \ \ \ \
| * | | | | | SI-9382 Zippy clean-up in aisle 2 & 3Som Snytt2016-05-263-57/+68
| * | | | | | SI-9382 Privatize enhanced x in Tuple2Zipped.OpsSom Snytt2016-05-252-0/+16
* | | | | | | Merge pull request #5193 from som-snytt/issue/9794Lukas Rytz2016-05-302-1/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-9794 Error advice uses decoded method nameSom Snytt2016-05-262-1/+9
* | | | | | | Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-2731-4/+470
|\ \ \ \ \ \ \
| * | | | | | | -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-242-4/+4
| * | | | | | | SI-2712 Add support for higher order unificationMiles Sabin2016-05-2429-0/+466
* | | | | | | | Merge pull request #5186 from lrytz/inlinerM5Jason Zaugg2016-05-271-5/+5
|\ \ \ \ \ \ \ \