summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-112-11/+4
| | | | | | fixed problem with Stream.flatMap, changed text of error message for assume failure in Predef.
* Made all values to be final fields in the gener...Iulian Dragos2007-12-112-2/+3
| | | | | | Made all values to be final fields in the generated bytecode (see ticket #201).
* added message parameter to custom assert methodmichelou2007-12-112-10/+16
|
* better approximation of <:<_erased, fixes bug i...Burak Emir2007-12-101-3/+9
| | | | | better approximation of <:<_erased, fixes bug in PrettyPrinter (oddly)
* updated check file (missing in r13483)michelou2007-12-101-0/+3
|
* added test case for fix #272michelou2007-12-101-10/+69
|
* Fixed #272michelou2007-12-102-17/+22
|
* scaladoc now adds 'lazy' modifiermichelou2007-12-051-59/+60
|
* added accessor test (bis)michelou2007-12-051-0/+1
|
* added accessor testmichelou2007-12-051-15/+24
|
* fixed typo in build.xmlmichelou2007-12-051-2/+2
|
* Removed the SYNTHETIC flags for accessors (java...Iulian Dragos2007-12-041-1/+0
| | | | | | Removed the SYNTHETIC flags for accessors (javac won't allow code calling such methods).
* Hopefully this won't break the build.Sean McDirmid2007-12-041-1/+1
|
* commented out unreachable codemichelou2007-12-041-2/+2
|
* hacking Range.Inclusive "by" method out so I ca...Sean McDirmid2007-12-041-4/+9
| | | | | hacking Range.Inclusive "by" method out so I can get Scala doc to work.
* Annotated type of to to be Range instead its In...Sean McDirmid2007-12-041-1/+1
| | | | | Annotated type of to to be Range instead its Inclusive sub-class.
* updated STARR to Scala 2.6.1-RC1michelou2007-12-035-20/+36
|
* Fixed two minor bugs in dead code elmination an...Iulian Dragos2007-12-032-2/+13
| | | | | Fixed two minor bugs in dead code elmination and icode reader.
* Fixed #216Iulian Dragos2007-12-031-1/+2
|
* nuking noides, getting rid of generate ide mapsSean McDirmid2007-12-023-579/+3
|
* nuking noide and generate ides phaseSean McDirmid2007-12-021-8/+1
|
* * nuked noideSean McDirmid2007-12-021-1/+0
| | | | | | * allow command line to accept -target jvm15 in addition to -target:jvm15 (and so on for everykind of combo option!)
* Fixed problem with to with custom bySean McDirmid2007-12-021-1/+1
|
* Fixed bug in to with custom bySean McDirmid2007-12-021-12/+20
|
* Ported bug fix in rev 13402 of 2.6.1 branchPhilipp Haller2007-12-023-8/+19
|
* fixed #211Burak Emir2007-12-014-73/+61
|
* - When -Yself-in-annots is turned on, be carefu...Lex Spoon2007-11-303-8/+36
| | | | | | | | | - When -Yself-in-annots is turned on, be careful not to re-type the same annotation tree and thus use the wrong self symbol. Duplicate the tree each time to prevent this. - mkAttributedQualifier can be given a term symbol to use, if all else fails in converting the type to a tree. - AsSeenFromMap will sometimes use the above facility.
* Fixed comparison for BigInts (and other custom ...Gilles Dubochet2007-11-301-0/+1
| | | | | Fixed comparison for BigInts (and other custom Number sub-types).
* changed dependencies for targets 'dist' and 'pack'michelou2007-11-301-5/+5
|
* Maybe fixed CLDC build.Gilles Dubochet2007-11-301-382/+79
|
* format -> formattedMartin Odersky2007-11-302-3/+3
|
* Fixed issue with MSIL build.Gilles Dubochet2007-11-291-1/+5
|
* - include partest in the scala-test packageLex Spoon2007-11-291-2/+43
| | | | | | - make scripts in simpbuild/bin immediately executable (thanks, Manfred Stock)
* Beautified actor sequence example.Philipp Haller2007-11-291-16/+8
|
* Fixed issue that avoids evaluating expressions ...Philipp Haller2007-11-292-9/+29
| | | | | | Fixed issue that avoids evaluating expressions after andThen and continue.
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-2910-63/+1820
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* This new error message looks better than the ol...Lex Spoon2007-11-281-1/+1
| | | | | This new error message looks better than the old one
* improved DX tool invocation (Android)michelou2007-11-281-7/+7
|
* removed FloatTag/DoubleTag (CLDC)michelou2007-11-282-27/+30
|
* sets 'android.home' propertymichelou2007-11-281-0/+12
|
* Merge from the annots-normtrees branch.Lex Spoon2007-11-2832-882/+2174
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* escape characters as necessary whenLex Spoon2007-11-281-8/+52
| | | | | inserting types into string literals
* In the Debian build scripts, do not run scalado...Lex Spoon2007-11-282-2/+2
| | | | | | In the Debian build scripts, do not run scaladoc by default. It must be requested explicitly.
* added Android build and test supportmichelou2007-11-274-30/+148
|
* fixed Ticket #212Adriaan Moors2007-11-271-1/+8
| | | | | at the same time, made it easier to customise the shape of identifiers
* Made format compatibkle with JDK 1.4. Fixed #197Martin Odersky2007-11-272-2/+17
|
* fixed #63michelou2007-11-271-2/+2
|
* Fixed issue with task scheduler creating too ma...Philipp Haller2007-11-273-6/+28
| | | | | | Fixed issue with task scheduler creating too many threads. Improved actor termination code. Added size query to MessageQueue.
* List.transpose is now tailrecursive.Martin Odersky2007-11-262-10/+9
|
* Fixed ticket #219.Philipp Haller2007-11-266-19/+63
|