summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Increased timeout for compilation of tests.Philipp Haller2008-07-081-1/+1
|
* Added timeout option to invocation of partest t...Philipp Haller2008-07-081-1/+2
| | | | | Added timeout option to invocation of partest task.
* 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
|
* Added pending tests for #1070, #1079 and #1087.Gilles Dubochet2008-07-084-0/+10
|
* Fixed r15497 to handle the case where a file th...Geoffrey Washburn2008-07-081-5/+6
| | | | | | Fixed r15497 to handle the case where a file that doesn't end in ".scala" already exists.
* Patch so that .scala can be be ommited when loa...Geoffrey Washburn2008-07-071-1/+2
| | | | | Patch so that .scala can be be ommited when loading a file.
* Trying to patch up NoPosition crash from syntax...Sean McDirmid2008-07-071-2/+6
| | | | | | Trying to patch up NoPosition crash from syntaxError call in Parser that only affects the IDE.
* Adding dependency tracking from classes to the ...Sean McDirmid2008-07-051-5/+7
| | | | | | | Adding dependency tracking from classes to the traits they implement, as the classes must be recompiled when the layout of any extended trait changes.
* Ingo's fix that I didn't actually committ a few...Sean McDirmid2008-07-031-3/+9
| | | | | Ingo's fix that I didn't actually committ a few days ago as I thought.
* 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
| | | | | | | Fixed (most of) the varargs warnings in the compiler and libraries. Fixing the remaining ones in scala.tools.nsc.ObjectRunner will have to wait on a fix to #1003.
* 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
| | | | | | | | Refactor proxies: IterableProxy, SeqProxy, RandomAccessSeqProxy, MapProxy: not all methods were proxied previously; proxy methods are now declared in the same order as in proxied traits (to make maintaining easier)
* 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
|
* removing the .settings folder from svnLukas Rytz2008-06-271-15/+0
|
* - added AnnotationChecker and TraverseComponentLukas Rytz2008-06-278-43/+122
| | | | | - improved the rest
* 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
| | | | | | Added support for generating static forwarders for objects that have companion classes (see #363).
* Fix build revision number.Geoffrey Washburn2008-06-261-2/+2
|
* Seq.apply, RandomAccessSeq.applystepancheg2008-06-254-0/+28
|
* Added test for #503.Geoffrey Washburn2008-06-252-0/+10
|
* Fix initialization when constructing a MarkupPa...Geoffrey Washburn2008-06-241-4/+4
| | | | | Fix initialization when constructing a MarkupParser.
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-2412-23/+47
| | | | | | lazy vals cannot override strict vals and vice versa; fixed initialization bugs that caused scala and fsc to fail.
* Converting all vals possible into lazy vals, sh...Sean McDirmid2008-06-241-4/+4
| | | | | Converting all vals possible into lazy vals, should fix it.
* convering vals to lazy vals to accomodate new i...Sean McDirmid2008-06-242-18/+18
| | | | | convering vals to lazy vals to accomodate new initialization semantics.
* trying to fix buildSean McDirmid2008-06-241-1/+1
|
* * scaladoc - changed two objects into vals to a...Sean McDirmid2008-06-248-98/+149
| | | | | | | | * scaladoc - changed two objects into vals to avoid NPE in current build. - made model frame XML IDE friendly * IDE - hardening of various crashes - better semantic highlighting
* 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
| | | | | | use early initialization instead of relying on compiler moving valdefs in front of constructors.
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-206-50/+92
| | | | | new STARR which implements pre-initialized fields correctly.
* speed up ArrayBuffer by replacing BoxedAnyArray...stepancheg2008-06-204-22/+30
| | | | | speed up ArrayBuffer by replacing BoxedAnyArray with raw JVM array
* test for #1049pradel2008-06-201-0/+5
|
* fix^2 of t0590Martin Odersky2008-06-194-2/+14
|
* fixed t0590Martin Odersky2008-06-191-2/+6
|
* Cleaned up handling of reply destinations for r...Philipp Haller2008-06-183-100/+91
| | | | | | | Cleaned up handling of reply destinations for remote actors. Remote actor proxies now support all message send operations of the Actor trait in a general way.
* Fixed #1054.Iulian Dragos2008-06-181-1/+3
|
* gixed gilles' gadt problems. Added some testsMartin Odersky2008-06-1810-8/+105
|
* fixed #504Martin Odersky2008-06-181-12/+14
|
* fixed some bugs; disabled devirtualize; desiabl...Martin Odersky2008-06-1713-127/+367
| | | | | | fixed some bugs; disabled devirtualize; desiabled bells in JLineReader; fixed Gilles problems with GADTs
* test and fix for #1027pradel2008-06-172-1/+20
|
* added tests for #1035 and #1038 to pendingpradel2008-06-173-0/+18
|
* stub tree duplicate returns itself and no longe...Sean McDirmid2008-06-151-1/+1
| | | | | stub tree duplicate returns itself and no longer crashes.