summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed bugs 54, 415Martin Odersky2006-10-302-27/+53
* added healing for escaping singleton types.Martin Odersky2006-10-304-13/+83
* * (unapply) fixed accessor handling for product...Burak Emir2006-10-301-2/+4
* * handles unapplySeqBurak Emir2006-10-295-42/+74
* support UnApply in pattern matcher.Burak Emir2006-10-285-64/+29
* changed unapply implMartin Odersky2006-10-279-140/+98
* fixed productBurak Emir2006-10-279-54/+54
* added "looseset" Lex Spoon2006-10-271-0/+32
* Fixed embarrassing bug which broke the build.Iulian Dragos2006-10-271-2/+3
* removed warning in WordBerrySethi.scalamichelou2006-10-272-66/+117
* (no commit message)Martin Odersky2006-10-271-1/+1
* fixed problem in fix to bug783 that causes buil...Martin Odersky2006-10-261-4/+5
* Fixed accessors for functions which access prot...Iulian Dragos2006-10-261-4/+3
* fixed problem in findMemberMartin Odersky2006-10-261-2/+0
* depr remBurak Emir2006-10-261-1/+1
* unapply patchBurak Emir2006-10-2614-26/+421
* removed deprecation and some unapply stuffBurak Emir2006-10-2610-12/+97
* fixed bug783Martin Odersky2006-10-261-2/+3
* fixed bugs 779, 788Martin Odersky2006-10-262-18/+24
* Added protected accessors in super accessors.Iulian Dragos2006-10-262-9/+157
* fxied bug788Martin Odersky2006-10-269-11/+12
* fixed bug54Martin Odersky2006-10-251-24/+45
* Updated type patterns in DBC to use wildcards.Gilles Dubochet2006-10-242-4/+4
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-2442-86/+158
* separated constrs/defs tables for primitive typ...michelou2006-10-231-24/+40
* Warn for Java annotations without -target:jvm-1...mihaylov2006-10-231-1/+4
* reverted 'const' to 'var' (syntax not supported...michelou2006-10-211-8/+8
* fixed bug780Martin Odersky2006-10-201-1/+4
* fixed bug784Martin Odersky2006-10-201-4/+4
* fixed problems in type patternsMartin Odersky2006-10-203-22/+88
* added assertMartin Odersky2006-10-201-0/+1
* added FJBG classes to doc/script.jsmichelou2006-10-202-90/+209
* added 'deprecation' flag to ant/Scalac.scala an...michelou2006-10-201-15/+46
* added support for typed patternsMartin Odersky2006-10-1914-317/+379
* added experimental support for primitive types ...michelou2006-10-192-8/+141
* Fixed bugs in orElse, more general typing.Philipp Haller2006-10-192-15/+42
* commentBurak Emir2006-10-191-0/+20
* fix 781, nullpointerexcs in matcherrorBurak Emir2006-10-192-5/+10
* abstractfile api + small cleanupBurak Emir2006-10-185-84/+35
* added Ant/Eclipse classes in nsc/doc/script.jsmichelou2006-10-182-154/+291
* added more Java classes in doc/script.jsmichelou2006-10-181-1/+33
* commented error message "BAD_FILE: .." in util/...michelou2006-10-181-29/+41
* removed no longer used directory tools/ant/reso...michelou2006-10-172-129/+0
* fixed bug #773 (scaladoc)michelou2006-10-172-162/+198
* added handling of zip entriesBurak Emir2006-10-171-7/+10
* Added ? operator.Philipp Haller2006-10-172-0/+4
* Fixed many bugs in icodeReader and added basic ...Iulian Dragos2006-10-161-0/+1
* Fixed many bugs in icodeReader and added basic ...Iulian Dragos2006-10-167-30/+161
* Added .tpe for symbols.Iulian Dragos2006-10-161-1/+2
* * Added support for accessing files directlySean McDirmid2006-10-169-122/+187