summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Forgot to enable the Array Projection type in A...Sean McDirmid2007-08-292-4/+4
* fix^2 of defect 15.Martin Odersky2007-08-294-29/+88
* Fixed double definition bug (ticket #21).Iulian Dragos2007-08-291-2/+2
* this file is no longer necessary, had been move...Burak Emir2007-08-291-28/+0
* FIXED DEFECTS 3, 9, 15Martin Odersky2007-08-293-20/+20
* Forgot one file from my previous commit.Iulian Dragos2007-08-291-5/+0
* Fixed match error in tree browser.Iulian Dragos2007-08-292-9/+35
* * Added Array.Projection to facilitate efficien...Sean McDirmid2007-08-2914-136/+146
* Reverted changes to CompleteLattice which broke...Iulian Dragos2007-08-281-13/+1
* fixed contrib #739michelou2007-08-281-0/+4
* Various improvements/bug fixes in the icode rea...Iulian Dragos2007-08-285-17/+74
* Improved boxing optimization.Iulian Dragos2007-08-281-5/+5
* fixed bug1292Martin Odersky2007-08-272-11/+15
* added Ant attribute 'failonerror'michelou2007-08-271-39/+50
* fixed build, better compilation of literal patt...Burak Emir2007-08-245-57/+120
* all guards are pulled out into DefDefs, new pat...Burak Emir2007-08-236-87/+100
* fixed commentmichelou2007-08-231-3/+4
* Updated STARR to Scala-2.6.0-RC2michelou2007-08-232-3/+1219
* in pm, result temp variable owned by current ow...Burak Emir2007-08-232-8/+6
* Fixed bug #1287, lazy vals in trait methods.Iulian Dragos2007-08-231-1/+3
* fix #1286Burak Emir2007-08-231-4/+4
* Fixed Array.slice to use impementation in Rando...Sean McDirmid2007-08-2227-76/+114
* small fix in outputmichelou2007-08-221-3/+3
* fixed method slice both in arrays and lists (se...michelou2007-08-2212-84/+102
* fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-221-1/+18
* fixed bug1243Martin Odersky2007-08-221-1/+1
* Added back 'lazy' modifier to generator's globa...Iulian Dragos2007-08-221-1/+1
* cleaned up TreesMartin Odersky2007-08-226-86/+44
* fix #1285Burak Emir2007-08-222-11/+28
* Added more debug output to NetKernel.Philipp Haller2007-08-221-10/+26
* type attribute of Ident was lost, due to missin...Burak Emir2007-08-223-8/+6
* revert 'List.unapplySeq + guard', problem in te...Burak Emir2007-08-221-1/+1
* Ident(sym) => mkIdent(sym), avoids unattributed...Burak Emir2007-08-225-41/+43
* unapplySeq-optimization works in combination wi...Burak Emir2007-08-211-1/+1
* fixed #1281, reverted Sean's lazy generator in ...Burak Emir2007-08-212-1/+2
* disentangled Trees from Global.Martin Odersky2007-08-213-8/+60
* fixed bug1274Martin Odersky2007-08-215-84/+103
* fix #1282, optimized translation of List.unappl...Burak Emir2007-08-218-215/+355
* Fixing scaladoc bugSean McDirmid2007-08-211-1/+1
* fixed bug1284Martin Odersky2007-08-211-2/+2
* some fix for bug1279Martin Odersky2007-08-217-21/+85
* forgot to replace the old symbols by the cloned...Adriaan Moors2007-08-211-2/+3
* Martin: please reviewAdriaan Moors2007-08-201-38/+32
* allow _ as wildcard higher-order type param in ...Adriaan Moors2007-08-201-7/+7
* added header and svn propsmichelou2007-08-201-7/+13
* updated syntaxmichelou2007-08-202-15/+15
* removed private modifiermichelou2007-08-201-2/+2
* fixed some bugs related to existentials.Martin Odersky2007-08-205-61/+79
* fixed contrib #747michelou2007-08-201-3/+10
* updated syntaxmichelou2007-08-202-43/+69