summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.scala
Commit message (Expand)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-181-17/+17
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-65/+0
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-1/+3
* SI-4664 [Make scala.util.Random Serializable] Add test caseJean-Remi Desjardins2012-12-041-0/+15
* pull request feedbackPavel Pavlov2012-09-181-2/+22
* Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-271-7/+8
* Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-161-7/+7
* Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-031-0/+5
* Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-021-1/+6
* Add mutable tree sets to the standard library.aleksandar2012-01-121-1/+6
* Begone t1737...Hubert Plociniczak2011-11-021-14/+14
* Repairing bitrot with serialization.Paul Phillips2011-10-031-12/+5
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-9/+0
* Merge branch 'work'Aleksandar Pokopec2011-01-261-2/+2
* Made parallel collections serializable.Aleksandar Pokopec2010-12-091-0/+57
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-24/+7
* Fixes #3878. No review.Aleksandar Pokopec2010-11-101-1/+6
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-021-0/+30
* As hash codes change, so do the tests - output ...Aleksandar Pokopec2010-10-201-0/+1
* Another attempt for #1591.Hubert Plociniczak2010-10-011-0/+26
* Revert changes related to #1591. no review.Hubert Plociniczak2010-09-291-26/+0
* Closes #1591.Hubert Plociniczak2010-09-221-0/+26
* updated/extended serialization tests michelou2009-11-201-202/+350
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-1/+1
* 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