summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed #2031.Philipp Haller2009-06-291-1/+1
* scalap changed to treat named parameters and pa...ilyas2009-06-297-123/+193
* Fixed #2107.Iulian Dragos2009-06-291-3/+7
* Added default implementation for debug hover in...Miles Sabin2009-06-291-1/+27
* fix #2103Lukas Rytz2009-06-292-12/+6
* Misc fussing with DSL details.Paul Phillips2009-06-293-84/+83
* More of the DSL.Paul Phillips2009-06-2810-146/+123
* DSL refinement continues apace.Paul Phillips2009-06-284-121/+70
* Refactoring of sender/reply, as well as !!, !? ...Philipp Haller2009-06-2810-240/+356
* More fleshing out of code generation DSL.Paul Phillips2009-06-2812-218/+196
* ComponentResized et al moved to UIElementResizedIngo Maier2009-06-284-4/+33
* Continued development of code generation DSL.Paul Phillips2009-06-275-393/+291
* 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
* 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