summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reintroduced overwritten changes in Global.scalamichelou2006-09-222-16/+16
|
* Fixed scala doc to include docs for abstract va...Sean McDirmid2006-09-2210-72/+116
| | | | | | Fixed scala doc to include docs for abstract variables and vars. Fixed display of traits. Also updated the IDE to work in the same way.
* removed leading/trailing tabs/blanks in nsc/io/...michelou2006-09-224-124/+143
| | | | | removed leading/trailing tabs/blanks in nsc/io/*.scala
* reverted name change in xml/Document.scalamichelou2006-09-221-5/+5
|
* removed leading/trailing tabs/blanks in scala/x...michelou2006-09-228-154/+243
| | | | | removed leading/trailing tabs/blanks in scala/xml/*.scala
* reorganized scala.tools.nsc.io!Burak Emir2006-09-2120-216/+262
|
* Added test for inner classes compatibility from...Iulian Dragos2006-09-213-3/+122
| | | | | Added test for inner classes compatibility from Java.
* Made InnerClasses attribute defaultIulian Dragos2006-09-212-4/+1
|
* fixed bug749Martin Odersky2006-09-214-92/+129
| | | | | improved handling of MalformedType's
* fixed typo in generated scaladoc tagsmichelou2006-09-216-191/+212
|
* - check for errors when using the compilation d...Lex Spoon2006-09-213-3/+14
| | | | | | - check for errors when using the compilation daemon run scripts in - package "$scalascript" instead of "scalascript"
* fixed bug 421.check fileMartin Odersky2006-09-214-85/+71
| | | | | cleaned up handling of mixin classes
* Compile scripts within the "scalascript" packag...Lex Spoon2006-09-211-2/+2
| | | | | | Compile scripts within the "scalascript" package instead of "scala.scripting"
* removed temp.fix (quickdoc)michelou2006-09-211-1/+1
|
* Fixing positionConfiguratoin ref to NoPosSean McDirmid2006-09-211-1/+1
|
* Added a local variable for closures' apply meth...Iulian Dragos2006-09-211-1/+29
| | | | | Added a local variable for closures' apply method which points to the outer instance (which appears in Scala source as 'this') -- only for -g:vars and above
* fix^2 bug748Martin Odersky2006-09-211-33/+49
|
* fixed bug748;Martin Odersky2006-09-212-1/+13
| | | | | improved display of `new' in TreePrinters
* removed leading/trailing tabs/blanks in scala/c...michelou2006-09-2120-863/+944
| | | | | removed leading/trailing tabs/blanks in scala/concurrent/*.scala
* removed "-Xnofancymatch" optionBurak Emir2006-09-211-2/+0
|
* fixed bug746; removed some costly msgs in assertsMartin Odersky2006-09-215-10/+7
|
* fixed bug724Martin Odersky2006-09-204-7/+8
|
* removed leading/trailing tabs/blanks in scala/u...michelou2006-09-2021-342/+385
| | | | | removed leading/trailing tabs/blanks in scala/util/*.scala
* fixed bug725Martin Odersky2006-09-201-5/+7
|
* fixed bug743Martin Odersky2006-09-201-4/+5
|
* fix^3: bug744Martin Odersky2006-09-203-8/+28
|
* removed diagnosticMartin Odersky2006-09-201-1/+0
|
* fixed bug744Martin Odersky2006-09-201-2/+9
|
* added '-nouescape' option to scalac man pagemichelou2006-09-204-2/+12
|
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-195-145/+243
| | | | | removed leading/trailing tabs/blanks in typechecker/*.scala
* added option nouescapeBurak Emir2006-09-192-1/+2
|
* fixed problem in test4Martin Odersky2006-09-192-5/+8
|
* (no commit message)Martin Odersky2006-09-192-4/+6
|
* added command option 'pack' to man1/sbaz.scalamichelou2006-09-191-0/+8
|
* fixed bug741Martin Odersky2006-09-191-1/+4
|
* (no commit message)Martin Odersky2006-09-1912-80/+83
|
* updated nightly build scriptsmichelou2006-09-152-17/+39
|
* removed leading/trailing tabs/blanks in parser/...michelou2006-09-142-131/+132
| | | | | removed leading/trailing tabs/blanks in parser/*.scala
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-142-72/+94
| | | | | removed leading/trailing tabs/blanks in typechecker/*.scala
* make the default printer sensitive to changes i...Lex Spoon2006-09-131-2/+19
| | | | | | make the default printer sensitive to changes in Console, so that if the Console is replaced, then printed output goes to the new Console
* reenabled outerBurak Emir2006-09-132-5/+14
|
* updated file bug708.checkmichelou2006-09-131-2/+2
|
* Removed Predef.Array* michelou2006-09-121-88/+1
|
* removed leading/trailing tabs/blanks in scala/L...michelou2006-09-124-216/+215
| | | | | removed leading/trailing tabs/blanks in scala/List.scala
* Small refactoring of the collection librarymihaylov2006-09-1222-184/+110
|
* temp.fix: task "quickdoc" uses "starr.classpath...michelou2006-09-121-1/+1
| | | | | | temp.fix: task "quickdoc" uses "starr.classpath" instead of "quick.classpath"
* commented Console.println in transform/Explicit...michelou2006-09-125-177/+246
| | | | | commented Console.println in transform/ExplicitOuter.scala
* fix intswitchBurak Emir2006-09-124-36/+56
|
* fixes to ExplicitOuter to pass test suiteMartin Odersky2006-09-126-28/+74
|
* Print to Console.out, not to System.outLex Spoon2006-09-121-1/+1
|