summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-0628-534/+951
* small changes to supercallsMartin Odersky2007-04-052-7/+15
* cleanup up imports in Ant tasksmichelou2007-04-052-23/+14
* explicit supercalls + new style for syntax + ba...Martin Odersky2007-04-0410-74/+135
* removed unsealedClass in Definitionsmichelou2007-04-031-30/+11
* Trying to fix the build....Sean McDirmid2007-04-031-2/+2
* Removing 1.5 specific APIsSean McDirmid2007-04-032-10/+13
* Fixed isUnbox/isBox methods.Iulian Dragos2007-04-031-2/+2
* - annotations on types use lifted reflect trees...Lex Spoon2007-04-017-29/+616
* 1.Lex Spoon2007-04-012-81/+118
* fixed bug1013Martin Odersky2007-03-302-2/+2
* fixed bug1017Martin Odersky2007-03-301-14/+27
* fixed bug1024.Martin Odersky2007-03-306-10/+22
* assumes () parameterless if overridden method h...Martin Odersky2007-03-301-10/+15
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-302-12/+12
* Fixed problem with sensibility checks.Martin Odersky2007-03-283-9/+12
* Fixed tail call elimination for calls in the rh...Iulian Dragos2007-03-281-1/+2
* New scala docSean McDirmid2007-03-285-0/+1406
* Revamped scala-doc.Sean McDirmid2007-03-2812-33/+90
* 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
* - added user-accessible settings for the interp...Lex Spoon2007-03-243-27/+96
* fixed bug1014Martin Odersky2007-03-232-12/+9
* when printing an import statement, do not add {...Lex Spoon2007-03-231-1/+5
* 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
* added links to compiler sourcesmichelou2007-03-221-393/+464
* fixed coverage checking to use <:< (Adriaan's b...Burak Emir2007-03-221-2/+5
* Rolled back changes for assignments that carry ...Iulian Dragos2007-03-221-30/+38
* oops, forgot to add ParallelMatchingBurak Emir2007-03-221-0/+589
* new pattern matching algoBurak Emir2007-03-228-442/+320
* Added support in the backend for assignments th...Iulian Dragos2007-03-211-38/+30
* Major rewrite of optimization phases.Iulian Dragos2007-03-2121-208/+612
* added Array.deepEquals, improved external links...michelou2007-03-203-7/+180
* 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 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