summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* added/modified check filesMartin Odersky2007-10-264-10/+16
|
* fixed tickets 152, 123.Martin Odersky2007-10-262-0/+21
| | | | | | | spreadsheet demo crash. Made Lists more tail recursive. toString in Sets and Maps now says just Set(...) or Map(...) without revealing the implementation.
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-192-0/+0
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-192-0/+58
| | | | | | * Tweaked GenerateIDEs to have more coverage * Deprecated * in favor of ** for sets
* moved run/arrays-2.* to pendingmichelou2007-10-192-0/+0
|
* more tests on arrays..michelou2007-10-192-0/+33
|
* added docgenerator testmichelou2007-10-182-0/+262
|
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-112-0/+13
| | | | | | | | | - Improved tail call elimination to handle calls on a different instance. - Improved tail calls by skipping trivial arguments (when the argument to the call is the parameter itself) - added preliminary support for incremental DFA.
* added method partition to Iterable (#171)michelou2007-10-112-3/+18
|
* Added "-target 1.5" to javac options.Iulian Dragos2007-10-101-1/+1
|
* Updated annotations jar to contain 1.5-compatib...Iulian Dragos2007-10-101-1/+1
| | | | | Updated annotations jar to contain 1.5-compatible classfiles.
* (no commit message)Lex Spoon2007-10-107-2/+37
|
* added length test to run/stream.scalamichelou2007-10-083-2/+7
|
* fixed ticket #153michelou2007-10-052-0/+6
|
* *** empty log message ***Lex Spoon2007-10-051-0/+7
|
* (no commit message)Lex Spoon2007-10-051-0/+9
|
* enums can't be serializedmichelou2007-10-031-4/+4
|
* Updated the attributes test because there is a ...Lex Spoon2007-10-022-0/+7
| | | | | | Updated the attributes test because there is a warning when subclassing ClassfileAnnotation
* added a test for multi-line stringsLex Spoon2007-10-021-2/+14
|
* Emit a warning if a user tries to defineLex Spoon2007-10-021-0/+6
| | | | | their own subclass of ClassfileAnnotation
* Minor changes to improve the output whenLex Spoon2007-10-021-13/+24
| | | | | there are type errors in the user's code
* fixed small bug with date commandmichelou2007-09-281-7/+7
|
* Fixed interpreter error recovery mode and somet...Sean McDirmid2007-09-272-3/+3
| | | | | | | | Fixed interpreter error recovery mode and something in Namers that was unlinking module symbols (removed unlink, hope resident compiler is ok, but there are no tests for this in the test suite, better to fix the tests we do have then worry about tests we don't right?)
* optimizing irrefutable tuple matches and remove...Burak Emir2007-09-261-1/+1
| | | | | optimizing irrefutable tuple matches and removed -Ymatch-algo
* fixed ticket 137Adriaan Moors2007-09-261-0/+8
|
* added tests for bin/hex/oct conversionsmichelou2007-09-252-0/+12
|
* I hate the test script.Sean McDirmid2007-09-251-3/+3
|
* Fixing bugs neg/bug432.scala and neg/badtok-1.s...Sean McDirmid2007-09-251-2/+5
| | | | | | | Fixing bugs neg/bug432.scala and neg/badtok-1.scala. Also, removed buggy filtered mutable iterator. Replaced with one that doesn't support remove.
* Fixed ticket #88 (verify error, exceptions).Iulian Dragos2007-09-242-0/+15
|
* Massive check-in for IDE.Sean McDirmid2007-09-1757-103/+97
|
* fixed seq matching bug + reorganized test casesBurak Emir2007-09-163-162/+153
|
* fixed #60 ampersand in xmlBurak Emir2007-09-142-0/+8
|
* Fixed dead code elimination phase: Iulian Dragos2007-09-131-2/+2
| | | | | | | - better handling of 'dead' DROP - fixed computeCompensations (VerifyErrors in corner cases) - fixed generation of LOAD_EXCEPTION on all exceptional paths, when optimizations enabled
* partest integration (alpha)michelou2007-09-111-0/+906
|
* 1. added var pattern = expr syntaxMartin Odersky2007-09-105-5/+15
| | | | | | | 2. better error messages in two situations 3. fixed tickets 5, 33, 42 4. changed check files of 3 failing tests
* propagated fix for ticket #55michelou2007-09-051-0/+6
|
* fixed odd typing bug #44Burak Emir2007-09-041-1/+21
|
* fixed #11Burak Emir2007-09-041-0/+31
|
* fixed bugs.Burak Emir2007-09-041-0/+0
|
* (no commit message)Lex Spoon2007-09-041-0/+7
|
* Renamed Trac bug reports according to the t####...Lex Spoon2007-09-044-0/+0
| | | | | Renamed Trac bug reports according to the t#### convention
* (no commit message)Lex Spoon2007-09-041-0/+9
|
* (no commit message)Lex Spoon2007-09-032-0/+14
|
* (no commit message)Lex Spoon2007-09-032-0/+48
|
* fixed #37Burak Emir2007-09-012-2/+13
|
* fixed ticket #2 (patch from tags/R_2_6_0-RC2), ...Burak Emir2007-09-0111-115/+119
| | | | | fixed ticket #2 (patch from tags/R_2_6_0-RC2), reorganized test cases
* Fixed crash in lazy traits (ticket #39).Iulian Dragos2007-08-311-0/+12
|
* added test files for ticket 17Martin Odersky2007-08-302-0/+18
|
* updated syntax in pos/sudoku.scala (and on sygn...michelou2007-08-301-11/+11
| | | | | updated syntax in pos/sudoku.scala (and on sygneca)
* fixed lift build problem.Martin Odersky2007-08-304-0/+45
|