summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added -Xexperimental flagMartin Odersky2006-10-041-0/+1
|
* Improved type inference for method signatures.Martin Odersky2006-10-044-203/+277
| | | | | Added code for lifted expressions (but it is disabled)
* fixed bugs in ListBuffer and ArrayBuffer, added...Burak Emir2006-10-044-35/+144
| | | | | fixed bugs in ListBuffer and ArrayBuffer, added unit test
* Added ping pong example.Philipp Haller2006-10-042-8/+85
|
* Small clean-ups.Philipp Haller2006-10-044-48/+37
|
* removed Scala attributes '_mixin_' and '_trait_'michelou2006-10-046-139/+111
|
* (no commit message)Lex Spoon2006-10-042-0/+12
|
* fixed boolean2orderedLex Spoon2006-10-041-1/+1
|
* removed leading/trailing tabs/blanks in collect...michelou2006-10-0443-2205/+2226
| | | | | removed leading/trailing tabs/blanks in collection/mutable/*.scala
* minor cleanupBurak Emir2006-10-041-42/+7
|
* improved commentBurak Emir2006-10-041-8/+5
|
* added -= method to BufferBurak Emir2006-10-042-2/+13
|
* added tag 'exception' in DocGenerator.scalamichelou2006-10-031-10/+12
|
* fixed multiline descriptions in scaladoc tagsmichelou2006-10-034-63/+78
|
* rewrote handling of Scala comments in DocGenera...michelou2006-10-0310-207/+312
| | | | | | | rewrote handling of Scala comments in DocGenerator.scala improved Scala comments in library and compiler source files added test in method 'apply' of class collection.immutable.Queue
* Added scaladoc comments to most of the public t...Philipp Haller2006-10-035-171/+385
| | | | | Added scaladoc comments to most of the public types and methods.
* Clean-ups and new example for usage of input ch...Philipp Haller2006-10-022-9/+29
| | | | | Clean-ups and new example for usage of input channels.
* Added method for defining an actor with a (type...Philipp Haller2006-10-021-1/+10
| | | | | Added method for defining an actor with a (typed) input channel.
* Added example for actor linking.Philipp Haller2006-09-301-0/+44
|
* Added actor linking.Philipp Haller2006-09-305-20/+153
|
* Checked in examples for new actors lib.Philipp Haller2006-09-297-118/+182
|
* Checked in new actors lib.Philipp Haller2006-09-2912-0/+1313
|
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-291-58/+88
| | | | | removed leading/trailing tabs/blanks in typechecker/Infer.scala
* Removed old actors lib.Philipp Haller2006-09-2969-4023/+0
|
* removed leading/trailing tabs/blanks in typeche...michelou2006-09-282-65/+67
| | | | | removed leading/trailing tabs/blanks in typechecker/Analyzer.scala
* overrides method apply in class SubstSymMapmichelou2006-09-281-7/+32
|
* improved Scala comments in runtime/*.scalamichelou2006-09-2715-199/+254
|
* added code example to Scala comment in scala/Fu...michelou2006-09-273-3/+45
| | | | | added code example to Scala comment in scala/Function<i>.scala
* writes 'tmpfilename' to directory 'outputdir' i...michelou2006-09-261-15/+15
| | | | | writes 'tmpfilename' to directory 'outputdir' in run/inner.scala
* corrected line separator in ast/TreePrinters.scalamichelou2006-09-261-4/+6
|
* minor changes to transform/Constructors.scalamichelou2006-09-261-7/+13
|
* removed leading/trailing tabs/blanks in nsc/uti...michelou2006-09-2613-402/+433
| | | | | removed leading/trailing tabs/blanks in nsc/util/*.scala
* Fixed build.Philipp Haller2006-09-258-105/+727
|
* (no commit message)Philipp Haller2006-09-258-730/+103
|
* Fixed bug regarding 'return's inside try-finall...Iulian Dragos2006-09-253-15/+85
| | | | | Fixed bug regarding 'return's inside try-finally blocks
* improved Scala comments in symtab/Types.scalamichelou2006-09-251-125/+211
|
* improved Scala comments in scala/concurrent/*.s...michelou2006-09-256-89/+152
| | | | | improved Scala comments in scala/concurrent/*.scala
* Changed -cp to -classpath to make it compatible...Iulian Dragos2006-09-251-1/+1
| | | | | Changed -cp to -classpath to make it compatible with Java 1.4
* Changed the scaladoc comment of foldLeft and fo...mihaylov2006-09-241-4/+4
| | | | | | Changed the scaladoc comment of foldLeft and foldRight according to bug contribution #200
* Implemented /E liftingMartin Odersky2006-09-221-20/+74
|
* simplified printing of refinement types -- no m...Martin Odersky2006-09-223-7/+12
| | | | | | simplified printing of refinement types -- no more override flags adapted two check files in tests
* added generation of attributes in scaladocmichelou2006-09-229-59/+102
|
* revert for 1.4 compatibilityBurak Emir2006-09-221-3/+3
|
* 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.