summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-2311-25/+105
* removed some more type aliasesmichelou2007-07-2329-205/+237
* 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
* 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-201-15/+18
* fixed 1231 (erroneously overriding abstract hig...Adriaan Moors2007-07-202-31/+60
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-201-1/+1
* Synced dotnet-library/ with rev 12365mihaylov2007-07-194-15/+43
* 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 an embarrassing number of CBN modifiers t...Adriaan Moors2007-07-181-22/+22
* minor changemichelou2007-07-181-6/+6
* 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
* 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
* Moved “debug” command-line option from -X to -Y.Gilles Dubochet2007-07-171-1/+1
* Added rich string builder (a random access sequ...Sean McDirmid2007-07-1736-249/+569
* returns NoSymbol instead of nullmichelou2007-07-171-2/+2
* minor changemichelou2007-07-171-1/+1
* added class SymbolNamesmichelou2007-07-173-84/+148
* - fixed bug in rep1 (optimised version returned...Adriaan Moors2007-07-171-23/+29
* removed unnecessary dependency of Scanners on T...Adriaan Moors2007-07-171-7/+10
* Support jline in the interactive shell.Lex Spoon2007-07-176-35/+138
* 1.Lex Spoon2007-07-173-4/+11
* Fixed looping behavior in inliner.Iulian Dragos2007-07-171-1/+1
* Fixed contribution #692mihaylov2007-07-171-4/+4
* Added assertion to prevent using packages as va...Iulian Dragos2007-07-161-0/+4
* removed warnings.. (hello guys)michelou2007-07-167-197/+223
* Updated Scalac man page for changed command-lin...Gilles Dubochet2007-07-161-107/+69
* Changed organisation of Scalac's command-line o...Gilles Dubochet2007-07-168-183/+126
* fixed last checkin which broke 3 testsMartin Odersky2007-07-141-1/+3
* Fixed bug1049Martin Odersky2007-07-142-2/+6
* gracefully handle end-of-input in the middle of...Lex Spoon2007-07-131-11/+54
* minor tweak to the message for ending multi-lin...Lex Spoon2007-07-131-1/+1
* - set the Java "context classloader" in ObjectR...Lex Spoon2007-07-132-31/+41
* make extra sure that ch==SU whenever theLex Spoon2007-07-131-2/+5
* - interpret() creates compiler.Run the first ti...Lex Spoon2007-07-131-0/+10
* refactorings for SingletionType's to make them ...Martin Odersky2007-07-133-121/+128