summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* new algo supports guardsBurak Emir2007-07-252-14/+28
* deleted unreachable codeBurak Emir2007-07-251-6/+0
* Par..Burak Emir2007-07-254-142/+138
* renamed JlineReader to JLineReader so ant will ...Burak Emir2007-07-252-2/+2
* fixed problems in subtyping.Martin Odersky2007-07-2415-73/+163
* added class scala.Randommichelou2007-07-245-14/+157
* automatically determine polymorphic classOfmihaylov2007-07-241-1/+1
* Unified signature parsing in ClassfileParsermihaylov2007-07-241-64/+7
* delay the deletion of compiled files until theLex Spoon2007-07-241-20/+17
* Added 'generics' option to the Scalac Ant taskmihaylov2007-07-241-0/+6
* reverted pattern matcher symbol callsMartin Odersky2007-07-242-172/+175
* handle the case that a connection to the compil...Lex Spoon2007-07-241-0/+3
* many bug fixes; short syntax for structural types.Martin Odersky2007-07-2319-179/+307
* reverted 3 warning removals made in rev 12323 a...michelou2007-07-232-124/+126
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-2313-25/+120
* removed some more type aliasesmichelou2007-07-2329-205/+237
* (no commit message)Lex Spoon2007-07-221-1/+2
* the option for script compiling is now -XscriptLex Spoon2007-07-222-2/+2
* - handle empty-string argumentsLex Spoon2007-07-221-3/+3
* if the result of an expression includesa newlin...Lex Spoon2007-07-221-4/+9
* when looking for a temporary directory, try to ...Lex Spoon2007-07-221-2/+5
* Implemented Java generics as existential typesmihaylov2007-07-204-62/+95
* Explicitly import java.lang.Integer in test/fil...mihaylov2007-07-202-16/+3
* fixed scalatest so that check files for jvm tes...Adriaan Moors2007-07-202-6/+6
* Fixed bug #1235Iulian Dragos2007-07-201-3/+3
* a better fix than in r12370: delaying normaliza...Adriaan Moors2007-07-202-2/+3
* minor changesmichelou2007-07-202-27/+32
* quick fix for the first part of bug1210 (compil...Adriaan Moors2007-07-202-15/+28
* fixed 1231 (erroneously overriding abstract hig...Adriaan Moors2007-07-204-31/+75
* argh.. added a comment after fixing the check fileAdriaan Moors2007-07-201-4/+4
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-205-4/+28
* Qualifying Integer/Character references with ja...Sean McDirmid2007-07-202-2/+3
* Synced dotnet-library/ with rev 12365mihaylov2007-07-195-15/+44
* Changed annotation handling in the backend to u...Iulian Dragos2007-07-196-83/+87
* Added Stream.Definite toString method to counte...Sean McDirmid2007-07-191-1/+2
* Rolled back, redid ++ to ++= change, and recomm...Sean McDirmid2007-07-191-18/+18
* Changed ++ call to ++=Sean McDirmid2007-07-191-3/+3
* Fixed overload resolution problem that resulted...Sean McDirmid2007-07-191-2/+2
* Fixed ++[B >: A] overload problem.Sean McDirmid2007-07-191-0/+7
* added another example using the combinator pars...Adriaan Moors2007-07-1811-0/+196
* added an embarrassing number of CBN modifiers t...Adriaan Moors2007-07-181-22/+22
* Added test file for contribution #701mihaylov2007-07-181-0/+3
* minor changemichelou2007-07-181-6/+6
* updated examplemichelou2007-07-181-9/+11
* added a generalised version of rep1 that allows...Adriaan Moors2007-07-181-2/+16
* Updated Stream to be the projection of List.Sean McDirmid2007-07-1812-89/+234
* updated examples to new combinator libraryAdriaan Moors2007-07-175-299/+90
* fixed 1085 (tentatively -- Martin, please review)Adriaan Moors2007-07-171-1/+1
* removed "fromString" warningsmichelou2007-07-173-8/+10
* added isEmpty and getOrElse to ParseResultAdriaan Moors2007-07-171-0/+5