summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Winnowing down the pattern matcher into smaller...Paul Phillips2009-06-302-41/+42
* Mostly rewriting Unapplies as I work my way thr...Paul Phillips2009-06-303-119/+113
* minor cleanups for named argsLukas Rytz2009-06-308-39/+55
* Restored TreeBuilder to its only-deliver-untype...Paul Phillips2009-06-301-67/+80
* Enhanced error message when a type error is bec...Paul Phillips2009-06-304-9/+30
* More elucidation work on the pattern matcher.Paul Phillips2009-06-305-102/+75
* A few residual DSL bits.Paul Phillips2009-06-302-23/+21
* Eliminating some unnecessary code duplication.Paul Phillips2009-06-303-32/+18
* Applied patches to fix the issues in #2074.Philipp Haller2009-06-305-1/+25
* Applied patch to fix #2098.Philipp Haller2009-06-302-0/+8
* Applied patch to fix #2104 and added test.Philipp Haller2009-06-303-6/+58
* Working on the pattern matcher.Paul Phillips2009-06-296-82/+105
* Reverted default parameters on RichInt range me...Paul Phillips2009-06-291-2/+4
* Fixed #2106.Iulian Dragos2009-06-291-28/+42
* Added test for #2031.Philipp Haller2009-06-292-0/+15
* Fixed #2031.Philipp Haller2009-06-291-1/+1
* scalap changed to treat named parameters and pa...ilyas2009-06-2933-1224/+237
* Fixed #2107.Iulian Dragos2009-06-291-3/+7
* Added default implementation for debug hover in...Miles Sabin2009-06-293-3/+30
* 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
* Prepares a test for further changes in Reactor.Philipp Haller2009-06-281-2/+0
* 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
* 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