summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Hack for the refined build manager to print inf...Hubert Plociniczak2010-01-261-1/+1
| | | | | | Hack for the refined build manager to print info in a deterministic way. No review.
* More tests, plus missing file. No review.Hubert Plociniczak2010-01-2611-0/+58
|
* Changed the info statements in refined build ma...Hubert Plociniczak2010-01-2659-0/+291
| | | | | | | | Changed the info statements in refined build manager to print the information in more consistent way, so that we can test it using partest. Added more tests for build manager, more to follow... No review.
* Fixes #2766. Review by phaller.Aleksandar Pokopec2010-01-251-1/+20
|
* Test file for matching with replace.Aleksandar Pokopec2010-01-251-0/+27
|
* close #2929.Lukas Rytz2010-01-252-0/+5
|
* First test for buildmanager. No review necessaryHubert Plociniczak2010-01-245-0/+21
|
* Some minor polishing to the previous repl compl...Paul Phillips2010-01-241-1/+1
| | | | | | Some minor polishing to the previous repl completion patch, plus a few new features and improvements.
* Moved test case for just-reverted patch to pend...Paul Phillips2010-01-211-0/+0
| | | | | Moved test case for just-reverted patch to pending. No review.
* Test case for #2148. Closes #2148, no review.Paul Phillips2010-01-192-0/+14
|
* Added test to pending with extensive exploratio...Paul Phillips2010-01-191-0/+193
| | | | | | Added test to pending with extensive exploration of behaviors of instanceOf as compared with type matching.
* new test. no review.Martin Odersky2010-01-182-0/+15
|
* some more performance tunings. No review.Martin Odersky2010-01-181-0/+12
|
* Fix and test case for #2891. No review necessary.Miles Sabin2010-01-181-0/+3
|
* Fix and test case for #408. Review by community.Paul Phillips2010-01-181-0/+12
|
* Test case closes #1737. Review by community.Paul Phillips2010-01-183-0/+8
|
* Don't insert whitespace on multiline strings an...Paul Phillips2010-01-171-4/+4
| | | | | | Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review.
* Exposed native Array clone() method.Paul Phillips2010-01-161-0/+106
| | | | | Review by dragos.
* Fix for #2365.Paul Phillips2010-01-153-0/+49
| | | | | | | | | | | | | | a soft reference around cached classes so they do not interfere with garbage collection. There is a test case, but it is in pending because I spent longer trying to get it to fail under partest than I did writing the actual patch. If you would like to see the behavior which was corrected, go to test/pending/run/bug2365 and run that script with scalac built before and after this commit. Review by dubochet.
* Fixes for various Scaladoc-related positions re...Miles Sabin2010-01-153-0/+22
| | | | | | Fixes for various Scaladoc-related positions regressions with tests. Review by dubochet.
* Fix and test for #2354. Review by community.Paul Phillips2010-01-151-0/+17
|
* Added ConcurrentMap and Properties conversion c...Aleksandar Pokopec2010-01-131-0/+60
| | | | | Added ConcurrentMap and Properties conversion classes and test.
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-132-1/+8
| | | | | | Reverts r20311 since I'm not seeing what's going on in #2876 and the optimization can wait.
* new tests. no review.Martin Odersky2010-01-133-0/+17
|
* closes #2421: more complete fix, now also check...Adriaan Moors2010-01-133-0/+40
| | | | | | | closes #2421: more complete fix, now also check validity of inferred type arguments for expressions inferred for implicit values review by odersky
* Moved the test for #2364 to pending because it ...Paul Phillips2010-01-112-0/+3
| | | | | | Moved the test for #2364 to pending because it apparently uses some nonstandard classes.
* Fix and test case for #2364, which regressed wi...Paul Phillips2010-01-112-0/+58
| | | | | Fix and test case for #2364, which regressed with the fix to #2721.
* Fixed #2810.Aleksandar Pokopec2010-01-111-0/+8
| | | | | no review
* Red black tree patch and test.Aleksandar Pokopec2010-01-111-0/+46
| | | | | no review
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-072-0/+85
| | | | | | | | | Fixed issue in Reactor/Actor that could lead to premature termination of actors. Added test that could reproduce it (occurred more often on larger inputs, but test should not take too much time). The issue also caused the reactor-exceptionOnSend test to timeout sometimes. Review by plocinic.
* Fixed #2850 -- while inside finally causes Veri...Iulian Dragos2010-01-071-0/+19
| | | | | Fixed #2850 -- while inside finally causes VerifyError, review by rytz
* Fixes #2857. No review.Hubert Plociniczak2010-01-062-0/+10
|
* Moved plugin neg tests to pending. No review.Philipp Haller2010-01-0548-6/+6
|
* rebuilt plugin test jars. no reviewLukas Rytz2010-01-056-6/+6
|
* Adjusted timeout in test. No review.Philipp Haller2010-01-051-2/+2
|
* refined changes to implicits to allow again imp...Martin Odersky2010-01-041-1/+0
| | | | | | refined changes to implicits to allow again implicits in non-static companion objects.
* Added extensive statistics, reduced time of imp...Martin Odersky2010-01-042-5/+2
| | | | | | Added extensive statistics, reduced time of implicit resolution by 2/3rds, of whole typer by 1/4 to 1/3rd.
* Created team of private[collection] abstract cl...Paul Phillips2009-12-231-1/+1
| | | | | | | | | | | | Created team of private[collection] abstract classes and traits in scala.collection.views. Factored boilerplate and base Transformed traits out of *ViewLike classes. Executive summary and motivation: 4812029 Dec 23 09:47 scala-library.jar // before 4604150 Dec 23 09:24 scala-library.jar // after Direct size savings of 4.5%. Review by odersky.
* new testcase no review necessary.Martin Odersky2009-12-231-0/+16
|
* Small change in test.Aleksandar Pokopec2009-12-221-4/+4
| | | | | no review
* fixed #2548 - reverse, reverseIterator for view...Aleksandar Pokopec2009-12-221-0/+25
| | | | | | fixed #2548 - reverse, reverseIterator for views bug. Also - reverseMap for views now should work. review by phaller.
* fix the build. no review.Lukas Rytz2009-12-221-1/+1
|
* close #2809.Lukas Rytz2009-12-221-0/+20
|
* closed #1449. review by community.Philipp Haller2009-12-212-0/+16
|
* closed #2829. review by rompf.Philipp Haller2009-12-212-0/+18
|
* Fixed lift 2.8 beta RC4 build problem.Martin Odersky2009-12-211-0/+23
|
* close #2820Lukas Rytz2009-12-211-0/+6
|
* Minimally integrated the semi-orphaned immutabl...Paul Phillips2009-12-211-1/+1
| | | | | | | Minimally integrated the semi-orphaned immutable.Stack into the collections hierarchy and enabled it in the sequence tests. Closes #2822. review by community.
* Closed #2801.Martin Odersky2009-12-183-1/+10
|
* added test case for #2775 and commented the han...Martin Odersky2009-12-182-0/+5
| | | | | | added test case for #2775 and commented the handling code in Implicits better. Gilles already had a look so noreview.