summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Optimize nested scope creationJason Zaugg2014-05-261-0/+54
* SI-8507 Avoid lazy val in StringContextSom Snytt2014-05-131-0/+51
* SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-291-0/+10
* Printers tests uncommentedVladimirNik2014-03-132-1171/+1163
* SI-8386 fixedVladimirNik2014-03-111-268/+612
* Merge pull request #3566 from adriaanm/t6455Grzegorz Kossakowski2014-02-251-0/+35
|\
| * SI-6455 util.Try supports withFilterAdriaan Moors2014-02-241-0/+35
* | PrintersTest commentedVladimirNik2014-02-201-1151/+809
* | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-201-155/+155
* | lazy vals printing fixed for typechecked treesVladimirNik2014-02-201-1/+24
* | printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-201-2/+7
* | Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-201-820/+1134
|/
* Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-193-836/+850
|\
| * Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-0/+7
| |\
| * | establishes scala.reflect.api#internalEugene Burmako2014-02-142-836/+844
| * | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-1/+18
| |\ \
| * | | additional class tags for reflection APIEugene Burmako2014-02-141-0/+6
* | | | Group settings should honor user-set individual optionsJason Zaugg2014-02-171-0/+24
* | | | Expose a means to disable boolean settingsJason Zaugg2014-02-171-0/+28
| |_|/ |/| |
* | | SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-141-0/+7
| |/ |/|
* | Merge pull request #3437 from Ichoran/issue/6736Adriaan Moors2014-02-121-1/+18
|\ \ | |/ |/|
| * Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-091-3/+15
| * SI-6736 Range.contains is wrongRex Kerr2014-02-091-1/+6
* | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-101-0/+1
|\ \
| * | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-241-0/+1
* | | SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-091-1/+20
| |/ |/|
* | SI-8213 AnyRefMap.getOrElseUpdate is faultyRex Kerr2014-01-301-0/+12
* | SI-8205 Don't include CR in lineSom Snytt2014-01-291-0/+22
* | SI-8205 Avoid long, slow march to AIIOBE in SourceFile#lineContentJason Zaugg2014-01-291-0/+33
|/
* Problem with EOL in tests for Printers is fixedVladimirNik2014-01-171-2/+7
* SI-4370 Range bug: Wrong result for Long.MinValue to Long.MaxValue by Int.Max...Rex Kerr2014-01-151-0/+123
* Merge pull request #3316 from Ichoran/topic/big-decimal-correctnessAdriaan Moors2014-01-151-0/+225
|\
| * Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-141-0/+225
* | Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-151-0/+815
|\ \ | |/ |/|
| * toCode renamed to showCodeVladimirNik2014-01-131-2/+2
| * Annotated trees processing is modifiedVladimirNik2014-01-071-0/+29
| * Tests for ParsedTreePrinterVladimirNik2014-01-051-0/+786
* | SI-6615 junit testAdriaan Moors2014-01-131-0/+16
* | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-081-0/+18
|\ \
| * | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-061-0/+18
| |/
* | Merge pull request #3306 from Ichoran/topic/junit-set-mapJason Zaugg2014-01-081-0/+479
|\ \
| * | Improved testing framework for sets and maps.Rex Kerr2013-12-261-0/+479
* | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-0/+29
| |/ |/|
* | makes well-known packages and package classes consistent with each otherEugene Burmako2013-12-291-0/+18
|/
* Merge pull request #3218 from som-snytt/issue/8027-repl-dbltabJason Zaugg2013-12-121-0/+52
|\
| * SI-8027 REPL double tab regressionSom Snytt2013-12-031-0/+52
* | add method dequeueOption to immutable.QueueThomas Geier2013-12-051-0/+28
* | Fixes SI-8014, regression in Vector ++ TraversableOnce.Rex Kerr2013-12-021-0/+51
|/
* SI-8022 Backwards compatibility for Regex#unapplySeqJason Zaugg2013-12-011-0/+30
* Merge pull request #3147 from som-snytt/issue/repl-columnsAdriaan Moors2013-11-251-0/+85
|\