summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released Scala 2.6.0-finalv2.6.0michelou2007-09-111-2/+2
* added "import Predef._" for successful MSIL buildmichelou2007-09-112-18/+17
* Ported bug fixes from trunk.Philipp Haller2007-09-104-25/+57
* fixed 'v@unapply' problemBurak Emir2007-09-072-33/+34
* released Scala 2.6.0-RC3michelou2007-09-051-2/+2
* propagated fix for ticket #55michelou2007-09-052-1/+7
* patch from trunk, fixes #44Burak Emir2007-09-041-12/+9
* various fixes (among them #11)Burak Emir2007-09-046-76/+118
* Ported changes from trunk into branch.Philipp Haller2007-09-046-18/+39
* removed unchecked warningmichelou2007-09-041-1/+1
* corrected typo in type argument (collection.Set)michelou2007-09-041-2/+2
* added changes from Burak (src+test), Iulian (be...michelou2007-09-0345-391/+593
* fixed ticket40Martin Odersky2007-08-311-9/+15
* fixed mixup of versionsMartin Odersky2007-08-311-7/+5
* Propagated fix to lazy values in traits (ticket...Iulian Dragos2007-08-312-2/+14
* Propagated fix for ticket #30Iulian Dragos2007-08-317-67/+83
* fixed ticket 17 (unboxing 2d-arrays)Martin Odersky2007-08-301-7/+18
* fixed TreePrintersMartin Odersky2007-08-301-6/+9
* fixed lift build problemMartin Odersky2007-08-302-13/+18
* fix^2 of defect 15.Martin Odersky2007-08-294-29/+85
* fixed defects 3, 9, 15Martin Odersky2007-08-293-22/+42
* improved scalatest help message (cont'd)michelou2007-08-291-1/+1
* improved scalatest help messagemichelou2007-08-291-1/+3
* fixed contrib #739michelou2007-08-281-0/+4
* fixed bug1292 (cnt'd)michelou2007-08-273-0/+141
* Fixed bug1292Martin Odersky2007-08-272-11/+15
* added Ant attribute "failonerror"michelou2007-08-275-43/+55
* released Scala 2.6.0-RC2michelou2007-08-231-2/+2
* rollbacked to rev 12640, added bug fix #1286michelou2007-08-2329-118/+84
* synchronized with Sean's changesmichelou2007-08-2227-76/+114
* Scala release 2.6.0michelou2007-08-22102-1587/+2921
|\
| * small fix in outputmichelou2007-08-221-3/+3
| * fixed method slice both in arrays and lists (se...michelou2007-08-2214-84/+184
| * NEW TEST BUG1279. FIXED CHECK FILE.Martin Odersky2007-08-223-1/+45
| * fixed (as side-effect of fix for 1210, I assume)Adriaan Moors2007-08-221-0/+0
| * fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-223-1/+36
| * fixed bug1243Martin Odersky2007-08-221-1/+1
| * Added back 'lazy' modifier to generator's globa...Iulian Dragos2007-08-221-1/+1
| * New STARR to fix bug #1248, and allow 'lazy' in...Iulian Dragos2007-08-222-2/+2
| * 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-226-45/+55
| * unapplySeq-optimization works in combination wi...Burak Emir2007-08-212-1/+23
| * fixed #1281, reverted Sean's lazy generator in ...Burak Emir2007-08-213-1/+24
| * 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-219-215/+364