summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.scala
Commit message (Expand)AuthorAgeFilesLines
* Backport of r25948Antonio Cunei2011-11-071-2/+2
* Another attempt for #1591.Paul Phillips2011-06-291-0/+26
* Revert changes related to #1591. no review.Paul Phillips2011-06-291-26/+0
* Closes #1591.Paul Phillips2011-06-291-0/+26
* Merged revisions 19624,19629-19630,19645,19651,...Antonio Cunei2009-11-241-202/+350
* Fixed collections unit test (regression in List...Philipp Haller2009-11-081-5/+5
* Moved disabled tests back into their original p...Antonio Cunei2009-11-061-0/+401
* massive new collections checkin.Martin Odersky2009-05-081-421/+0
* add serialization test, disabled patmat debug t...michelou2009-04-211-0/+19
* removed useless annotationmichelou2008-09-041-1/+0
* minor test add-onmichelou2008-08-261-0/+2
* Fixed serialization of enumsmichelou2008-08-261-5/+50
* added test case (serialization)michelou2008-02-211-0/+7
* fixed #523michelou2008-02-201-4/+11
* checked testMartin Odersky2008-01-191-5/+2
* removed warningmichelou2008-01-181-7/+7
* build target is now 1.5Martin Odersky2008-01-171-0/+345
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-111-345/+0
* enums can't be serializedmichelou2007-10-031-4/+4
* minor changesmichelou2007-07-121-37/+39
* added @serializable annotation to ListBuffermichelou2007-03-021-132/+156
* fixed testsMartin Odersky2007-02-151-8/+8
* changed collection librariesMartin Odersky2007-01-041-0/+1
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-2/+2
* Fixed test files after syntax change for closures.Martin Odersky2006-06-211-1/+1
* use the mutable.Set interface of BitSetmihaylov2006-01-241-4/+6
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+316
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-316/+0
* Added missing [serializable]mihaylov2005-06-071-0/+3
* - serialization done in memory (and not more to...michelou2005-05-311-101/+45
* Use attributes to declare serializability of ob...mihaylov2005-05-301-6/+10
* - replaced all occurrences of "<variable>.type"...michelou2005-05-271-27/+27
* - added tests for classes TreeMap, TreeSet.michelou2004-10-071-32/+60
* - added more tests.michelou2004-10-051-62/+124
* - serialization test of Scala collection classes.michelou2004-09-291-0/+275