summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added header in file scala/tools/nsc/EvalLoop.s...michelou2006-03-241-6/+13
* Added inlining phase, fixed some bugs.Iulian Dragos2006-03-2414-86/+608
* hide stack trace in error messages when handlin...michelou2006-03-234-33/+46
* corrected initialization of variable _USER_CLAS...michelou2006-03-221-1/+2
* added support for abbreviated commands in file ...michelou2006-03-221-18/+24
* adapted Window generic template to correspondin...michelou2006-03-221-15/+13
* fixed a typoLex Spoon2006-03-221-1/+1
* Better print support, now even for polymorphic ...Iulian Dragos2006-03-221-1/+1
* corrected Windows tool template to match corres...michelou2006-03-222-32/+11
* Quick hack so that polymorphic types are printe...Iulian Dragos2006-03-221-1/+10
* removed 'scala.class.path' from classpathDefaul...michelou2006-03-221-3/+1
* removed unsubstituted properties in Windows tem...michelou2006-03-222-6/+6
* adapted Windows templates to changes made in th...michelou2006-03-212-17/+31
* The compiler now takes care of its parameter cl...Gilles Dubochet2006-03-211-5/+11
* Corrected scripts to circumvent class loader bu...Gilles Dubochet2006-03-212-23/+28
* (no commit message)Martin Odersky2006-03-211-10/+21
* added header and author in file scala/util/Flui...michelou2006-03-211-0/+13
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-212-12/+123
* removed duplicated test 'if $cygwin ; ..' in fi...michelou2006-03-202-11/+1
* Exception thrown by the very last instruction i...Iulian Dragos2006-03-201-1/+9
* 1.Gilles Dubochet2006-03-2069-253/+143
* changed '~dp0' to '~dps0' in the Windows templa...michelou2006-03-202-2/+2
* Fixed problem in 2.Martin Odersky2006-03-201-1/+1
* 1.Martin Odersky2006-03-2015-93/+126
* Fixed returns from synchronized blocks.Iulian Dragos2006-03-201-0/+25
* convert value of variable SCALA_HOME on Cygwinmichelou2006-03-181-0/+1
* added missing file scala/runtime/NonLocalReturn...michelou2006-03-181-0/+13
* 1. Added a range method to Array.scalaMartin Odersky2006-03-189-13/+125
* Fixed class -> object resident bug.Iulian Dragos2006-03-171-4/+10
* added a missing pair of ""Lex Spoon2006-03-161-1/+1
* Fixed trait presentation highlighting bug.Sean McDirmid2006-03-161-1/+1
* unix script to call the interpreterBurak Emir2006-03-161-0/+99
* Add the compiler's classpath to the Interpreter...Lex Spoon2006-03-151-3/+7
* Add the compiler's classpath to the Interpreter...Lex Spoon2006-03-151-2/+14
* added license and readme files to the docmichelou2006-03-151-8/+46
* Added parent classloader to interpreterSean McDirmid2006-03-152-4/+11
* Improved the efficiency of Iterator.filter and ...mihaylov2006-03-152-18/+27
* Removed broken navigation links.Sean McDirmid2006-03-152-6/+12
* added DCodeLex Spoon2006-03-153-0/+495
* fixes bug #502Burak Emir2006-03-151-2/+3
* oops, adding makeBind(.) didn't actually workBurak Emir2006-03-151-1/+1
* added a makeBind(.) around pat to resolve bug #548Burak Emir2006-03-151-1/+1
* removed asList, change \Burak Emir2006-03-141-5/+3
* changed ThrowMatchError stuffBurak Emir2006-03-141-1/+1
* changing asList to toListBurak Emir2006-03-141-1/+1
* disabling sequence pattern parsing (a,b)Burak Emir2006-03-141-8/+10
* disabling isInstanceOfErasedBurak Emir2006-03-141-2/+5
* prtty printer update plus node::\ methodBurak Emir2006-03-142-6/+12
* Improved scaladoc comment for class CountedIter...mihaylov2006-03-141-2/+1
* 1. Added a BigInt classMartin Odersky2006-03-1419-40/+615