summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some distribution-related build dependenc...Gilles Dubochet2006-03-092-85/+95
| | | | | | | Fixed some distribution-related build dependencies and improved the way devel, patch and minor distributions can be requested. Updated README to match current build script.
* Code cleanupmihaylov2006-03-093-74/+69
|
* Fixed check filesmihaylov2006-03-091-0/+1
|
* Fixed check filesmihaylov2006-03-091-6/+6
|
* added directory 'examples' to generated distrib...michelou2006-03-091-1/+4
| | | | | added directory 'examples' to generated distribution
* added file docs/examples/gadts.scalamichelou2006-03-091-0/+22
|
* 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-0917-225/+366
|
* cleaned up code in scala/tools/nsc/Main.scalamichelou2006-03-091-25/+23
|
* Updated SABBUS to: Gilles Dubochet2006-03-081-68/+182
| | | | | | | | | | | 1. Generate better local distributions, same layout as a sbaz-managed directory. 2. Consolidate Sbaz packages into a smaller set. Compatibility packages are also generated. 3. Added number management (triggered by 'release' property). 4. Scaladoc HTML documentation is now part of the distribution. 5. Target 'docs.compiler' generates HTML documentation for compiler. 6. FJBG is now insert into 'scala-compiler.jar' archive for distribution.
* ScalaBazaar Ant task now correctly handles empt...Gilles Dubochet2006-03-081-16/+16
| | | | | | ScalaBazaar Ant task now correctly handles empty packages (placeholders).
* added file build.examples.xml to build/run Scal...michelou2006-03-081-0/+270
| | | | | added file build.examples.xml to build/run Scala examples
* added method 'kill' in some examples docs/examp...michelou2006-03-085-10/+44
| | | | | added method 'kill' in some examples docs/examples/*.scala
* Some changes to make arrays work betterMartin Odersky2006-03-0816-146/+243
|
* added method 'kill' in docs/examples/oneplacebu...michelou2006-03-081-0/+7
| | | | | added method 'kill' in docs/examples/oneplacebuffer.scala
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-086-19/+582
| | | | | Added a Scaladoc ant task and extended SABBUS to use it.
* removed task 'examples' from build.xmlmichelou2006-03-081-44/+0
|
* 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
* added generation of 'scaladoc' commandmichelou2006-03-081-5/+59
|
* adapted some more examples to Scala 2michelou2006-03-083-48/+49
|
* 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
* changed version numberingmichelou2006-03-075-45/+99
| | | | | added Ant task 'examples'
* print stack trace on exceptionmihaylov2006-03-071-0/+1
|
* 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
* Corrected clean-dependencies in SABBUS, cleaned...Gilles Dubochet2006-03-061-270/+426
| | | | | | Corrected clean-dependencies in SABBUS, cleaned-up style, plus various detail improvements.
* 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, ..)
* also prints out hostname and OS in log file bui...michelou2006-03-061-1/+5
| | | | | also prints out hostname and OS in log file build.timers
* fixed compilation problemmihaylov2006-03-052-2/+2
|
* Rearranged header and updated copyright infomihaylov2006-03-05162-222/+1100
|
* use 'mixin/abstract class' instead of 'trait'mihaylov2006-03-0411-34/+21
|
* Remove files that were not required for compila...Gilles Dubochet2006-03-0334-2257/+3
| | | | | | Remove files that were not required for compilation. Clean ignore patterns.
* Initial checkin of new scala-doc tool.Sean McDirmid2006-03-038-282/+666
|
* Small refactoring in some collection classesmihaylov2006-03-0318-52/+36
|
* Update incorrect SVN file-properties.Gilles Dubochet2006-03-0313-0/+0
|
* Use 'mixin class' instead of 'trait'mihaylov2006-03-0397-175/+184
|
* Rearranged header and updated copyright messagemihaylov2006-03-02176-281/+787
|
* changed way to generate 'version.number' property,michelou2006-03-021-29/+47
| | | | | added timers for locker, quick and strap phases
* Added support for Java 1.5 genericsmihaylov2006-03-011-0/+139
|
* improved error message for missing keymihaylov2006-03-011-3/+3
|
* Added -Xgenerics optionmihaylov2006-02-281-0/+1
|
* catch exceptions when running the resulting cod...Lex Spoon2006-02-281-1/+10
| | | | | | catch exceptions when running the resulting code, and print a nice stack trace
* avoid a newline in the generated code, to avoid anLex Spoon2006-02-281-1/+1
| | | | | undesired auto-inserted semicolon
* Fixed bug #538 -- icode classes buffer was not ...Iulian Dragos2006-02-281-0/+1
| | | | | Fixed bug #538 -- icode classes buffer was not cleared before each icode phase.
* allocate new line numbers more eagerly, thus co...Lex Spoon2006-02-271-3/+12
| | | | | | allocate new line numbers more eagerly, thus consistently avoiding reuse of existing .class files