summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Misc cleanups to squeezing logic.Paul Phillips2009-06-271-50/+27
* Gave a Source method a more precise name.Paul Phillips2009-06-272-2/+2
* Fix for #1496.Paul Phillips2009-06-261-4/+2
* Made the value classes lazy vals rather than de...Paul Phillips2009-06-261-29/+18
* idea project structure is reworkedilyas2009-06-269-4/+1548
* Improved the refined build manager.Iulian Dragos2009-06-263-21/+133
* Fixed the fact that reflective calls had logica...Paul Phillips2009-06-262-4/+4
* Removed unused Any_asInstanceOfErased and Any_i...Paul Phillips2009-06-267-49/+21
* Hopefully fix for inadvertant stability failure...Paul Phillips2009-06-261-5/+5
* Initial checkin of a code generation DSL which ...Paul Phillips2009-06-253-146/+256
* New jline jar from mapreduce's generified jline...Paul Phillips2009-06-252-3/+3
* added hoverInfo hookMartin Odersky2009-06-251-0/+2
* better positions for ValDefsMartin Odersky2009-06-251-1/+1
* small fix to named argumentsLukas Rytz2009-06-253-21/+32
* Partest no longer hangs when reporting fails.Philipp Haller2009-06-252-19/+26
* Reverted attempts at inhibiting empty .scala_de...Paul Phillips2009-06-251-9/+0
* The dependecy file is read only when -make is n...Iulian Dragos2009-06-256-23/+223
* named arguments only at top level in () paramet...Lukas Rytz2009-06-259-87/+109
* fixed bug in Parser and updated check files.Martin Odersky2009-06-256-16/+14
* Skeletal implementation of scala.io.File.Paul Phillips2009-06-2411-20/+113
* Generalizations made in the course of evaluatin...Paul Phillips2009-06-242-50/+36
* fixed variance bug; added smart brace insertion...Martin Odersky2009-06-2415-222/+569
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-2416-79/+141
* Working my way toward a consistent interface fo...Paul Phillips2009-06-246-174/+55
* Moving empty .scala_dependencies check around l...Paul Phillips2009-06-242-6/+9
* * dialogs use named arguments now, messages are...Ingo Maier2009-06-2413-150/+204
* Some enhancements to Option to cover a variety ...Paul Phillips2009-06-241-2/+31
* Some incremental steps on overhauling IO.Paul Phillips2009-06-234-72/+94
* Made some minor adjustments to Stream, having d...Paul Phillips2009-06-231-32/+7
* Put a stop to empty .scala_dependencies files.Paul Phillips2009-06-231-0/+6
* Thread-based receive uses ManagerBlocker interf...Philipp Haller2009-06-234-23/+32
* As Ordered now extends Comparable, so too shouldPaul Phillips2009-06-231-1/+3
* Fixed #2062.Philipp Haller2009-06-231-1/+1
* Added test for #2060.Philipp Haller2009-06-231-0/+28
* Removed what amounted to a no-operation in the ...Paul Phillips2009-06-221-51/+31
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-227-25/+30
* Added test for #2034.Philipp Haller2009-06-221-0/+14
* Added test for #2079.Philipp Haller2009-06-221-0/+25
* Added test for #2078.Philipp Haller2009-06-222-2/+11
* More equality shenanigans.Paul Phillips2009-06-213-39/+9
* Created DelayedLazyVal for your def/val hybrid ...Paul Phillips2009-06-203-14/+47
* Exposing more identifiers for tab-completion.Paul Phillips2009-06-202-15/+47
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-2012-107/+212
* Added jline as optional dependency to scala-com...Josh Suereth2009-06-201-0/+6
* Removed some useless type arguments which survi...Paul Phillips2009-06-192-9/+9
* Support for specialization on explicit types.Iulian Dragos2009-06-193-24/+94
* Created scala.reflect.Invocation, which offers ...Paul Phillips2009-06-192-0/+129
* corrected some typosTiark Rompf2009-06-193-3/+3
* Fixed scaladoc crashIulian Dragos2009-06-191-1/+1
* Specialization landed in trunk.Iulian Dragos2009-06-1858-55/+3088