summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-031-56/+56
* Added some tests for TreeMap/TreeSet.Erik Rozendaal2011-12-282-0/+182
* Made RedBlack private to the scala.collection.immutable package.Erik Rozendaal2011-12-281-6/+9
* Make sure the redblack test compiles and runs.Erik Rozendaal2011-12-281-40/+36
* Merge branch 'type-currying-mini' of /scala/trunk into developPaul Phillips2011-12-272-0/+72
|\
| * Consecutive type application.Paul Phillips2011-12-272-0/+72
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'ijuma/issue/5341', 'kepler/topic/reifyclosure...Paul Phillips2011-12-271-0/+130
|\ \ \ \ | |_|_|/ |/| | |
| | * | fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-251-0/+130
| | |/
* | / Fixed regression in lub calculation.Paul Phillips2011-12-261-0/+12
|/ /
* | [vpm] emitting switches -- BodyTreeMakerAdriaan Moors2011-12-245-1/+21
* | [vpm] common sub-expression elimination for conditionsAdriaan Moors2011-12-243-0/+12
* | [vpm] unapplyProd: faster matching for case classesAdriaan Moors2011-12-243-0/+28
|/
* Omit non-essential TypeApply trees.Eugene Burmako2011-12-222-33/+0
* Fix for classOf NPE.Paul Phillips2011-12-192-0/+14
* Test case closes SI-5119.Paul Phillips2011-12-191-0/+13
* Merge remote-tracking branches 'axel22/issue/5293' and 'jsuereth/fix-5053-vie...Paul Phillips2011-12-198-34/+141
|\
| * unzip(3) on view now returns view.Josh Suereth2011-12-182-0/+26
| * Fixed scalacheck test to fail if it's failing.Paul Phillips2011-12-161-7/+1
| * Improve quality of scalacheck range tests input and output.Daniel C. Sobral2011-12-161-26/+55
| * Fix for seq/array varargs crasher.Paul Phillips2011-12-131-0/+11
| * Test case closes SI-4063.Paul Phillips2011-12-121-0/+39
| * Test case closes SI-4273.Paul Phillips2011-12-121-0/+8
| *-. Merge remote-tracking branches 'kepler/topic/typeparamsfix', 'kepler/ticket/5...Paul Phillips2011-12-121-1/+1
| |\ \
| | | * Batch files no longer swallow exit codesEugene Burmako2011-12-091-1/+1
| | |/
* | / Fix #5293 - changed the way hashcode is improved in hash sets.aleksandar2011-12-192-4/+87
|/ /
* / Disabled another presentation compiler test.Paul Phillips2011-12-093-215/+0
|/
*-. Merge remote-tracking branches 'soc/SI-4990', 'fedgehog/docs_fix_for_scala.Ei...Paul Phillips2011-12-076-4/+40
|\ \
| | * Fix reflective toolbox producing invalid bytecodeEugene Burmako2011-12-075-1/+38
| |/ |/|
| * Migration message and version cleanupSimon Ochsenreither2011-12-071-3/+2
|/
* Merge remote-tracking branches 'blair/documentation-typo-fix' and 'blair/remo...Paul Phillips2011-12-061-1/+1
|\
| * Fix documentation stutters.Blair Zajac2011-12-061-1/+1
* | Fix documentation typo.Blair Zajac2011-12-061-1/+1
|/
* Disabled non-deterministic tests.Paul Phillips2011-12-0561-11380/+0
* Another test pack for reflectionEugene Burmako2011-12-054-0/+34
* Merge remote-tracking branch 'kepler/topic/reifytests'Paul Phillips2011-12-048-0/+130
|\
| * Test pack for various flavors of reflection.Eugene Burmako2011-12-058-0/+130
| |
| \
*-. \ Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-043-0/+36
|\ \ \
| | * | Delegate to Java's implementation of signum for Long and Int.Ismael Juma2011-12-031-0/+15
| * | | Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-042-0/+21
| | |/ | |/|
* / | Tweaked ident suggestions.Paul Phillips2011-12-045-10/+6
|/ /
* | Added -Ysuggest-idents.Paul Phillips2011-12-033-0/+25
* | Eliminated redundant error message.Paul Phillips2011-12-033-1/+21
* | Fixing wrong-testing test.Paul Phillips2011-12-021-1/+1
|/
* Test case closes SI-4758.Paul Phillips2011-12-021-0/+17
* Test case closes SI-5084.Paul Phillips2011-12-021-0/+5
*-----. Merge remote-tracking branches 'dcsobral/parser/NoSuccessMessages', 'dcsobral...Paul Phillips2011-12-028-0/+223
|\ \ \ \
| | | * | Make Enumeration.ValueSet SerializableStefan Zeiger2011-12-021-0/+24
| | | * | Enumeration and Enumeration.ValueSet improvementsStefan Zeiger2011-12-022-0/+41
| | * | | Makes Range#sum an O(1) operation instead of an O(n) one.Simon Ochsenreither2011-12-022-0/+121
| | |/ /
| * | / Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-024-0/+37
| | |/ | |/|