summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changed 'mixin class' into 'trait' in docs/exam...michelou2006-03-143-5/+5
| | | | | changed 'mixin class' into 'trait' in docs/examples/*.scala
* added '-' in property 'time.short' to be sbaz f...michelou2006-03-141-1/+1
| | | | | added '-' in property 'time.short' to be sbaz friendly
* 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
| | | | | Improved scaladoc comment for class CountedIterator
* 1. Added a BigInt classMartin Odersky2006-03-1419-40/+615
| | | | | | | | 2. Error rather than crash when regexp pattern is encountered 3. Small bug fixes. 4. Added support for filter and subRange in all array classes (was missing before). 5. Prepared for generalization of implicit conversions as needed for BigInt (but this is not yet enabled).
* better NodeSeqBurak Emir2006-03-141-2/+2
|
* changed XHTML tags to lowercase in src/compiler...michelou2006-03-142-175/+160
| | | | | | changed XHTML tags to lowercase in src/compiler/scala/tools/nsc/doc/*.scala
* Fixed package treated as object bug.Sean McDirmid2006-03-131-2/+7
|
* added rudimentary support for import statementsLex Spoon2006-03-131-28/+73
|
* undo a testing hackLex Spoon2006-03-131-2/+1
|
* allow reading and writing to arbitrary streams,...Lex Spoon2006-03-131-19/+31
| | | | | allow reading and writing to arbitrary streams, not just Console
* fix the classpath for the "quick" scalaint scriptLex Spoon2006-03-131-1/+1
|
* added a toArray method to Seq.Martin Odersky2006-03-133-20/+11
|
* Reverted back Stephane's incorrect changes to t...Gilles Dubochet2006-03-131-9/+9
| | | | | | Reverted back Stephane's incorrect changes to the versioning scheme. It needs to REMAIN THAT WAY to be compatible with SBaz.
* updated file 'build.number' in SVN trunk 'scala'michelou2006-03-121-2/+4
|
* uses major/minor/patch versions before incremen...v2.0.0michelou2006-03-121-9/+9
| | | | | uses major/minor/patch versions before incrementing them
* Added bug545Martin Odersky2006-03-122-0/+16
|
* Removed errorType test; it is repeated in bug545 Martin Odersky2006-03-122-12/+0
|
* Fixed some more bugs and improved error messages.Martin Odersky2006-03-123-5/+20
|
* Bug fixesMartin Odersky2006-03-117-12/+38
|
* corrected missing path conversion on Cygwin for...michelou2006-03-114-46/+64
| | | | | | | corrected missing path conversion on Cygwin for file 'generic-unix.tmpl' added handling of option '-cp/-classpath' in file 'tool-windows.tmpl ' use task <copy> instead of <symlink> on Windows in file 'build.xml '
* log file 'build.timers' now located in 'logs' d...michelou2006-03-111-106/+0
| | | | | log file 'build.timers' now located in 'logs' directory
* (no commit message)Lex Spoon2006-03-112-0/+12
|
* updated man pages for Scala 2michelou2006-03-104-4/+190
|
* Actually really got rid of the print message.Gilles Dubochet2006-03-101-3/+3
|
* Getting rid of a print message.Sean McDirmid2006-03-101-1/+1
|
* Fixed bug where scaladoc chokes on finding a UR...Sean McDirmid2006-03-101-2/+6
| | | | | | Fixed bug where scaladoc chokes on finding a URL for <refinement> (whatever that means).
* Changed '-inline' to '-Xinline'Iulian Dragos2006-03-101-1/+1
|
* Reverting file (I think) to fix broken build.Sean McDirmid2006-03-101-1/+0
|
* (no commit message)Martin Odersky2006-03-1072-84/+86
|
* Merged in by hand stephane's changes because SV...Sean McDirmid2006-03-101-1/+5
| | | | | Merged in by hand stephane's changes because SVN is evil.
* Reintroduced the toList method for efficiencymihaylov2006-03-101-5/+5
|
* using double brakets enables logical or in bashBurak Emir2006-03-101-1/+1
|
* fixed removing of first :Burak Emir2006-03-101-0/+1
|
* performed some renamings in the compiler & libraryMartin Odersky2006-03-0981-184/+267
| | | | | | | All -> Bottom AllRef -> Null mixin class -> trait
* Fixed bugs in Scala doc.Sean McDirmid2006-03-094-134/+306
|
* fixed handling of classpath again, adds "." if ...Burak Emir2006-03-091-3/+5
| | | | | fixed handling of classpath again, adds "." if nothing is specified
* Use the names from StdNames where appropriatemihaylov2006-03-091-16/+16
|
* made the view method implicitmihaylov2006-03-091-15/+16
|
* fixed handling of classpath, never try to modif...Burak Emir2006-03-091-5/+52
| | | | | fixed handling of classpath, never try to modify bootclasspath
* slight tweak to support scalaint scriptsLex Spoon2006-03-091-1/+1
|
* fixed names of view methodsBurak Emir2006-03-091-2/+2
|
* fixed names of view methodsBurak Emir2006-03-091-2/+1
|
* fixed names of view methodsBurak Emir2006-03-098-27/+27
|
* (no commit message)Martin Odersky2006-03-097-7/+60
|