summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-281-6/+10
* | Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-0/+32
|\ \
| * | make BigDecimalTest.testMathContext a bit easier to understandZhong Sheng2015-06-181-13/+14
| * | add more test for testMathContextZhong Sheng2015-05-291-2/+26
| * | add unit test for MathContext lostZhong Sheng2015-05-281-0/+7
| |/
* | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-172-1/+38
* | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-161-0/+69
|\ \
| * | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-0/+69
* | | Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-072-0/+247
|\ \ \ | |/ / |/| |
| * | Fix aliasing / nullness of CHECKCASTLukas Rytz2015-06-041-0/+26
| * | Address review feedbackLukas Rytz2015-05-251-9/+9