summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed too strict warning for protected membersIulian Dragos2008-04-231-1/+1
* Fixed protected accessor for inherited java mem...Iulian Dragos2008-04-224-27/+76
* added test for outer in Namers.scalamichelou2008-04-223-45/+39
* Accidentally deleted some settings somehow.Geoffrey Washburn2008-04-221-0/+14
* Eliminated the commented out scaladoc settingsGeoffrey Washburn2008-04-221-39/+12
* Fixed #521: MSIL should support separate compil...lorch2008-04-222-12/+15
* fixed #780 and #552Philipp Haller2008-04-211-1/+1
* Fixed deprecatio warnings when calling 'newName'.Iulian Dragos2008-04-218-22/+22
* IDE bug fixesSean McDirmid2008-04-203-4/+14
* no comment.Sean McDirmid2008-04-191-1/+0
* Deprecated non-position versions of newName, ad...Sean McDirmid2008-04-191-1/+5
* Fixed #552Philipp Haller2008-04-181-2/+7
* Don't make a virtual class its own parent.Geoffrey Washburn2008-04-171-3/+4
* Case classes can be virtual (eventually)Geoffrey Washburn2008-04-171-1/+0
* Eliminating these.Geoffrey Washburn2008-04-172-465/+0
* Correction.Geoffrey Washburn2008-04-171-2/+2
* fixed modifiers for virtualsMartin Odersky2008-04-171-7/+9
* Added code pretty-printing for *all* of the pos...Geoffrey Washburn2008-04-171-5/+55
* Deprecating newName/0 in fresh name creator so ...Sean McDirmid2008-04-171-1/+1
* Fixing newName crash in IDE that resulted form ...Sean McDirmid2008-04-171-1/+1
* Flags.DEFERREDmichelou2008-04-161-1/+1
* small fix wrt virtual classesMartin Odersky2008-04-161-1/+1
* Fixed #580: error messages from SourceReader (c...Gilles Dubochet2008-04-163-91/+8
* refined type checking rules wrt selftypes for n...Martin Odersky2008-04-151-2/+17
* fix for #740Sean McDirmid2008-04-141-1/+1
* call initMappings() only once (already called o...lorch2008-04-121-3/+0
* Commented out the println which was causing pos...Geoffrey Washburn2008-04-121-1/+1
* (1) add devirtualization phase.Martin Odersky2008-04-1115-65/+571
* IDE tweaks.Sean McDirmid2008-04-112-10/+16
* fixed #710 (revert some of r14520, but fix for ...Burak Emir2008-04-101-2/+2
* fixes "no-symbol doesn't have owner" crash in e...Burak Emir2008-04-101-1/+1
* removed for nowMartin Odersky2008-04-101-464/+0
* new phase (not yet connected to rest)Martin Odersky2008-04-101-0/+464
* Added a simple target to build a JVM 1.4 versio...Gilles Dubochet2008-04-091-0/+6
* Refactored SuperSabbus' targets to be finer gra...Gilles Dubochet2008-04-094-220/+84
* fixed 495 again (this fix no longer ignores gua...Burak Emir2008-04-091-5/+9
* fixed #654 and #688Martin Odersky2008-04-097-65/+61
* CLRTypes: mutable sequence was modified while i...Lukas Rytz2008-04-091-3/+2
* Fixed #734 issue with filename encoding.Geoffrey Washburn2008-04-091-2/+2
* fixed t607, t699Martin Odersky2008-04-084-13/+17
* improved isCoDefinedMartin Odersky2008-04-071-4/+2
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-076-14/+86
* Fixing infinite loop bug in type checker.Sean McDirmid2008-04-071-2/+13
* Use toString() instead of toString in the inter...Geoffrey Washburn2008-04-071-2/+2
* Undid 14522 for now.Geoffrey Washburn2008-04-071-5/+6
* test and fix for #631pradel2008-04-071-7/+17
* fixed #495Burak Emir2008-04-071-1/+5
* fixed #346Burak Emir2008-04-072-8/+11
* fixed #522Burak Emir2008-04-071-4/+8
* Enhanced @see tag in scaladoc:Iulian Dragos2008-04-053-9/+57