summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Revert "Accept prefixed xml attributes with null value"Paul Phillips2012-01-101-22/+3
*---. Merge remote-tracking branches 'odersky/master', 'odersky/topic/capturing' an...Paul Phillips2012-01-091-0/+33
|\ \ \
| | | * Accept prefixed xml attributes with null valueSzabolcs Berecz2012-01-071-3/+22
| | | * Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-071-0/+14
* | | | Fix for PartialFunction NPE.Paul Phillips2012-01-081-0/+7
* | | | Made Array manifests return type arguments.Paul Phillips2012-01-071-0/+10
| |_|/ |/| |
* | | Fix for crasher where Arrays meet abstract types.Paul Phillips2012-01-062-0/+21
* | | Moved Origins into scala.reflect.internal.util.Paul Phillips2012-01-051-1/+1
* | | Don't mark mixed in methods as bridges.Paul Phillips2012-01-051-0/+14
* | | Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-042-0/+18
|/ /
* / More uniformity for the parser.Paul Phillips2011-12-311-0/+13
|/
* Fixing slightly damaged test.Paul Phillips2011-12-281-1/+1
* repl power mode improvements.Paul Phillips2011-12-282-3/+23
* Consecutive type application.Paul Phillips2011-12-272-0/+72
* [vpm] emitting switches -- BodyTreeMakerAdriaan Moors2011-12-241-1/+2
* [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
* Merge remote-tracking branches 'axel22/issue/5293' and 'jsuereth/fix-5053-vie...Paul Phillips2011-12-193-0/+37
|\
| * unzip(3) on view now returns view.Josh Suereth2011-12-182-0/+26
| * Fix for seq/array varargs crasher.Paul Phillips2011-12-131-0/+11
* | Fix #5293 - changed the way hashcode is improved in hash sets.aleksandar2011-12-191-0/+83
|/
* Fix reflective toolbox producing invalid bytecodeEugene Burmako2011-12-075-1/+38
* 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
|/
* 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
* | Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-042-0/+21
|/
*-----. 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
| |/
* / Add withErrorMessage/withFailureMessage to Parser.Daniel C. Sobral2011-12-022-0/+39
|/
* Improved BitSet implementationsStefan Zeiger2011-12-012-0/+131
* Fixed -Xfuture 5.ds, deprecated 0-octal.Paul Phillips2011-11-292-4/+4
* Moved the test for SI-5230 from files to pendingEugene Burmako2011-11-292-20/+0
* Test for SI-5230Eugene Burmako2011-11-292-0/+20
* Reflection toolboxes now respect settings that ...Eugene Burmako2011-11-282-0/+33
* Fix for erroneous bytecode generation.Paul Phillips2011-11-283-0/+25
* updated test cases for Scala Ant tasksmichelou2011-11-274-15/+0
* Disabling failing javap test.Paul Phillips2011-11-202-49/+0
* Fix and re-enable test, that got broken by chan...amin2011-11-161-0/+38
* Disabled broken test, review by odersky.Paul Phillips2011-11-161-38/+0
* Reverted ProductN parent for case classes.Paul Phillips2011-11-161-65/+76
* Towards better reflection APIs.Martin Odersky2011-11-151-1/+1
* Changed reflection to allow getting a Scala Sym...amin2011-11-151-6/+26