summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merged changes from maven2 branch (include scal...Lukas Rytz2009-02-175-0/+110
| | | | | merged changes from maven2 branch (include scalap as maven package)
* Eradicated bug #1711Antonio Cunei2009-02-161-1/+2
|
* Fix for #1638.Paul Phillips2009-02-161-0/+1
|
* Fix and test case for #1623.Paul Phillips2009-02-163-1/+17
|
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-1623-60/+22
| | | | | | Began evaluation of the tests in pending, and moved/updated/removed .scala and .check files as warranted.
* Fix for bug #473 and test case.Paul Phillips2009-02-163-0/+16
|
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-1612-83/+145
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* Added -make flag and supporting functionality f...David MacIver2009-02-154-1/+314
| | | | | | | | | Added -make flag and supporting functionality for recompilation of only changed files and their dependencies. An email to scala-internals will follow shortly to explain how this works.
* Fixed an ambiguity problem with implcits, and a...Martin Odersky2009-02-154-12/+39
| | | | | | | Fixed an ambiguity problem with implcits, and a spurious cyclic reference error mentioned by Jorge. Tightened overriding checks (test case is new collection libraries).
* removed generic/mutable, generic/covariant pack...Martin Odersky2009-02-1510-439/+0
| | | | | removed generic/mutable, generic/covariant packages
* new version of collection librariesMartin Odersky2009-02-1374-494/+2876
|
* Allow newlines between modifiers and declaratio...Paul Phillips2009-02-121-0/+3
| | | | | Allow newlines between modifiers and declaration; bug #442.
* Fix for #1185Antonio Cunei2009-02-122-1/+16
|
* test case for #278Paul Phillips2009-02-122-0/+13
|
* terminated infinite loop in typedTypeApply; see...Paul Phillips2009-02-121-1/+2
| | | | | terminated infinite loop in typedTypeApply; see bug #278
* A few more very minor fixes based on input from...Paul Phillips2009-02-124-5/+4
| | | | | A few more very minor fixes based on input from findbugs.
* widened access check for readResolve to include...Paul Phillips2009-02-122-1/+4
| | | | | | widened access check for readResolve to include all access modifiers; fixes bug #1385
* Alters four meaningless equality comparison dis...Paul Phillips2009-02-124-5/+5
| | | | | | | Alters four meaningless equality comparison discovered by findbugs; alters because some may still have room for improvement, but all should be closer to correct than "certainly not." Closes bug #1444.
* Generalized PhasesSetting to accept "all" as a ...Paul Phillips2009-02-112-30/+21
| | | | | | | | Generalized PhasesSetting to accept "all" as a phase and then apply that setting to all phases. Implements ticket #924, primarily for -Yprint:all. Removed option -Ylog-all as an unnecessary special case (use -Ylog:all instead.)
* fixed bug #1535, added test casePaul Phillips2009-02-113-8/+29
|
* rewrote an infinite loop spotted by findbugs to...Paul Phillips2009-02-111-7/+2
| | | | | rewrote an infinite loop spotted by findbugs to be more finite
* managed to move timeout.scala the whole way int...Paul Phillips2009-02-112-38/+5
| | | | | managed to move timeout.scala the whole way into pending
* moved timeout.scala back to pending and documen...Paul Phillips2009-02-113-0/+38
| | | | | moved timeout.scala back to pending and documented why it's there
* Add recognition that null.isInstanceOf[T] is no...Paul Phillips2009-02-101-4/+8
| | | | | | Add recognition that null.isInstanceOf[T] is not a null dereference, closing out bug #1356.
* moved most of the passing tests from pending to...Paul Phillips2009-02-1013-0/+0
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* 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
|