summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Scala decompiler test suite addedilyas2009-05-065-15/+87
* new collections snapshotMartin Odersky2009-05-056-38/+40
* Fix and test case for #1286.Paul Phillips2009-05-041-0/+9
* BigDecimal: mark methods appeared in 2.8stepancheg2009-05-041-3/+9
* util.Random @since 2.8stepancheg2009-05-041-1/+3
* StringBuilder helper function to reduce lots of...Paul Phillips2009-05-049-107/+65
* fixing what looks like a problem in ParallelMat...Martin Odersky2009-05-041-1/+9
* making the backend work for new as well as old ...Martin Odersky2009-05-043-6/+8
* some cosmetic changes to make it compatible wit...Martin Odersky2009-05-041-3/+3
* Fixes for #839 and #840, and removed some dupli...Paul Phillips2009-05-042-55/+10
* Fix for #805Paul Phillips2009-05-041-1/+1
* Fixed potential memory leak.Philipp Haller2009-05-041-9/+9
* caught corner case for interpreter commands.Paul Phillips2009-05-031-4/+9
* Synced src/dotnet-library with rev 17621 of src...Paul Phillips2009-05-0212-101/+251
* Fix for #402.Paul Phillips2009-05-012-2/+2
* remedied a logic error I accidentally introducedPaul Phillips2009-05-011-5/+2
* Renamed overloaded toString variations througho...Paul Phillips2009-05-0121-94/+87
* Fix and test case for #1773.Paul Phillips2009-05-011-6/+16
* Pulled inappropriately output-producing method ...Paul Phillips2009-05-011-99/+50
* Implemented convenience methods for Xhtml as de...Paul Phillips2009-05-011-48/+72
* Patch for #1118 appliedPaul Phillips2009-05-011-5/+11
* Fix and test for #1937Paul Phillips2009-04-301-1/+1
* Factored common interface of UnprefixedAttribut...Paul Phillips2009-04-303-10/+81
* restoring unwisely removed toString variant.Paul Phillips2009-04-301-0/+2
* Fix for #901.Paul Phillips2009-04-301-1/+1
* Some minor cleanups made in the course of looki...Paul Phillips2009-04-302-93/+25
* continuing fix for #1626 into trac commentsPaul Phillips2009-04-301-1/+1
* Fix and test case for #1626.Paul Phillips2009-04-301-0/+2
* fix for #1712Paul Phillips2009-04-301-2/+1
* Two minor findbugs-discovered logic errors I've...Paul Phillips2009-04-302-5/+6
* Reimplementation of XML encoding heuristics fro...Paul Phillips2009-04-302-137/+61
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-2917-146/+60
* added isInstanceOf/asInstanceOf to repl completionPaul Phillips2009-04-291-1/+3
* Further fix to r17585: less hacky implementatio...Gilles Dubochet2009-04-291-10/+11
* Minor refinements to pull parser, plus fix for ...Paul Phillips2009-04-292-19/+10
* Added a MissingRequirementError variant of Fata...Paul Phillips2009-04-283-3/+13
* Updated scaladoc to show now using jvm box cache.Paul Phillips2009-04-281-2/+2
* Rewrote XML pull parser using exciting modern t...Paul Phillips2009-04-281-95/+118
* Fixed wrong attribution of duplicated labels in...Iulian Dragos2009-04-281-5/+3
* removed Namers.scala.1 / .2Lukas Rytz2009-04-282-2093/+0
* Fixed documentation on ApplicationIulian Dragos2009-04-271-5/+14
* Fixed evidently wrong condition in subtyping te...Gilles Dubochet2009-04-271-1/+1
* fix for #1594Paul Phillips2009-04-261-1/+2
* fixed inadvertantly busted icode printingPaul Phillips2009-04-251-3/+2
* Fix for #1752.Paul Phillips2009-04-241-1/+4
* Removed redundant scala.tools.util.UTF8Codec.Paul Phillips2009-04-243-84/+2
* Restructured Enumeration to have many fewer pub...Paul Phillips2009-04-231-54/+18
* some small changes to implicits handling, exist...Martin Odersky2009-04-237-45/+118
* Backward-compatible extension of the signatureAntonio Cunei2009-04-225-12/+24
* Changed Flags object not to inherit from Enumer...Paul Phillips2009-04-225-36/+8