summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* exceptionsBurak Emir2006-10-1039-118/+174
* Made some test cases platform-independentmihaylov2006-10-101-0/+17
* added svn:keywords to scala/actors/*.scalamichelou2006-10-101-1/+1
* modified escapedStringValue and cleaned up comm...michelou2006-10-083-25/+47
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-0851-76/+66
* fixed problem in fix of bug764 that broke distMartin Odersky2006-10-061-0/+3
* In List.filter - prevent the second evaluation ...mihaylov2006-10-061-0/+3
* cleaned up Scala comments in scala/tools/nsc/*....michelou2006-10-051-3/+3
* cleaned up code and comments in scala/testing/*...michelou2006-10-053-147/+172
* updated man page for scaladoc, improved Scala c...michelou2006-10-042-64/+71
* fixed bugs in ListBuffer and ArrayBuffer, added...Burak Emir2006-10-042-33/+47
* removed Scala attributes '_mixin_' and '_trait_'michelou2006-10-042-36/+0
* fixed boolean2orderedLex Spoon2006-10-041-1/+1
* removed leading/trailing tabs/blanks in collect...michelou2006-10-0443-2205/+2226
* added -= method to BufferBurak Emir2006-10-042-2/+13
* fixed multiline descriptions in scaladoc tagsmichelou2006-10-032-2/+2
* rewrote handling of Scala comments in DocGenera...michelou2006-10-036-100/+135
* improved Scala comments in runtime/*.scalamichelou2006-09-2715-199/+254
* added code example to Scala comment in scala/Fu...michelou2006-09-273-3/+45
* improved Scala comments in scala/concurrent/*.s...michelou2006-09-256-89/+152
* Changed the scaladoc comment of foldLeft and fo...mihaylov2006-09-241-4/+4
* added generation of attributes in scaladocmichelou2006-09-228-32/+39
* reverted name change in xml/Document.scalamichelou2006-09-221-5/+5
* removed leading/trailing tabs/blanks in scala/x...michelou2006-09-228-154/+243
* fixed typo in generated scaladoc tagsmichelou2006-09-215-190/+210
* removed leading/trailing tabs/blanks in scala/c...michelou2006-09-2114-149/+209
* removed leading/trailing tabs/blanks in scala/u...michelou2006-09-2021-342/+385
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-191-20/+21
* Removed Predef.Array* michelou2006-09-121-88/+1
* removed leading/trailing tabs/blanks in scala/L...michelou2006-09-124-216/+215
* Small refactoring of the collection librarymihaylov2006-09-1220-175/+105
* Made Console.out and Console.in publicLex Spoon2006-09-121-2/+2
* fixed doc commentBurak Emir2006-09-091-1/+1
* fixed doc commentBurak Emir2006-09-091-3/+3
* removed leading/trailing tabs/blanks in scala/x...michelou2006-09-0810-712/+746
* removed Molecule, uselessBurak Emir2006-09-082-45/+2
* xml changesBurak Emir2006-09-071-1/+1
* added indexOf method to Iterable, added squeeze...Burak Emir2006-09-062-0/+51
* added Seq.isEmpty and changed XML representationBurak Emir2006-09-0610-18/+40
* retrofitted Predef.Array as suggested by Martinmichelou2006-09-061-0/+87
* Fixed compilation bugs arising from the move of...mihaylov2006-09-061-1/+1
* Moved Predef.Array* to scala.Array.apply*mihaylov2006-09-055-122/+119
* fixed invalid HTML code produced by DocGenerato...michelou2006-09-051-46/+67
* removed leading/trailing tabs/blanks in *.scalamichelou2006-09-051-43/+54
* added group and changed metadataBurak Emir2006-09-039-81/+128
* Implemented proposed syntax change for procedur...Martin Odersky2006-09-011-0/+1
* 1. Added by name functions and nby-name implicitsMartin Odersky2006-09-011-0/+26
* reverted to Predef.errormichelou2006-08-311-2/+2
* reverted to Iterator.rangemichelou2006-08-311-1/+1
* cleaned up code in library/scala/**/*.scalamichelou2006-08-3136-1968/+2112