summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* added a toArray method to Seq.Martin Odersky2006-03-133-20/+11
|
* 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-113-44/+57
| | | | | | | 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 '
* 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-1071-83/+85
|
* 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-0979-183/+160
| | | | | | | 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-094-10/+16
|
* Code cleanupmihaylov2006-03-093-74/+69
|
* changed error handling when output location is ...michelou2006-03-091-68/+67
| | | | | | changed error handling when output location is missing (javac) changed ":" into File.pathSeparator
* fix arrays some more.Martin Odersky2006-03-0915-223/+345
|
* cleaned up code in scala/tools/nsc/Main.scalamichelou2006-03-091-25/+23
|
* ScalaBazaar Ant task now correctly handles empt...Gilles Dubochet2006-03-081-16/+16
| | | | | | ScalaBazaar Ant task now correctly handles empty packages (placeholders).
* Some changes to make arrays work betterMartin Odersky2006-03-0816-146/+243
|
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-084-4/+550
| | | | | Added a Scaladoc ant task and extended SABBUS to use it.
* Torned is/asInstanceOf to isAsInstanceOfmihaylov2006-03-083-64/+60
|
* Uncommented the private[scala] access modifier ...mihaylov2006-03-082-3/+2
| | | | | | Uncommented the private[scala] access modifier of class ::'s constructor paremeter
* Removed unnecessary filesmihaylov2006-03-072-113/+0
|
* Do not generate mirros classes for nested objectsmihaylov2006-03-071-9/+14
|
* prepend user-specified classpath to Scala class...michelou2006-03-071-1/+1
| | | | | prepend user-specified classpath to Scala classpath in batch commands
* added copyright notice and cleaned up code in s...michelou2006-03-072-190/+174
| | | | | | added copyright notice and cleaned up code in scala/tools/nsc/doc/Doc*.scala
* added attribute 'remote' to method '$tag' in sc...michelou2006-03-071-2/+3
| | | | | added attribute 'remote' to method '$tag' in scala.ScalaObject
* allow specifying the link of the generated adve...Lex Spoon2006-03-071-4/+20
| | | | | allow specifying the link of the generated advertisement file
* allow the interpreter to be called with a file ...Lex Spoon2006-03-074-40/+74
| | | | | allow the interpreter to be called with a file on the command line
* removed implicit import of java.io.Console (Jav...michelou2006-03-061-26/+22
| | | | | | removed implicit import of java.io.Console (Java 6), cleaned up code (copyright, tabs, ..)
* fixed compilation problemmihaylov2006-03-052-2/+2
|
* Rearranged header and updated copyright infomihaylov2006-03-05162-222/+1100
|