summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes and test cases for #944 and #1523.Paul Phillips2009-02-106-1/+24
|
* Removes underscore from the list of characters ...Paul Phillips2009-02-103-2/+8
| | | | | | | Removes underscore from the list of characters used during semicolon inference which it believes cannot start a statement on a new line, fixing bug #756; adds 1 test case, updates 1.
* version file addedilyas2009-02-103-1/+2
|
* map page updatedilyas2009-02-108-1017/+54
| | | | | scalap flags adjusted according to man page
* added test for 1691Lukas Rytz2009-02-101-1/+22
|
* fix for #1691Lukas Rytz2009-02-102-4/+16
|
* added build scripts for scalapLukas Rytz2009-02-0936-15/+279
|
* added pending test for #1701Lukas Rytz2009-02-091-0/+1
|
* Fix for #934Antonio Cunei2009-02-092-3/+7
|
* repaired init order issue with the fix for #1602.Paul Phillips2009-02-092-8/+16
|
* existential error message changed to agree with...Paul Phillips2009-02-091-1/+1
| | | | | existential error message changed to agree with SLS: bug #480
* annotation removed now - for realnielsen2009-02-091-2/+2
|
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-093-9/+5
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Minor refactorings and a little bit of document...David MacIver2009-02-083-20/+35
| | | | | Minor refactorings and a little bit of documentation.
* Removed some redundancy in parallel matching (m...David MacIver2009-02-081-32/+6
| | | | | | Removed some redundancy in parallel matching (multiple methods doing the same thing. Yay)
* Fix for #1268.Paul Phillips2009-02-071-1/+2
|
* Inelegant fix for bug #1602; will revisit.Paul Phillips2009-02-062-2/+7
|
* Script errors are now reported at the correct p...Paul Phillips2009-02-061-7/+20
| | | | | Script errors are now reported at the correct position (fix for #409).
* lazy values in repl are now handled uniformly (...Paul Phillips2009-02-061-37/+30
| | | | | | lazy values in repl are now handled uniformly (through ValHandler, with immediate output inhibition encapsulated there.)
* Adds Interpreter.reset(), a fast method for res...Lex Spoon2009-02-064-3/+29
| | | | | | Adds Interpreter.reset(), a fast method for resetting an existing interpreter instance to a clean slate.
* lazy values in the REPL are now evaluated lazily.Paul Phillips2009-02-061-23/+28
|
* The changes made to the scaladoc tool also need...nielsen2009-02-051-0/+5
| | | | | | The changes made to the scaladoc tool also need to be reflected in the scaladoc ant task
* added support for Strings, arrays, sets.Martin Odersky2009-02-0549-133/+1832
|
* Fixed duplicate symbols problem in new collecti...Martin Odersky2009-02-057-49/+125
| | | | | | | | Fixed duplicate symbols problem in new collection libraries by adding a special case to Erasure. Fixed override problems in new collection libraries by refining OverriddenPairs. Fixed repeated load by applying patch to Settings. Improved error message iin RefChecks.
* Missed some files.... but how ?nielsen2009-02-0517-0/+82
|
* Test that make sure the implementation in SIP 0...nielsen2009-02-0525-0/+292
| | | | | Test that make sure the implementation in SIP 00002 behaves correctly
* Updated example compiler plugin for SIP 00002nielsen2009-02-056-11/+18
|
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-059-129/+580
| | | | | | Compiler implementation of SIP 00002 and fixes for tests and other tools like scaladoc
* Project-specific settings no longer required.Miles Sabin2009-02-051-4/+0
|
* Fix and test for #1689.Miles Sabin2009-02-033-1/+25
|
* Fixed #1686.Philipp Haller2009-02-022-12/+7
|
* Applied patch from #1684.Geoffrey Washburn2009-02-022-2/+2
|
* Fixed #1451.Philipp Haller2009-01-302-6/+14
|
* Fixed build.Philipp Haller2009-01-301-1/+3
|
* Added test for #1652.Philipp Haller2009-01-302-0/+13
|
* Fixed #1652.Philipp Haller2009-01-302-14/+3
|
* Moved react/receiveWithinZero tests to pending ...Philipp Haller2009-01-304-0/+0
| | | | | Moved react/receiveWithinZero tests to pending for now.
* updated check fileMartin Odersky2009-01-291-0/+4
|
* Deprecated new Array(...) syntax for dimensions...Martin Odersky2009-01-291-0/+6
| | | | | Deprecated new Array(...) syntax for dimensions > 1.
* 1.Martin Odersky2009-01-2918-121/+161
|
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-293-8/+15
| | | | | | Changed typing of if-then: Missing else is now always replaced by (). Fixed memory leak for ArrayBuffer.clear in 2.8 collections.
* Fixed lockup in partest.Philipp Haller2009-01-292-1/+4
|
* added optional manifestMartin Odersky2009-01-281-1/+1
|
* added support for strings as collections in 2.8Martin Odersky2009-01-285-0/+1247
|
* added optional manifestsMartin Odersky2009-01-282-0/+36
|
* break and continue now both go to a breakable b...Martin Odersky2009-01-281-9/+8
| | | | | break and continue now both go to a breakable block.
* Fixed issues #1084 and #1611.Gilles Dubochet2009-01-283-17/+23
|
* scala/trunk/src/compiler/scalax -> scala/trunk/...ilyas2009-01-2617-17/+17
| | | | | | scala/trunk/src/compiler/scalax -> scala/trunk/src/compiler/scala/tools/scalap
* scalap modified for correct object printingilyas2009-01-221-5/+4
|
* Whenever an actor is created it inherits the sc...Philipp Haller2009-01-222-26/+36
| | | | | | Whenever an actor is created it inherits the scheduler from the creating actor. Prepares for resolution of #1405.