summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* changes to commentsLex Spoon2006-06-161-5/+5
|
* fixed optim of Array(xs@_*) but broken elsewhereBurak Emir2006-06-151-5/+6
|
* fixed "guess" test in MainGenericRunner.scalamichelou2006-06-153-71/+77
| | | | | added try/catch around Class.forName in ObjectRunner.scala
* Fixed type inference problemMartin Odersky2006-06-151-19/+36
|
* added header and svn:keywords to files *Generic...michelou2006-06-154-21/+46
| | | | | added header and svn:keywords to files *Generic*.scala
* (no commit message)Lex Spoon2006-06-152-0/+63
|
* (no commit message)Lex Spoon2006-06-151-0/+36
|
* - added args as an alias for argvLex Spoon2006-06-151-13/+23
| | | | | | - factored main into two halves, so that the second half can be called by MainGenericRunner
* (no commit message)Lex Spoon2006-06-151-0/+64
|
* split main in half, so that the second half can...Lex Spoon2006-06-151-26/+18
| | | | | | split main in half, so that the second half can be reused by MainGenericRunner
* Requite the keyowrd 'val' in the extended attri...mihaylov2006-06-151-0/+1
| | | | | Requite the keyowrd 'val' in the extended attribute syntax
* Fixed problems when compiling man1: too many cl...Martin Odersky2006-06-142-3/+10
| | | | | | Fixed problems when compiling man1: too many classes + crash when compiled separately.
* (no commit message)Martin Odersky2006-06-141-1/+1
|
* Fixed problem lex was encountering.Martin Odersky2006-06-141-0/+1
|
* Improved error handling for name-value pairs in...mihaylov2006-06-131-25/+25
| | | | | Improved error handling for name-value pairs in attributes
* removed leading/trailing tabs/spacesmichelou2006-06-131-27/+28
|
* removed leading/trailing tabs/spacesmichelou2006-06-133-232/+240
|
* Generate Nil for List()mihaylov2006-06-121-1/+4
|
* Generate Nil for List()src/compiler/scala/tools...mihaylov2006-06-121-0/+3
| | | | | | Generate Nil for List()src/compiler/scala/tools/nsc/typechecker/Typers.scala
* Extended Java annotations supportmihaylov2006-06-121-12/+15
|
* Extended Java annotations supportmihaylov2006-06-127-28/+95
|
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-127-3/+3
| | | | | Updated all SVN attributes in the Scala core module.
* All "scala*" scripts put the Scala library in t...Gilles Dubochet2006-06-114-16/+11
| | | | | | | All "scala*" scripts put the Scala library in the boot class loader (appended to the standard Java boot library). Extension libraries are still loaded by the user class loader.
* also includes *.args files in package scala-testmichelou2006-06-081-2/+5
|
* reactivated call to 'load' in file DocGenerator...michelou2006-06-082-2/+2
| | | | | reactivated call to 'load' in file DocGenerator.scala
* change def to valMartin Odersky2006-06-081-3/+3
|
* (no commit message)Martin Odersky2006-06-081-3/+3
|
* Fixed bug 624Martin Odersky2006-06-081-1/+0
|
* (no commit message)Sean McDirmid2006-06-081-4/+24
|
* Fixed two bugs that I noted.Martin Odersky2006-06-072-1/+4
|
* added scala compile serverMartin Odersky2006-06-0610-11/+511
|
* Fixed maxType for Long and FloatIulian Dragos2006-06-061-1/+1
|
* space leaks are plugged (remove test in Main)Martin Odersky2006-06-021-0/+4
|
* space leaks are pluggedMartin Odersky2006-06-025-50/+56
|
* some changes to plug space leaksMartin Odersky2006-06-022-15/+15
|
* some changes to plug space leaksMartin Odersky2006-06-0214-475/+454
|
* using the root package in order to avoid select...Burak Emir2006-06-021-1/+1
| | | | | using the root package in order to avoid selecting the wrong stuff
* some changes to plug space leaksMartin Odersky2006-06-0116-502/+535
|
* handle array literals as arguments to attributesmihaylov2006-05-313-41/+74
|
* (no commit message)Iulian Dragos2006-05-3110-17/+360
|
* fixed bugs 616, 617Martin Odersky2006-05-311-1/+1
|
* fixed bugs615 and 617Martin Odersky2006-05-304-17/+28
|
* fixed bug609 -- super accessors and separate co...Martin Odersky2006-05-264-92/+105
| | | | | fixed bug609 -- super accessors and separate compilation
* Some more changes to fix 605Martin Odersky2006-05-253-16/+43
|
* fixed classof -- only class typed can be generatedMartin Odersky2006-05-241-2/+4
|
* removed leading/trailing tabs/blanks in file sy...michelou2006-05-241-189/+193
| | | | | removed leading/trailing tabs/blanks in file symtab/Definitions.scala
* Fixed problem with classOf[x.type]Martin Odersky2006-05-231-6/+12
|
* Cleanup bug 605Martin Odersky2006-05-231-5/+2
|
* Clean ups fro bugs 605, 508Martin Odersky2006-05-232-3/+6
|
* fixed bug #610Burak Emir2006-05-231-12/+32
|