summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* enabled new initialization semantics for -Xexpe...Martin Odersky2008-07-221-8/+7
| | | | | enabled new initialization semantics for -Xexperimental
* Fixed bug in get and remove methods.Philipp Haller2008-07-221-49/+57
|
* inconsequential change to get the checkin build...Martin Odersky2008-07-221-1/+1
| | | | | inconsequential change to get the checkin build to try again
* Deprecated slice(n).Geoffrey Washburn2008-07-221-1/+2
|
* trying to fix buildMartin Odersky2008-07-222-7/+25
|
* Fixed msilName.Geoffrey Washburn2008-07-221-2/+2
|
* AllClass => NothingClassGeoffrey Washburn2008-07-2225-99/+95
| | | | | AllRefClass => NullClass
* fixed build problemMartin Odersky2008-07-212-12/+38
|
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-2110-276/+459
| | | | | added Iterator.flatten method; refactoring: closure -> baseTypeSeq
* Made mailbox in Actor protected (this is necess...Philipp Haller2008-07-182-2/+83
| | | | | | Made mailbox in Actor protected (this is necessary for JoinActor). Added get and remove methods to MessageQueue.
* Fixed indentation, removed tabs.Iulian Dragos2008-07-181-22/+22
|
* Hopefully, fixed random NPE crashes in the back...Iulian Dragos2008-07-181-3/+3
| | | | | Hopefully, fixed random NPE crashes in the backend.
* objects to vals, cosmetic changesIngo Maier2008-07-186-15/+19
|
* renderer renamed to rendererComponentIngo Maier2008-07-162-4/+4
|
* fixed #1100Adriaan Moors2008-07-151-7/+11
|
* Fixed and added things for Andrew, rearranged e...Ingo Maier2008-07-1530-68/+154
| | | | | | Fixed and added things for Andrew, rearranged event hierarchy and list renderers
* cleanupSean McDirmid2008-07-151-9/+0
|
* Updating SymbolLoaders to ensure during refresh...Sean McDirmid2008-07-152-2/+7
| | | | | | Updating SymbolLoaders to ensure during refresh that a directory is still a directory. (only in the IDE)
* cosmetic changes (Unit)michelou2008-07-152-13/+14
|
* `ilasm' won't be called automatically, anymore.lorch2008-07-141-14/+0
| | | | | | within a build tool, to allow the user to specify for example the generation of debug symbols.
* Seperate compilation (Part 2 of 2): scalaclorch2008-07-142-8/+18
| | | | | Validated by Lukas Rytz
* Reverted r15497 and r15500.Geoffrey Washburn2008-07-121-5/+3
|
* fix for #1028Lukas Rytz2008-07-122-52/+57
| | | | | converted some tabs to spaces
* 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
| | | | | Disabled support for static forwarders because it breaks compilation.
* Increased timeout in build.xml to make all test...Philipp Haller2008-07-092-3/+5
| | | | | Increased timeout in build.xml to make all tests pass.
* Now encoded glyphs in identifiers that are not ...Geoffrey Washburn2008-07-091-4/+42
| | | | | | Now encoded glyphs in identifiers that are not valid for Java/JVM. New STARR built with this encoding.
* Adding some comments to document what's going o...Sean McDirmid2008-07-091-2/+4
| | | | | | Adding some comments to document what's going on (why we have to thread through some booleans and call another method with an identical body).
* 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
| | | | | | Fixing early value initialization for IDE (which is not compatible with stubbing because the parser tests for ValDefs directly).
* early initialization fixes.Martin Odersky2008-07-0911-40/+48
| | | | | | | fix: interface methods read by JavaParser are now deferred. fix: List extends Product. fixes to Java : _* that make it possible to compile ObjectRunner without warnings. NEW STARR
* 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
| | | | | | 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)