summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* ScalaDoc, etc.Geoffrey Washburn2008-03-0510-50/+75
* Main accepts, but ignores -Ydoc.Geoffrey Washburn2008-03-052-43/+13
* Created a "new" class that is used for running ...Geoffrey Washburn2008-03-051-0/+111
* Use a java.security.SecureRandom for better Geoffrey Washburn2008-03-041-1/+1
* Added equals methods to instances of Ordered. Geoffrey Washburn2008-03-042-0/+7
* One more redundant use of toString.Geoffrey Washburn2008-03-041-1/+1
* Eliminated a few more redundant uses of toString.Geoffrey Washburn2008-03-041-1/+1
* Strings are immutable, so new String(string) is...Geoffrey Washburn2008-03-031-1/+1
* Elminiated a number of redundant calls to toStringGeoffrey Washburn2008-03-038-10/+10
* Fixing a bug in the IDE related to abstract val's.Sean McDirmid2008-03-021-2/+6
* Fixed issue #586.Gilles Dubochet2008-02-291-3/+7
* First step towards a faster commit build.Gilles Dubochet2008-02-2912-0/+659
* one more attempt to fix raw typesMartin Odersky2008-02-281-37/+28
* fixed problem with raw types reported by lift p...Martin Odersky2008-02-281-11/+26
* Fixed bugsSean McDirmid2008-02-282-9/+16
* Fixed bugsSean McDirmid2008-02-282-13/+46
* fixed #519Martin Odersky2008-02-261-1/+6
* fixed #520Martin Odersky2008-02-261-0/+2
* fixed #537Martin Odersky2008-02-261-1/+1
* fixed #520, #489Martin Odersky2008-02-262-11/+18
* Fixed #466.Iulian Dragos2008-02-261-30/+24
* Removed obsolete "usepredef" from Scalac ant task.Gilles Dubochet2008-02-251-8/+0
* fixed scaladoc commentsmichelou2008-02-252-172/+168
* reverted Burak's change which broke every singl...Martin Odersky2008-02-241-3/+1
* fixed testsMartin Odersky2008-02-233-49/+73
* startup scripts honor an existing SCALA_HOME now.Burak Emir2008-02-231-1/+3
* change -g:notc to -g:notailcallsLex Spoon2008-02-232-2/+2
* no singleton types allowed in new.Martin Odersky2008-02-221-5/+11
* fixed #468michelou2008-02-222-13/+13
* eliminated need to cmpile with -YnopredefsMartin Odersky2008-02-222-1/+15
* another change wrt overriding vals to fix #530Martin Odersky2008-02-221-5/+7
* disallow accesses of the form super.val; allow ...Martin Odersky2008-02-222-61/+81
* allow value overrides in traits; check variance...Martin Odersky2008-02-222-6/+8
* fixed #528Martin Odersky2008-02-221-0/+2
* minor correction in outputmichelou2008-02-211-1/+1
* for queries not understood in the interpreter, ...Lex Spoon2008-02-211-1/+3
* fixed broken build (scaladoc)michelou2008-02-212-11/+6
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-213-255/+284
* peel off any scaladoc comments whenLex Spoon2008-02-211-1/+2
* fixed problem with too optimistic beta reduction.Martin Odersky2008-02-201-2/+6
* changed viewvc -> trac URLmichelou2008-02-191-1/+1
* Moved NewLinePrintWriter to its own file, hopef...Lex Spoon2008-02-192-6/+15
* moved NewLinePrintWriter back to object Interpr...Lex Spoon2008-02-181-4/+3
* Changed scala.Symbol to be always internedIulian Dragos2008-02-182-4/+3
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-182-272/+241
* More small fixes to the new IDE.Sean McDirmid2008-02-172-2/+15
* More fixes for the new IDESean McDirmid2008-02-172-2/+3