summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reverted r21523. No review.Philipp Haller2010-04-134-25/+11
|
* Fix for #3284.Derek Chen-Beker2010-04-132-21/+60
| | | | | | but in the interest of not breaking backwards compatibility, the JSON.parse method has been marked deprecated for now.
* [scaladoc] Tweak so that left pane has a little...Donna Malayeri2010-04-131-2/+6
| | | | | | [scaladoc] Tweak so that left pane has a little bit of left padding. Review by dubochet.
* Removed trace output after having verified that...Martin Odersky2010-04-131-2/+1
| | | | | | Removed trace output after having verified that skolems are correctly identified now. Now review.
* Some mopping up in equality.Paul Phillips2010-04-135-8/+64
| | | | | | way equals was being handled, and hammered it out. New ==/## tests which covers all types and values. Review by odersky.
* A safety improvement for random path generation...Paul Phillips2010-04-132-11/+19
| | | | | | A safety improvement for random path generation, and a small change to Random for a more general interface. Review by community.
* A redblack tree scalacheck test contributed by ...Paul Phillips2010-04-131-0/+157
| | | | | A redblack tree scalacheck test contributed by dcsobral. No review.
* [scaladoc] More cosmetic changes.Donna Malayeri2010-04-137-1116/+1216
|
* Fix for specialized fix.Martin Odersky2010-04-131-1/+1
|
* attempted fix for the TypeSkolem problem under ...Martin Odersky2010-04-133-2/+19
| | | | | attempted fix for the TypeSkolem problem under specialize.
* fix for usecase in doccomments.Martin Odersky2010-04-131-4/+2
|
* more documentationMartin Odersky2010-04-1332-180/+191
|
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-1310-82/+152
|
* Docs. no reviewAleksandar Pokopec2010-04-1312-50/+144
|
* Removed obsolete AbstractReactor trait. No review.Philipp Haller2010-04-132-27/+1
|
* Hardened actor tests. No review.Philipp Haller2010-04-1329-4/+319
|
* Fixed #3258Ingo Maier2010-04-132-8/+4
|
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-1318-111/+133
|
* [scaladoc] Fixed CSS so that styles from wiki m...Gilles Dubochet2010-04-131-0/+22
| | | | | | [scaladoc] Fixed CSS so that styles from wiki markup are correctly displayed in comments. No Review.
* fix stability. jar is not stable. no review.Lukas Rytz2010-04-131-2/+2
|
* A brace got hurt while documenting. no review.Aleksandar Pokopec2010-04-131-1/+1
|
* Improved handling of uncaught exceptions in act...Philipp Haller2010-04-134-11/+25
| | | | | | Improved handling of uncaught exceptions in actors. See #711. Review by community.
* 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
|