summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-0/+9
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-091-0/+6
* Made NamespaceBinding a case class; addresses t...Paul Phillips2009-07-081-6/+6
* minor change (Scala comments)michelou2009-07-076-65/+106
* minor change (Scala comments)michelou2009-07-072-28/+40
* fixed Scala comments, added svn:keywordsmichelou2009-07-0731-245/+395
* Fixes and test cases for #2124 and #2125.Paul Phillips2009-07-0510-127/+44
* Added the co- part of codec.Paul Phillips2009-07-031-1/+2
* refined range positions some more; eliminated A...Martin Odersky2009-07-022-8/+1
* Applied patches to fix the issues in #2074.Philipp Haller2009-06-302-1/+6
* Applied patch to fix #2104 and added test.Philipp Haller2009-06-301-6/+7
* Reverted default parameters on RichInt range me...Paul Phillips2009-06-291-2/+4
* Gave a Source method a more precise name.Paul Phillips2009-06-272-2/+2
* Skeletal implementation of scala.io.File.Paul Phillips2009-06-246-14/+108
* fixed variance bug; added smart brace insertion...Martin Odersky2009-06-241-1/+1
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-2413-72/+136
* Working my way toward a consistent interface fo...Paul Phillips2009-06-246-174/+55
* Some enhancements to Option to cover a variety ...Paul Phillips2009-06-241-2/+31
* Some incremental steps on overhauling IO.Paul Phillips2009-06-233-72/+93
* Made some minor adjustments to Stream, having d...Paul Phillips2009-06-231-32/+7
* As Ordered now extends Comparable, so too shouldPaul Phillips2009-06-231-1/+3
* Fixed #2062.Philipp Haller2009-06-231-1/+1
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-223-19/+11
* More equality shenanigans.Paul Phillips2009-06-212-35/+9
* Created DelayedLazyVal for your def/val hybrid ...Paul Phillips2009-06-201-0/+44
* Removed some useless type arguments which survi...Paul Phillips2009-06-191-8/+8
* Support for specialization on explicit types.Iulian Dragos2009-06-191-2/+17
* Created scala.reflect.Invocation, which offers ...Paul Phillips2009-06-191-0/+128
* corrected some typosTiark Rompf2009-06-193-3/+3
* Specialization landed in trunk.Iulian Dragos2009-06-181-0/+9
* tweak to hashable.Paul Phillips2009-06-181-1/+1
* (1) some changes to interactive compiler interf...Martin Odersky2009-06-182-6/+55
* fixed some deprecation messages.Paul Phillips2009-06-181-2/+2
* Adds @experimental annotation to lower the acti...Paul Phillips2009-06-172-0/+30
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-1767-703/+622
* made Hashable use a Seq instead of List.Paul Phillips2009-06-161-6/+6
* More work on all the collection proxies.Paul Phillips2009-06-1611-74/+120
* added headers, svn keywords, updated pilib exam...michelou2009-06-1661-85/+257
* An attempt at reintegrating MapProxy.Paul Phillips2009-06-155-61/+118
* A RichClass for the java side which offers type...Paul Phillips2009-06-122-18/+92
* Lots and lots of BigInt and BigDecimal code att...Paul Phillips2009-06-112-29/+87
* Fixed #2051.Paul Phillips2009-06-101-3/+3
* Trying to bring BigDecimal all the way up to sp...Paul Phillips2009-06-101-37/+78
* Added some missing methods to BigDecimal.Paul Phillips2009-06-101-0/+10
* removed debug code (revert r17767 and r17780)Lukas Rytz2009-06-102-51/+1
* A couple findbugs inspired bugfixes, and a new ...Paul Phillips2009-06-092-1/+64
* Use `keySet' and `valueIterable' to get keys an...Gilles Dubochet2009-06-086-28/+49
* Fix for #1993.Paul Phillips2009-06-071-15/+11
* Tightened up XHTML minimization logic - closes ...Paul Phillips2009-06-071-3/+9
* fixed BeanProperty, added BooleanBeanProperty, ...Lukas Rytz2009-06-072-7/+27