summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improved the refined build manager.Iulian Dragos2009-06-263-21/+133
* Fixed the fact that reflective calls had logica...Paul Phillips2009-06-261-2/+2
* 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-251-2/+2
* added hoverInfo hookMartin Odersky2009-06-251-0/+2
* better positions for ValDefsMartin Odersky2009-06-251-1/+1
* small fix to named argumentsLukas Rytz2009-06-251-1/+6
* 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-255-64/+65
* fixed bug in Parser and updated check files.Martin Odersky2009-06-251-2/+0
* 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
* 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-223-19/+11
* More equality shenanigans.Paul Phillips2009-06-212-35/+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-205-70/+115
* 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-1816-55/+1540
* tweak to hashable.Paul Phillips2009-06-181-1/+1
* Small fixes in code generation for interface ca...Iulian Dragos2009-06-182-3/+8
* Fixed symbol loaders when called at a very late...Iulian Dragos2009-06-182-4/+7
* (1) some changes to interactive compiler interf...Martin Odersky2009-06-1815-143/+334
* Removed some useless files which declare themse...Paul Phillips2009-06-186-6/+0
* working on dep manager.Iulian Dragos2009-06-181-18/+27
* fixed some deprecation messages.Paul Phillips2009-06-181-2/+2
* Adds @experimental annotation to lower the acti...Paul Phillips2009-06-173-0/+31
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-1768-745/+662