summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverted r15497 and r15500.Geoffrey Washburn2008-07-121-5/+3
* fix for #1028Lukas Rytz2008-07-122-52/+57
* Removed some experimental thingsIngo Maier2008-07-111-3/+7
* large swing update, added ComboBoxIngo Maier2008-07-1131-63/+685
* fixed #764 and #770Martin Odersky2008-07-102-10/+7
* cosmetic indentation changes.Martin Odersky2008-07-101-57/+68
* fixed t0851 and t1101.Martin Odersky2008-07-105-43/+113
* fixed t1098Martin Odersky2008-07-091-1/+1
* Disabled support for static forwarders because ...Martin Odersky2008-07-091-2/+6
* Increased timeout in build.xml to make all test...Philipp Haller2008-07-092-3/+5
* Now encoded glyphs in identifiers that are not ...Geoffrey Washburn2008-07-091-4/+42
* Adding some comments to document what's going o...Sean McDirmid2008-07-091-2/+4
* Fixing broken build from last commit.Sean McDirmid2008-07-091-1/+1
* change in ObjectRunner to avoid the warnings.Martin Odersky2008-07-091-2/+2
* Fixing early value initialization for IDE (whic...Sean McDirmid2008-07-091-7/+15
* early initialization fixes.Martin Odersky2008-07-0911-40/+48
* Applied Ross Judson's patch to fix #1072.Gilles Dubochet2008-07-081-1/+1
* Added timeouts to protect against hanging tests.Philipp Haller2008-07-084-29/+70
* Fixed r15497 to handle the case where a file th...Geoffrey Washburn2008-07-081-5/+6
* Patch so that .scala can be be ommited when loa...Geoffrey Washburn2008-07-071-1/+2
* Trying to patch up NoPosition crash from syntax...Sean McDirmid2008-07-071-2/+6
* Adding dependency tracking from classes to the ...Sean McDirmid2008-07-051-5/+7
* Ingo's fix that I didn't actually committ a few...Sean McDirmid2008-07-031-3/+9
* Fixed #1085.Philipp Haller2008-07-025-87/+188
* Removed pointless assertions.Geoffrey Washburn2008-07-0210-39/+0
* Fixed (most of) the varargs warnings in the com...Miles Sabin2008-07-019-25/+21
* Bug fixes.Sean McDirmid2008-06-304-1/+17
* fix for #1064pradel2008-06-291-1/+1
* Refactor proxies: IterableProxy, SeqProxy, Rand...stepancheg2008-06-284-43/+120
* mutable.Set: fix scaladoc param namesstepancheg2008-06-281-2/+2
* fix for #1060pradel2008-06-281-3/+3
* rolled back Constructors.scalaMartin Odersky2008-06-271-0/+2
* (no commit message)Martin Odersky2008-06-271-8/+9
* Add RandomAccessSeqProxystepancheg2008-06-274-7/+36
* Started work on a rewrite for type-flow analysis.Iulian Dragos2008-06-267-13/+307
* Added support for generating static forwarders ...Iulian Dragos2008-06-261-38/+72
* Seq.apply, RandomAccessSeq.applystepancheg2008-06-252-0/+12
* Fix initialization when constructing a MarkupPa...Geoffrey Washburn2008-06-241-4/+4
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-248-14/+21
* Converting all vals possible into lazy vals, sh...Sean McDirmid2008-06-241-4/+4
* convering vals to lazy vals to accomodate new i...Sean McDirmid2008-06-242-18/+18
* trying to fix buildSean McDirmid2008-06-241-1/+1
* * scaladoc - changed two objects into vals to a...Sean McDirmid2008-06-248-98/+149
* fix (?) for windows runner scriptsLukas Rytz2008-06-221-5/+5
* removed pre-supercall moving of valdefsMartin Odersky2008-06-202-2/+7
* use early initialization instead of relying on ...Martin Odersky2008-06-204-84/+88
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-201-43/+85
* speed up ArrayBuffer by replacing BoxedAnyArray...stepancheg2008-06-203-22/+22
* fix^2 of t0590Martin Odersky2008-06-192-1/+8
* fixed t0590Martin Odersky2008-06-191-2/+6