summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixing bug in iterator, i thinkSean McDirmid2007-05-211-1/+3
|
* Fixing bugSean McDirmid2007-05-211-1/+1
|
* Annotations clean up, including:Lex Spoon2007-05-2117-165/+454
| | | | | | | | - AnnotationInfo has no type parameter. It always has a parse tree, and sometimes has a constant. - SymbolReifier is separated from LiftCode for independent use - reification into reflect.* structures handles more cases - unreify is added, for enough cases that annotations work
* Renamed Fluid to DynamicVariableLex Spoon2007-05-213-73/+98
|
* Added standard pattern matches to the commentsLex Spoon2007-05-212-0/+30
|
* (no commit message)Lex Spoon2007-05-212-0/+43
|
* Added some explicit quotation marks in the SCAL...Lex Spoon2007-05-213-6/+6
| | | | | Added some explicit quotation marks in the SCALA_OPTS examples
* (no commit message)Sean McDirmid2007-05-211-1/+1
|
* Fixing broken test, seems like until was not ta...Sean McDirmid2007-05-211-2/+5
| | | | | | Fixing broken test, seems like until was not taking into account step direction
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-2153-425/+820
| | | | | | | | | | | | | | | | | | | | | | | [1] upgraded buffered iterator to have unbounded lookahead [2] down-graded some custom iterators that could not implement this behavior (compatible because the signatures only indicate Iterator) [3] added RollBackIterator for iterators that can be backed up (useful for scanning) [4] DefaultBufferedIterator for a nice default implementaiton of BufferedIterator [5] Added RandomAccessSeq for Seq's that can be indexed in linear time (e.g., Array), optimized seq methods for these seqs. Got the appropriate classes to inherit from this trait [6] Enhanced projections so they are iterables. An operation on a projection is also a projection (if possible) [7] Various small enhancements to the JCL
* patch from user contributionSean McDirmid2007-05-211-4/+4
|
* Resolved race condition.Philipp Haller2007-05-212-18/+26
|
* minor changesmichelou2007-05-2113-156/+180
|
* Resolved race condition in Reaction.scalaPhilipp Haller2007-05-201-4/+7
|
* Fixed memory leak.Philipp Haller2007-05-202-10/+3
|
* Rich comparison (scala.runtime.Comparator.equal...Gilles Dubochet2007-05-202-6/+13
| | | | | | | | Rich comparison (scala.runtime.Comparator.equals) is not inserted when both sides of an equality are statically known to be equal and of a subtype of Number or Character. This is an optimisation — behaviour should be equivalent as their own equal methods should do ok.
* Fixed stack overflow bug.Philipp Haller2007-05-201-17/+16
|
* removed test outputMartin Odersky2007-05-171-1/+0
|
* fixed bug1102Martin Odersky2007-05-171-0/+2
|
* fixed bugs 1088, 1091Martin Odersky2007-05-175-4/+16
|
* resolved conflictPhilipp Haller2007-05-171-1/+7
|
* fixed itay's problem with variancesMartin Odersky2007-05-161-1/+3
|
* oops, undoing previous premature commitLex Spoon2007-05-161-13/+13
|
* type: wrateRef --> writeRefLex Spoon2007-05-161-12/+13
|
* documented the pickling of annotated types andLex Spoon2007-05-161-0/+41
| | | | | of reflect Tree's, Symbol's, and Type's
* fix^2 bug1111Martin Odersky2007-05-161-2/+6
|
* fixed bug1111Martin Odersky2007-05-161-27/+31
|
* Fixed race conditionSean McDirmid2007-05-161-2/+3
|
* Fixed race conditionSean McDirmid2007-05-162-4/+10
|
* removed unnecessary synchronizationPhilipp Haller2007-05-161-3/+3
|
* fixed 1106Adriaan Moors2007-05-151-0/+1
|
* fixed bug1112Adriaan Moors2007-05-153-4/+5
|
* Actor.start() returns thisPhilipp Haller2007-05-152-2/+3
|
* Fixed contribution #474 - BigInt.equalsmihaylov2007-05-151-0/+1
|
* fixed bug1107Martin Odersky2007-05-152-2/+5
|
* Fxied some svn propertiesmihaylov2007-05-152-2/+2
|
* Synced src/dotnet-library with src/library rev ...mihaylov2007-05-1515-60/+215
| | | | | Synced src/dotnet-library with src/library rev 11027
* added missing else blockmichelou2007-05-151-1/+2
|
* merged Burak's destructive rev11032 with rev11031michelou2007-05-152-596/+585
|
* oops, left a printlnBurak Emir2007-05-141-2/+0
|
* fixed bug 1103 and Sean's example, making marku...Burak Emir2007-05-141-591/+624
| | | | | | fixed bug 1103 and Sean's example, making markupparser error handling more defensive.
* fixed bug1084Martin Odersky2007-05-1429-184/+186
|
* (no commit message)Sean McDirmid2007-05-142-1/+3
|
* Fixed failing serialization for singletons.Iulian Dragos2007-05-141-1/+1
|
* Fixed scala.runtime.Camparator.equals to return...mihaylov2007-05-141-21/+29
| | | | | | Fixed scala.runtime.Camparator.equals to return the same as '==' on the unboxed values
* Fixed contribution #468 in RichChar.{to, until}mihaylov2007-05-141-2/+10
|
* Fixed bug #1097.Iulian Dragos2007-05-111-4/+7
|
* added property file to scala-library.jarmichelou2007-05-111-0/+57
|
* fixed problem with bug1001Martin Odersky2007-05-111-1/+1
|
* Fixed bug1096Martin Odersky2007-05-112-1/+4
|