summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* fix IndexedSeqTest to work in both Ant and sbtSeth Tisue2017-02-131-3/+14
* Test IndexedSeq, including ArrayOps, WrappedArray.Mike Skells2017-01-281-0/+567
* [Backport] Modify ArrayBuilder and WrappedArrayBuilder to be reusableMasaru Nomura2016-12-282-0/+58
* Use ClassTag instead of Manifest in AssertUtil.assertThrows.Sébastien Doeraene2016-12-171-5/+4
* SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-0/+39
* Improve performance of REPL autocompletionJason Zaugg2016-11-221-0/+8
* Merge pull request #5378 from som-snytt/issue/9913Seth Tisue2016-10-261-0/+6
|\
| * SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-0/+6
* | SI-9832 Fix line endings in junit testSom Snytt2016-10-191-18/+22
* | SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-0/+63
|/
* Avoid triple-quoting triple quotesSom Snytt2016-06-171-0/+8
* SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-0/+57
* Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-0/+18
|\
| * SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-0/+18
* | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-0/+48
|/
* Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-0/+28
|\
| * SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-0/+28
* | SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-1/+11
|/
* SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-0/+48
* SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-0/+30
* Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-131-0/+73
|\
| * Test addedwpopielarski2015-11-061-0/+73
* | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
|/
* Suppress unneeded import.Performant Data LLC2015-10-141-2/+2
* SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-0/+42
* Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+11
* Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-0/+8
* Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-211-0/+161
|\
| * Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-1/+8
| * Fix completion for synthetic case modules and methodsJason Zaugg2015-09-101-2/+8
| * Hide some completion candidates on the first TABJason Zaugg2015-09-091-0/+9
| * More liberal matching in REPL autocompletionJason Zaugg2015-09-091-0/+9
| * Camel Case and JavaBean completionJason Zaugg2015-09-081-0/+11
| * Sort completion proposalsJason Zaugg2015-09-031-0/+3
| * Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-0/+4
| * Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-0/+3
| * Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+109
* | Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-211-0/+24
|\ \
| * | SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-191-0/+24
| |/
* / Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-0/+6
|/
* SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-0/+81
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-1/+1
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-241-0/+89
* [backport] Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-231-0/+42
* Improve some names (t-v)Janek Bogucki2015-07-151-1/+1
* Fix 23 typos (m-o)Janek Bogucki2015-06-282-2/+2
* Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-243-12/+262
|\
| * Producers / Consumers AnalysisLukas Rytz2015-06-223-12/+262
* | Fix 25 typos (g-i)Janek Bogucki2015-06-222-2/+2
|/
* Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-191-6/+10
|\