summaryrefslogtreecommitdiff
path: root/src/library/scala/Iterable.scala
Commit message (Expand)AuthorAgeFilesLines
* Updated Stream to be the projection of List.Sean McDirmid2007-07-181-9/+23
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-171-6/+18
* added support for higher-kinded existentials; a...Martin Odersky2007-06-221-0/+4
* Fixed contrib #658 - Iterable.isEmptymihaylov2007-06-171-1/+1
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-46/+26
* fixed bugs 1072, 1067, 1055, 997Martin Odersky2007-04-301-0/+2
* Switching over to position objects from positio...Sean McDirmid2007-04-191-33/+44
* Checking in everything else to fix the build!Sean McDirmid2007-04-031-3/+73
* Checking in, I guess the test failing means thi...Sean McDirmid2007-03-301-13/+12
* Revamped scala-doc.Sean McDirmid2007-03-281-0/+18
* Removed implicit use of any java.lang classes f...mihaylov2007-03-261-1/+1
* Removed Iterable.toArray; it conflicts with Bit...Lex Spoon2007-03-241-10/+0
* - tweaked two commentsLex Spoon2007-03-241-2/+13
* fixed 2 bugs in classs BitSet and added scalado...michelou2007-03-071-2/+7
* updated annotations in Scala librarymichelou2007-02-201-2/+3
* Fixed Iterable.drop according to contribution #332mihaylov2007-02-121-1/+1
* fixed compilation error in CopyPropagation.scalamichelou2007-02-051-13/+11
* Small updates to collection library:Gilles Dubochet2007-01-311-0/+8
* cleanup IterableBurak Emir2007-01-051-9/+1
* another change to collection librariesMartin Odersky2007-01-041-1/+6
* changed collection librariesMartin Odersky2007-01-041-0/+7
* 1.Martin Odersky2007-01-031-13/+169
* indexOf(fun) => indexOf(elem), moved indexOf(el...Burak Emir2006-11-201-1/+23
* Refactored portability supportmihaylov2006-11-011-1/+1
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-0/+3
* exceptionsBurak Emir2006-10-101-2/+2
* fixed typo in generated scaladoc tagsmichelou2006-09-211-2/+2
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-191-20/+21
* Small refactoring of the collection librarymihaylov2006-09-121-0/+5
* added indexOf method to Iterable, added squeeze...Burak Emir2006-09-061-0/+15
* reverted to Predef.errormichelou2006-08-311-2/+2
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-97/+101
* (no commit message)Martin Odersky2006-07-241-1/+2
* 1.Martin Odersky2006-03-201-3/+3
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+1
* made the view method implicitmihaylov2006-03-091-15/+16
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-4/+3
* Rearranged header and updated copyright messagemihaylov2006-03-021-2/+6
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+157