summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Fixed contribution #357 (infinite recursion in ...mihaylov2007-03-021-1/+1
| | | | | Fixed contribution #357 (infinite recursion in List.reverse_:::)
* added scaladoc commentmichelou2007-03-011-1/+17
|
* updated scaladoc comments (links, tuples, ..)michelou2007-03-012-3/+6
|
* added code example to scaladoc commentmichelou2007-02-281-4/+29
|
* Made Attributes deprecated and removed subclass...Iulian Dragos2007-02-284-6/+6
| | | | | | Made Attributes deprecated and removed subclassing between Annotation and Attribute
* updated example in scaladoc commentmichelou2007-02-281-14/+12
|
* fixed bug #963michelou2007-02-271-13/+21
|
* made Elem serializable again, added Utility.sor...Burak Emir2007-02-272-1/+15
| | | | | | made Elem serializable again, added Utility.sort method for attribute sorting
* Added case to the Empty object.Sean McDirmid2007-02-271-20/+10
|
* xml.Elem has now {apply,unapply} !Burak Emir2007-02-273-15/+40
| | | | | | + Utility.trim function to remove whitespace + tests
* updated svn:keywords and scaladoc commentsmichelou2007-02-2716-72/+104
|
* Made BeanProperty an AnnotationIulian Dragos2007-02-271-1/+1
|
* fixed exhaustivity check for objects missing "c...Burak Emir2007-02-271-1/+1
| | | | | | fixed exhaustivity check for objects missing "case", sealed hierarchies containing abstract classes added sealed to xml.parsing.DFAContentModel
* (no commit message)Sean McDirmid2007-02-273-91/+83
|
* added svn keywords, improved commentsmichelou2007-02-265-68/+114
|
* (no commit message)Sean McDirmid2007-02-2616-21/+412
|
* updated tool options in man pagesmichelou2007-02-261-20/+22
|
* updated scaladoc commentsmichelou2007-02-252-5/+20
|
* * fixed x @ unapplypat bindingBurak Emir2007-02-252-0/+28
| | | | | * added Node.unapply, QNode.unapply
* Removed Pair(...), Triple(...).Martin Odersky2007-02-2159-339/+294
|
* Removed obsolete fields in ScalaRunTimemihaylov2007-02-201-11/+0
|
* Made Boxed{Byte,Short,Char,Int}.cannonical finalmihaylov2007-02-204-4/+4
|
* regenerated TupleN classes so that their toStri...Adriaan Moors2007-02-2022-57/+57
| | | | | | regenerated TupleN classes so that their toString matches the (...) tuple syntax update .check files that contained tuple toString output
* (no commit message)Philipp Haller2007-02-201-6/+5
|
* updated annotations in Scala librarymichelou2007-02-2070-359/+407
|
* fixed slice methodMartin Odersky2007-02-2011-3/+71
|
* added explicit self defsMartin Odersky2007-02-191-0/+16
|
* Reverted to the old attribute syntax for mutabl...mihaylov2007-02-181-1/+1
| | | | | | Reverted to the old attribute syntax for mutable.Queue to satisfy the STARR compiler
* Fixed bug contribution #338 in mutable.Queuemihaylov2007-02-181-16/+20
|
* deprecated [...] attribute syntax. Martin Odersky2007-02-152-1/+5
| | | | | allowed non-K&R style braces.
* changed tuple syntax to (...)Martin Odersky2007-02-1347-233/+241
|
* small fixes to newline behavior.Martin Odersky2007-02-121-6/+7
|
* Fixed Iterable.drop according to contribution #332mihaylov2007-02-121-1/+1
|
* Fixed contribution #322 concerning RichStringmihaylov2007-02-111-1/+1
|
* Generate direct reference to the TYPE field of ...mihaylov2007-02-112-32/+33
| | | | | | Generate direct reference to the TYPE field of the Java box classes for classOf[PrimitiveType]
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-0913-16/+86
|
* made subtyping decidable.Martin Odersky2007-02-091-1/+1
|
* changed non-exhaustivity to attributesMartin Odersky2007-02-071-0/+18
|
* small portability fixes to the librarymihaylov2007-02-074-3/+5
|
* added missing file headersmichelou2007-02-079-50/+122
|
* updated deprecated methodsmichelou2007-02-071-2/+12
|
* Adding wrappers around Java's reference classes.Sean McDirmid2007-02-076-0/+60
|
* Fixed references to the deprecated ListMap.Emptymihaylov2007-02-062-2/+2
|
* Removed the PrintStream version of Stream.printmihaylov2007-02-061-6/+4
|
* Merged the dotnet-scala branchmihaylov2007-02-065-15/+11
|
* changed pair(...) to {...}Martin Odersky2007-02-0548-234/+233
|
* fixed compilation error in CopyPropagation.scalamichelou2007-02-052-15/+13
|
* (no commit message)Martin Odersky2007-02-032-14/+0
|
* rewrote list patterns to avoid exhaustivity war...Burak Emir2007-02-031-6/+12
| | | | | rewrote list patterns to avoid exhaustivity warnings
* deprecated checks moved to refchecks.Martin Odersky2007-02-026-6/+52
|