summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed non-terminating iteration in data flow an...Iulian Dragos2006-12-043-13/+17
| | | | | Fixed non-terminating iteration in data flow analysis framework.
* fixed case columnNullableUnknownBurak Emir2006-12-031-1/+1
|
* reverted testing change in DocUtil.scalamichelou2006-12-031-3/+1
|
* (no commit message)Martin Odersky2006-12-031-16/+0
|
* more on Xkilloption, and a PM fixBurak Emir2006-12-039-93/+333
|
* added alphabetic ordered links in navigation framemichelou2006-12-023-19/+54
|
* fixed incorrect tag in navigation framemichelou2006-12-022-6/+6
|
* replaced tables by lists in generated API docum...michelou2006-12-022-27/+25
| | | | | replaced tables by lists in generated API documentation
* fixed bug845Martin Odersky2006-12-013-4/+20
|
* fixed validation error in generated API documen...michelou2006-12-012-6/+8
| | | | | fixed validation error in generated API documentation
* updated tests.Martin Odersky2006-12-016-32/+46
|
* added navigation frame in generated API documen...michelou2006-12-013-7/+42
| | | | | added navigation frame in generated API documentation
* fixed problem with protectedMartin Odersky2006-12-012-6/+6
|
* fixed bugs 857, 838, 836Martin Odersky2006-12-013-11/+16
|
* Fixed a bug with processing the SCALA_HOME envi...Lex Spoon2006-12-012-2/+6
| | | | | | Fixed a bug with processing the SCALA_HOME environment variable, as suggested by Keith Hodel
* fixed bug 856Martin Odersky2006-11-303-1/+16
|
* added test files for bug835/bug836Martin Odersky2006-11-304-0/+28
|
* fixed bugs 835 and 836.Martin Odersky2006-11-303-20/+27
|
* corrected bug in unapply test caseBurak Emir2006-11-301-2/+2
|
* added cancel capability to nscMartin Odersky2006-11-307-48/+34
|
* fixed encoding in Scala commentmichelou2006-11-301-10/+14
|
* Removed a DOS-style new line character from tes...mihaylov2006-11-301-1/+1
| | | | | Removed a DOS-style new line character from test/neg/implicits.check
* more test cases for -XkilloptionBurak Emir2006-11-291-7/+28
|
* more functionality for -XkilloptionBurak Emir2006-11-293-13/+17
|
* testcase for killoptionBurak Emir2006-11-291-0/+22
|
* added -Xkilloption, unfinishedBurak Emir2006-11-295-2/+83
|
* oopsBurak Emir2006-11-291-1/+1
|
* updated Scala comments in scala/Function.scalamichelou2006-11-293-47/+77
|
* fixed bug851Martin Odersky2006-11-295-0/+179
| | | | | added "Function" module to library/scala
* updated method 'andThen' in generated Function1...michelou2006-11-291-44/+60
| | | | | updated method 'andThen' in generated Function1.scala
* removed generation of unnecessary cast in match...Burak Emir2006-11-292-3/+7
| | | | | | removed generation of unnecessary cast in matcher + little userfriendly argument check in xml library
* fixed problems with refinements.Martin Odersky2006-11-293-3/+16
| | | | | added missing decode in error diagnostic
* renamed directory 'resident' to match '--res' o...michelou2006-11-2930-3/+7
| | | | | renamed directory 'resident' to match '--res' option
* revert2Burak Emir2006-11-291-1/+1
|
* revertBurak Emir2006-11-292-11/+10
|
* put the Scala jar's on the JVM bootstrapping cl...Lex Spoon2006-11-291-2/+2
| | | | | put the Scala jar's on the JVM bootstrapping classpath
* depend on gcj-4.0, instead of gcjLex Spoon2006-11-291-1/+1
|
* Be careful to use "." as the default user class...Lex Spoon2006-11-291-13/+16
| | | | | | Be careful to use "." as the default user classpath, even if scala.home is not set.
* better commentBurak Emir2006-11-291-3/+3
|
* added some sealed modifiersBurak Emir2006-11-292-2/+2
|
* enabled disfunctional "sealed" optimization in ...Burak Emir2006-11-293-12/+33
| | | | | | | enabled disfunctional "sealed" optimization in pattern matcher, and made nsc.ast.Tree sealed (this required a move of 2 toy classes from TreeBrowsers.scala to Trees.scala)
* fixed 2 bugs in unapply tc-ing and definitionsBurak Emir2006-11-292-3/+8
|
* added comment on MAX_<value_type> in generated ...michelou2006-11-283-5/+14
| | | | | added comment on MAX_<value_type> in generated API documentation
* added 'implicit' modifier in generated API docu...michelou2006-11-282-5/+7
| | | | | added 'implicit' modifier in generated API documentation
* more fun with positions, and updated docBurak Emir2006-11-2844-48/+170
|
* more fun with Product.element and positionsBurak Emir2006-11-281-7/+7
|
* product.element index starts with 0Burak Emir2006-11-2840-316/+339
|
* fixed url encoding for internal links to method...michelou2006-11-282-6/+8
| | | | | fixed url encoding for internal links to method signatures
* Fixed the nightly build on Java 1.4mihaylov2006-11-281-1/+2
|
* Fixing logging issues that cause the IDE to fal...Sean McDirmid2006-11-271-14/+15
| | | | | Fixing logging issues that cause the IDE to falsely report a crash.