summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* closes #3241 and improves serialization of hash...Tiark Rompf2010-04-135-120/+95
| | | | | | closes #3241 and improves serialization of hash tries. review by community.
* fixed most of stability, reviewed by iuli, so n...Lukas Rytz2010-04-131-1/+1
| | | | | | fixed most of stability, reviewed by iuli, so no review. continuations.jar is still failing stability, i'll look at that.
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-1314-73/+133
|
* Some clean-ups.Hubert Plociniczak2010-04-131-84/+92
|
* [scaladoc] Changed comment code and pre tages t...Donna Malayeri2010-04-131-2/+2
| | | | | | [scaladoc] Changed comment code and pre tages to not have "font-size: small" attribute. Review by dubochet.
* Noticed that Settings post-set hooks were not b...Paul Phillips2010-04-121-6/+8
| | | | | | | | | Noticed that Settings post-set hooks were not being set in the place where they ought to be, so multiple setting settings (such as -optimise) were not flipping all the right bits when set programmatically instead of via command line options. This may be a factor in inlining issues, though by itself it does not appear to solve anything. No review.
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-1233-109/+233
|
* Disabling what I think are the last two failing...Paul Phillips2010-04-124-0/+0
| | | | | | | | | | | | | | | | Disabling what I think are the last two failing tests, one each of the two leading bugs among those we've seen here today on testing theater: "could not find toMap: (x$1: scala.collection.TraversableOnce,x$2: Predef$<:<)" and "scala.tools.nsc.symtab.Types$TypeError: method react cannot be accessed in java.lang.Object with scala.actors.Reactor[Any] No review but hey lets' see if we can re-enable these tests soonish.
* Still working on partest.Paul Phillips2010-04-128-0/+138
| | | | | | | | | | | | temporary if considered clutter. ant test.partest ant test.partest-opt They run some recently troublesome partest tests with a low timeout. Logged some more exceptions where the compiler has been dying. Review by phaller.
* Changed the colors for types, value members, an...Donna Malayeri2010-04-122-10/+10
| | | | | | Changed the colors for types, value members, and tooltips. Feel free to revert. Review by dubochet.
* [scaladoc] Members inherited from sourceless fi...Gilles Dubochet2010-04-121-1/+1
| | | | | | [scaladoc] Members inherited from sourceless files are correctly printed in documentation. No review.
* Another attempt at avoiding partest hang ups wh...Philipp Haller2010-04-121-1/+2
| | | | | | Another attempt at avoiding partest hang ups when the compiler crashes. Review by extempore.
* Disabled test that hangs when actors package is...Philipp Haller2010-04-122-0/+0
| | | | | | Disabled test that hangs when actors package is compiled with specialization. Review by dragos.
* [scaladoc] Cosmetic changes:Donna Malayeri2010-04-122-130/+160
| | | | | | | | | | - changed link color to underlined and dark purple - increased padding in gray lines of method definitions - lightened gray lines of method definitions - changed dashed and solid lines from black to gray - increased size of top template declaration; changed alignment Review by dubochet.
* Correct oversight where neg tests didn't demand...Paul Phillips2010-04-1211-28/+35
| | | | | | | | Correct oversight where neg tests didn't demand a checkfile. More trying to get timeout/interrupted logic so we know when things die but also don't impede interrupts. Folded precondition logic into test sequence logic, it's plenty general to cover it. Closes #3282, review by phaller.
* [scaladoc] Use case symbols have correct owner;...Gilles Dubochet2010-04-121-1/+3
| | | | | | [scaladoc] Use case symbols have correct owner; inherited filter works as expected with use cases. Review by odersky.
* Reverted r21500 until all test categories work ...Philipp Haller2010-04-122-14/+11
| | | | | Reverted r21500 until all test categories work again.
* [scaladoc] Inner objects, which according to th...Gilles Dubochet2010-04-121-2/+2
| | | | | | [scaladoc] Inner objects, which according to the compiler are actually methods, are now printed as objects by Scaladoc. No review.
* Restored partest behavior to write log files wi...Philipp Haller2010-04-122-11/+14
| | | | | | | | Restored partest behavior to write log files with normalized paths. For new tests the check file can be copied from the log file. This makes the behavior of --show-diff exactly the same as diffing the log and check file. Review by extempore.
* Fixed various position issues in specialized me...Iulian Dragos2010-04-121-8/+11
| | | | | | | | Fixed various position issues in specialized members. Removed an instance where the tree transformer was run twice on the same tree, resulting in double definition errors. Fixed re-typing of super calls in constructor arguments for specialized members. No review.
* Companion objects of case classes extend Abstra...Iulian Dragos2010-04-122-5/+8
| | | | | | | Companion objects of case classes extend AbstractFunctionN instead of FunctionN. This saves quite some space, since FunctionN methods are not re-mixed in for each object.
* Don't generate forwarders for specialized methods.Iulian Dragos2010-04-121-1/+1
|
* Regenerated tuples, products and (Abstract)Func...Iulian Dragos2010-04-1290-102/+571
| | | | | | | | Regenerated tuples, products and (Abstract)Functions. We needed to have separate files for AbstractFunctionN because the compiler may need their symbol even before their sourcefile is parsed. In such cases it relies on finding a source file with the right name.
* Auto-generate scala.runtime.AbstractFunctionN c...Iulian Dragos2010-04-121-8/+305
| | | | | | | | Auto-generate scala.runtime.AbstractFunctionN classes. Moved zipped* methods in Tuple1/2 in genprod, so that regenerating tuples does not lose these methods. Added @specialized annotations into genprod for the same reason.
* [scaladoc] Comment summary (first sentence) is ...Gilles Dubochet2010-04-123-58/+91
| | | | | | [scaladoc] Comment summary (first sentence) is extracted by comment parser, which is a lot more robust and correct. No review.
* [scaladoc] Signature kind (def, val) needs more...Gilles Dubochet2010-04-121-4/+4
| | | | | | [scaladoc] Signature kind (def, val) needs more space to accommodate lazy vals and implicit defs.
* [scaladoc] Lazy vals are printed as such, no lo...Gilles Dubochet2010-04-123-10/+15
| | | | | [scaladoc] Lazy vals are printed as such, no longer as vars. No review.
* Some modifications to partest to improve output.Paul Phillips2010-04-124-18/+28
|
* changed testfile, to satisfy new diff algo (whi...Martin Odersky2010-04-121-1/+1
| | | | | | changed testfile, to satisfy new diff algo (which should be reverted IMO). review by extempore.
* fixed LOAD_MODULE for companions of primitive t...Lukas Rytz2010-04-121-16/+21
| | | | | | fixed LOAD_MODULE for companions of primitive types. fixes .net build. review by dragos.
* Move constructors to beginning of scaladoc html...Donna Malayeri2010-04-124-13/+23
| | | | | | Move constructors to beginning of scaladoc html page; show implicit modifier in main list. Review by dubochet.
* [scaladoc] More mitigation code for dangerous H...Gilles Dubochet2010-04-122-13/+12
| | | | | [scaladoc] More mitigation code for dangerous HTML tags. No review.
* [scaladoc] Not all 23 AbstractFunction classes ...Gilles Dubochet2010-04-121-4/+10
| | | | | | [scaladoc] Not all 23 AbstractFunction classes are listed in the left list. No review.
* [scaladoc] Dangerous HTML (that can break Scala...Gilles Dubochet2010-04-121-3/+20
| | | | | | | [scaladoc] Dangerous HTML (that can break Scaladoc) is stripped out of comments and replaced by corresponding wiki syntax when possible. No review.
* [scaladoc] meta-documentation (attributes, defi...Gilles Dubochet2010-04-121-115/+129
| | | | | | [scaladoc] meta-documentation (attributes, definition classes, etc.) is available for members that do not have a comment. No review.
* Attempting to unblock partest by handling Asser...Philipp Haller2010-04-121-2/+5
| | | | | Attempting to unblock partest by handling AssertionErrors. No review.
* Another test for see #2017. No review.Philipp Haller2010-04-122-0/+50
|
* Improved deprecation warnings in actors package...Philipp Haller2010-04-121-4/+4
| | | | | Improved deprecation warnings in actors package object. No review.
* actors.UncaughtException stores most recent sen...Philipp Haller2010-04-124-25/+29
| | | | | | | actors.UncaughtException stores most recent sender. Default output for unhandled exceptions can be disabled using actors.Debug. Review by plocinic.
* Cosmetic renamings. No review.Martin Odersky2010-04-121-3/+3
|
* Closes #3224. Review by retronym.Martin Odersky2010-04-124-5/+52
|
* Closes #2757. No review.Hubert Plociniczak2010-04-121-0/+1
|
* Disabling some more tests which crash under -op...Paul Phillips2010-04-125-0/+0
| | | | | Disabling some more tests which crash under -optimise. No review.
* Disabled the test which is hanging the -optimis...Paul Phillips2010-04-122-0/+0
| | | | | Disabled the test which is hanging the -optimise run. No review.
* Reverting r21442 the Exception patch because I ...Paul Phillips2010-04-112-80/+66
| | | | | | Reverting r21442 the Exception patch because I think it is the cause of the deadlocking. Not my greatest weekend. No review.
* Added --update-check option to partest.Paul Phillips2010-04-112-10/+15
| | | | | | | | | | | | | | | | | | | automatically update all the checkfiles with whatever output the tests are producing. I suppose it goes without saying that this would be easy to misuse, so let the record show that I accept no responsibility when someone overwrites all the checkfiles in trunk with their shopping list and checks it in. Recommended usage: See some tests fail. Run partest --failed --show-diff Verify that all output differs in the expected fashion. Then run partest --failed --update-check Mission accomplished. No review.
* moved plugin folder back to 'misc/scala-devel/p...Lukas Rytz2010-04-114-189/+46
| | | | | | | | moved plugin folder back to 'misc/scala-devel/plugins'. moved bash completion to scala-tool-support (see r21449). include continuations in compiler sbaz package. replaced some tabs by spaces. review by extempore.
* Fixed some position issues and build manager test.Iulian Dragos2010-04-112-6/+12
|
* Made use of random number generator in ForkJoin...Philipp Haller2010-04-111-4/+10
| | | | | | Made use of random number generator in ForkJoinScheduler's fair mode thread safe. Review by plocinic.
* Scaladoc clean-ups for various actor and channe...Philipp Haller2010-04-119-162/+30
| | | | | | Scaladoc clean-ups for various actor and channel types. Actor now extends InputChannel. Channel now extends CanReply. Review by plocinic.