summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Repaired some impressively wrong isEmpty logic ...Paul Phillips2009-10-191-3/+3
* Made GenericRange covariant.Paul Phillips2009-10-182-22/+41
* Fix for #1687.Paul Phillips2009-10-171-1/+4
* Fix and test cases for ticket #443.Paul Phillips2009-10-172-8/+4
* Fixed a bunch of issues with GenericRange.Paul Phillips2009-10-163-58/+53
* Expanded shadowing warnings to include block st...Paul Phillips2009-10-161-10/+46
* Fixed typo from last commit.Paul Phillips2009-10-161-1/+1
* added isInclusive to Range.Martin Odersky2009-10-162-0/+4
* Fixed new implementation of Range.Martin Odersky2009-10-162-81/+49
* Created -Xstrict-warnings and got the ball roll...Paul Phillips2009-10-162-25/+49
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-1611-135/+302
* Fix for #2467.Paul Phillips2009-10-161-2/+3
* Removed long dead AST Node Sequence.Paul Phillips2009-10-1514-93/+18
* Scaladoc comment position fixes with tests; sca...Miles Sabin2009-10-145-18/+54
* A hard fought distillation of sequence patterns.Paul Phillips2009-10-142-136/+107
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-143-184/+240
* scala.collection.Vector defaults to immutableTiark Rompf2009-10-142-11/+10
* ++: replaced by ++=:Martin Odersky2009-10-144-15/+16
* Fixed stability issues for the optimised build,...Iulian Dragos2009-10-142-8/+8
* use arraycopy from Platform (for msil)Lukas Rytz2009-10-141-2/+3
* You might think someone would eventually weary ...Paul Phillips2009-10-132-20/+63
* Yet more tracing code.Paul Phillips2009-10-135-29/+81
* Yet more code for scrutinizing the pattern matc...Paul Phillips2009-10-137-51/+70
* Changed mutable +: to +=:Martin Odersky2009-10-139-11/+14
* Fixed #2234.Philipp Haller2009-10-131-0/+1
* Fixed #2422 abd #2461Martin Odersky2009-10-134-7/+13
* vectors encore un foisTiark Rompf2009-10-131-9/+1043
* Fix for disabled test t2359.Philipp Haller2009-10-121-1/+2
* Fixed #2444Martin Odersky2009-10-121-6/+12
* Fixed #2099.Martin Odersky2009-10-122-1036/+18
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-129-98/+124
* Taking a first crack at straightening out MixTy...Paul Phillips2009-10-122-106/+60
* Renamed definedVars to deepBoundVariables.Paul Phillips2009-10-127-45/+68
* Added the concepts of "necessary type" and "suf...Paul Phillips2009-10-113-13/+21
* Further iteration related to patterns and bindi...Paul Phillips2009-10-113-46/+68
* More transitioning bindings to pattern vars.Paul Phillips2009-10-113-40/+41
* Created PatternVarGroup to hold a sequence of p...Paul Phillips2009-10-112-65/+86
* use arraycopy from Platform (for msil)Lukas Rytz2009-10-111-2/+3
* In the same way that raw Trees are giving way t...Paul Phillips2009-10-114-83/+88
* Improving tracing output, and more code organiz...Paul Phillips2009-10-117-151/+185
* reverted changes from r19034 due to jvm/sync-va...Tiark Rompf2009-10-102-497/+492
* made scala.collection.Vector create immutable v...Tiark Rompf2009-10-102-492/+497
* Finished the additions to RuleApplication.Paul Phillips2009-10-103-47/+47
* Further centralized all temporary variable crea...Paul Phillips2009-10-103-90/+79
* fixed another npe in VectorIteratorTiark Rompf2009-10-101-2/+2
* fixed npe when iterating over empty vectorTiark Rompf2009-10-101-0/+5
* fixed WrappedString issue from last commitTiark Rompf2009-10-101-26/+37
* Starting the process of properly encapsulating ...Paul Phillips2009-10-103-49/+82
* initial checkin of new immutable vectorsTiark Rompf2009-10-101-19/+1024
* Breaking down the matcher's various Mix* classe...Paul Phillips2009-10-092-67/+60