summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixed warning messagesmichelou2007-07-261-2/+2
* fixed bugs 1242, 1236, 1210Martin Odersky2007-07-253-24/+53
* fixed bugs 1237, 1241Martin Odersky2007-07-251-2/+4
* fixed bug 1241Martin Odersky2007-07-253-6/+43
* fixed porblems intoduced by 12401 that caused s...Martin Odersky2007-07-251-4/+4
* fixed bug1234Martin Odersky2007-07-253-74/+114
* new algo supports guardsBurak Emir2007-07-252-14/+28
* 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-246-37/+98
* 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-2311-165/+276
* reverted 3 warning removals made in rev 12323 a...michelou2007-07-232-124/+126
* Added multidimensional arrays (up to 9 dimensio...Iulian Dragos2007-07-2310-25/+57
* removed some more type aliasesmichelou2007-07-2324-193/+225
* 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
* 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
* Changed annotation handling in the backend to u...Iulian Dragos2007-07-196-83/+87
* Rolled back, redid ++ to ++= change, and recomm...Sean McDirmid2007-07-191-18/+18
* Changed ++ call to ++=Sean McDirmid2007-07-191-3/+3
* fixed 1085 (tentatively -- Martin, please review)Adriaan Moors2007-07-171-1/+1
* removed "fromString" warningsmichelou2007-07-171-2/+2
* Moved “debug” command-line option from -X to -Y.Gilles Dubochet2007-07-171-1/+1
* returns NoSymbol instead of nullmichelou2007-07-171-2/+2
* minor changemichelou2007-07-171-1/+1
* added class SymbolNamesmichelou2007-07-173-84/+148
* Support jline in the interactive shell.Lex Spoon2007-07-176-35/+138
* 1.Lex Spoon2007-07-172-3/+10
* Fixed looping behavior in inliner.Iulian Dragos2007-07-171-1/+1
* Added assertion to prevent using packages as va...Iulian Dragos2007-07-161-0/+4
* removed warnings.. (hello guys)michelou2007-07-166-196/+215
* Changed organisation of Scalac's command-line o...Gilles Dubochet2007-07-167-180/+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