summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Small refactoring of the Setting classesmihaylov2007-03-263-16/+21
|
* Fixed bug #1020 (crash on finally with try-catch).Iulian Dragos2007-03-262-18/+12
|
* ParallelMatching falls back when it cannot gene...Burak Emir2007-03-242-3/+21
| | | | | | ParallelMatching falls back when it cannot generate optimized code for ints (@todo)
* - added user-accessible settings for the interp...Lex Spoon2007-03-243-27/+96
| | | | | | | | | - added user-accessible settings for the interpreter - truncate each line of interpreter output to a user-settable length - generate variables like "unnamed123" instead of "line123" - only increment the number for generated variables when one is generated, not for every line submitted to the interpreter
* fixed bug1014Martin Odersky2007-03-232-12/+9
|
* when printing an import statement, do not add {...Lex Spoon2007-03-231-1/+5
| | | | | | when printing an import statement, do not add {} around single identifiers
* fixed bug related to default patternsBurak Emir2007-03-231-2/+3
|
* Fixed stupid comparison warning.Iulian Dragos2007-03-231-17/+0
|
* fixed bug1011Martin Odersky2007-03-231-4/+3
|
* fixed nonsensical warningsMartin Odersky2007-03-231-3/+3
|
* fixed bug1010Martin Odersky2007-03-232-0/+11
|
* modified sinsibility checks and test casesMartin Odersky2007-03-222-10/+13
|
* (1) added readLong to Console.Martin Odersky2007-03-221-0/+43
| | | | | | (2) added print/read methods to Predef (3) added warnings for non-sensical comparisons
* added links to compiler sourcesmichelou2007-03-221-393/+464
|
* fixed coverage checking to use <:< (Adriaan's b...Burak Emir2007-03-221-2/+5
| | | | | | fixed coverage checking to use <:< (Adriaan's bug for typed pattern _:List)
* Rolled back changes for assignments that carry ...Iulian Dragos2007-03-221-30/+38
| | | | | Rolled back changes for assignments that carry their rhs value.
* oops, forgot to add ParallelMatchingBurak Emir2007-03-221-0/+589
|
* new pattern matching algoBurak Emir2007-03-228-442/+320
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* Added support in the backend for assignments th...Iulian Dragos2007-03-211-38/+30
| | | | | | Added support in the backend for assignments that carry the value of their right hand side.
* Major rewrite of optimization phases.Iulian Dragos2007-03-2121-208/+612
|
* added Array.deepEquals, improved external links...michelou2007-03-203-7/+180
| | | | | added Array.deepEquals, improved external links to sources in API doc
* added resource 'source.png' in DocGeneratormichelou2007-03-202-1/+65
|
* added ${version.suffix}michelou2007-03-201-59/+73
|
* Catch tail calls made from tail boolean or.Iulian Dragos2007-03-191-1/+3
|
* added more links to source filesmichelou2007-03-191-0/+86
|
* added external links to library source filesmichelou2007-03-193-299/+407
|
* added method round to RichFloat/RichDouble; Martin Odersky2007-03-192-2/+10
| | | | | fixed bug 1008
* Fixed verify error (bug #1009)Iulian Dragos2007-03-161-0/+2
|
* fixed bug1008Martin Odersky2007-03-162-2/+15
|
* added Array.deepToString, cleaned up MatchErrormichelou2007-03-161-4/+4
|
* at the end of input, return an infinite stream ...Lex Spoon2007-03-161-0/+1
| | | | | at the end of input, return an infinite stream of SU's
* - if a `foo` quoted identifier is truncated, th...Lex Spoon2007-03-161-6/+7
| | | | | | | - if a `foo` quoted identifier is truncated, then be careful to leave - the token type as ERROR print a nicer error message if a `foo` quoted - identifier is truncated
* fixed bug 1001Martin Odersky2007-03-141-3/+26
|
* Fixed crash in backend with Array comparison.Iulian Dragos2007-03-141-0/+2
|
* Fixed crash in backend for scala.ArrayIulian Dragos2007-03-141-1/+4
|
* partial fix of bug 999Martin Odersky2007-03-141-9/+11
|
* re-fixed bug 1000Martin Odersky2007-03-142-2/+18
|
* reverted bug1000 fix, because it caused wquickd...Martin Odersky2007-03-132-5/+10
| | | | | reverted bug1000 fix, because it caused wquickdoc to crash
* fixed problem with buildMartin Odersky2007-03-132-6/+6
|
* fixed bug 1000 and david pollaks problem wrt tu...Martin Odersky2007-03-132-14/+23
| | | | | fixed bug 1000 and david pollaks problem wrt tupling
* reenable compiling of scriptsLex Spoon2007-03-131-1/+4
|
* fixed bugs 910 and 995.Martin Odersky2007-03-123-18/+37
|
* fixed bugs 987/988Martin Odersky2007-03-122-1/+3
|
* fixed build problemMartin Odersky2007-03-121-1/+1
|
* Fixed David Pollacks stack overflow problem.Martin Odersky2007-03-123-11/+39
|
* Fixed bug #993Iulian Dragos2007-03-121-5/+13
|
* revised deadcode detectionMartin Odersky2007-03-094-24/+30
|
* Fixed inconsistent stack height bug when boxing...Iulian Dragos2007-03-091-0/+1
| | | | | Fixed inconsistent stack height bug when boxing involved
* merged fix from branchBurak Emir2007-03-081-1/+0
|
* fixed bug #810michelou2007-03-081-1/+1
|