summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-044-61/+84
* fixed Reifier crash #651Lukas Rytz2008-04-041-0/+3
* removed contractiveness requirement for implici...Martin Odersky2008-04-023-7/+47
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-021-14/+39
* Fixed useless assignment when defining dummy 't...Iulian Dragos2008-04-021-0/+4
* display Tree of tree.tpe in TreeBrowsersLukas Rytz2008-04-021-1/+7
* Re-commented the assert out, it should probably beSean McDirmid2008-03-301-1/+4
* Reverted Sean's change.Geoffrey Washburn2008-03-291-2/+1
* Disabling assertion that seems wrong.Sean McDirmid2008-03-291-1/+2
* fixed matching bug (leading to "subst is null" ...Burak Emir2008-03-221-16/+36
* May have fixed issue #650 (couldn't test fsc ta...Gilles Dubochet2008-03-212-34/+36
* Fixed issues #584 and #602.Gilles Dubochet2008-03-201-1/+1
* Fixed svn propertiesmihaylov2008-03-195-5/+5
* Scalac prints a “type is already defined as“ e...Gilles Dubochet2008-03-181-1/+1
* added CharSequence abstractionMartin Odersky2008-03-172-1/+57
* added better disgniostics for cyclic referencesMartin Odersky2008-03-171-1/+5
* Cleans up what scaladoc generates for synthetic...Lex Spoon2008-03-165-32/+81
* fix for bug #639Sean McDirmid2008-03-161-0/+5
* small code cleanup in a .NET-related method in ...mihaylov2008-03-121-26/+14
* StringBufferClass -> StringBuilderClassmichelou2008-03-111-7/+7
* extended isStrictlyMoreSpecific for erased typesmichelou2008-03-112-17/+25
* StringBuffer -> StringBuildermichelou2008-03-101-3/+2
* 1.Martin Odersky2008-03-106-96/+146
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-097-75/+34
* Fixed #274 by using NameTransformer.decode.Geoffrey Washburn2008-03-071-2/+3
* Applied Andrew Foggin's patch to allow plugins ...Geoffrey Washburn2008-03-071-1/+4
* definitions.init doesn't really need to know ab...Geoffrey Washburn2008-03-071-2/+2
* Switched to scala.StringBuilderIulian Dragos2008-03-061-1/+1