summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-302-0/+45
| | | | | | | | | A compact tree printer, for primitives like myself who do all their debugging in the console and need extraneous information filtered out. New option: -Ycompact-trees. Supply that in conjunction with -Xprint:all and suddenly the output is a (relative) masterpiece of concision. Review by anyone who is game to review such a thing. Community?
* Closes #2650.Hubert Plociniczak2010-01-2915-0/+78
|
* Removing defaultGetter field from TermSymbols.Lukas Rytz2010-01-283-2/+6
|
* close #2886 (applied patch). no reviewLukas Rytz2010-01-282-0/+8
|
* Moved some test cases from pending to files sin...Paul Phillips2010-01-2810-32/+0
| | | | | | | | Moved some test cases from pending to files since the bugs they were watching for seem to be fixed. Moved some other test cases from pending to disabled because they deceptively claim to pass while investigation reveals the ticket needs to remain open. Closes #1996, #2660.
* One of those "$.05 for the bolt, $50,000 for kn...Paul Phillips2010-01-286-28/+39
| | | | | | | | | One of those "$.05 for the bolt, $50,000 for knowing where to put it" commits. Closes #425, #816, #2310, #2691. All credit for this patch goes to me for having the genius to know when new eyes were needed (although if you're feeling generous some could also go to walter korman for the actual debugging and code writing part.)
* now correctly fix #2868. no reviewLukas Rytz2010-01-274-0/+21
|
* reverting r20688 for now, no reviewLukas Rytz2010-01-274-21/+0
|
* close #2868.Lukas Rytz2010-01-274-0/+21
|
* Made actor-receivewithin test deterministic.Philipp Haller2010-01-271-0/+2
|
* Another batch of tests. No review.Hubert Plociniczak2010-01-2614-0/+68
|
* Access modifiers added for certain members and ...Aleksandar Pokopec2010-01-261-1/+1
| | | | | | Access modifiers added for certain members and some refactoring in Regex.
* 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.