summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* added FJBG classes to doc/script.jsmichelou2006-10-201-28/+56
* added support for typed patternsMartin Odersky2006-10-191-1/+1
* commentBurak Emir2006-10-191-0/+20
* fix 781, nullpointerexcs in matcherrorBurak Emir2006-10-191-3/+6
* added more comments in scala/xml/Utility.scalamichelou2006-10-151-64/+151
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-144-12/+35
* changed "All/AllRef" to "Nothing/Null" in test/...michelou2006-10-137-10/+50
* fixed both methods 'reportError' in scala/io/So...michelou2006-10-121-6/+7
* improved comments in scala/collection/*.scalamichelou2006-10-1117-133/+248
* Added 'Direct known subclasses' feature to scal...Iulian Dragos2006-10-116-72/+0
* cleaned up comments in scala/xml/*.scalamichelou2006-10-111-20/+70
* attribute nillableBurak Emir2006-10-114-41/+52
* 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