summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed -Xcheckinit build.no review.Iulian Dragos2010-05-103-3/+3
|
* Closes #3407. Closes #3412. Review by plocinic.Philipp Haller2010-05-0910-82/+224
|
* Remove the sourcepath prefix from the logs and ...Hubert Plociniczak2010-05-072-7/+4
| | | | | | | | Remove the sourcepath prefix from the logs and only then do dos2unix paths changing (otherwise #3054 fails). It is a bit ugly but it is only done for buildmanager (paul was doing it anyway in his reverted partes). That should really fix the windows build. No review.
* Fixed partest for windows nightly. No review.Hubert Plociniczak2010-05-071-2/+2
|
* docs for breakout and no-arg apply in canbuildfromAdriaan Moors2010-05-072-2/+6
|
* close #3400. no reviewLukas Rytz2010-05-074-0/+27
|
* Rolled partest back to r21328.Paul Phillips2010-05-06162-163/+4712
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-062-1/+8
|
* Removed some logging and prune CollectMethodBod...Iulian Dragos2010-05-052-52/+28
| | | | | | Removed some logging and prune CollectMethodBodies to not traverse more than necessary. No review.
* Tightened what gets specialized: only when the ...Iulian Dragos2010-05-053-20/+20
| | | | | | | | Tightened what gets specialized: only when the type parameter appears at top level, or as a type argument to a Java array. For example T, Array[T] cause specialization, but List[T] does not. Resurrected spec-matrix, forgotten among the disabled tests. No review.
* Rolled back a subset of partest to use StreamAp...Paul Phillips2010-05-052-16/+136
| | | | | | Rolled back a subset of partest to use StreamAppender and avoid io.Process. No review.
* revert the revert of r21791 (fix constructor pa...Lukas Rytz2010-05-056-15/+49
| | | | | | revert the revert of r21791 (fix constructor parameter annotations). close #3390. together with a new starr it builds. no review.
* Fixed #3358.Ingo Maier2010-05-0511-47/+62
|
* Fixing the conflict between the two private-rel...Iulian Dragos2010-05-041-6/+5
| | | | | | Fixing the conflict between the two private-related bugs, fixing the build. no review.
* Fix for #3391. No review.Paul Phillips2010-05-041-1/+4
|
* Fixed broken commit. no review.Iulian Dragos2010-05-041-0/+3
|
* Closes #3387. no review.Iulian Dragos2010-05-042-1/+11
|
* revert commit that probably broke the build due...Adriaan Moors2010-05-046-50/+72
| | | | | | | revert commit that probably broke the build due to a bug in closure elimination revert commit that reverted the commit that probably didn't break the build
* Fixed StringBuilder#last performance problem.Martin Odersky2010-05-041-1/+2
|
* Fixed #3274. No review.Ingo Maier2010-05-042-1/+12
|
* Some more, hopefully temporary, partest timeout...Philipp Haller2010-05-041-2/+2
| | | | | Some more, hopefully temporary, partest timeout tweaks. No review.
* close #3384.Lukas Rytz2010-05-044-66/+74
|
* Revert r21790: "closes #3373, #3177: validity c...Adriaan Moors2010-05-043-60/+4
| | | | | | | | | | | | Revert r21790: "closes #3373, #3177: validity check of an implicit " value should consider the value as well as its accessor Revert r21792: " "sorry, last-minute edit broke build: re-added parens " will investigate how it broke and why my local pre-commit tests did not catch the failure... no review
* sorry, last-minute edit broke build: re-added p...Adriaan Moors2010-05-041-2/+2
| | | | | sorry, last-minute edit broke build: re-added parens
* fix and test where constructor parameter annota...Lukas Rytz2010-05-043-12/+46
| | | | | fix and test where constructor parameter annotations end up. no review
* closes #3373, #3177: validity check of an impli...Adriaan Moors2010-05-043-4/+60
| | | | | | closes #3373, #3177: validity check of an implicit value should consider the value as well as its accessor review by odersky
* Fixed abstract overrides of specialized methods.Iulian Dragos2010-05-045-1/+79
|
* Closes #3378. No review.Iulian Dragos2010-05-041-2/+2
|
* Removed 4-year old println when getModuleOrClas...Iulian Dragos2010-05-041-1/+1
| | | | | | | | | | Removed 4-year old println when getModuleOrClass fails. It polluted debug output when -Ydebug was present because now every (successful) compiler run hits a few MissingRequirementErrors, quietly swallowed by getModule2/getClass2. The errors are normal during the transition to 'scala.collection.immutable.List' and 'scala.Seq/Sequence', while definitions are built. No review.
* Increased partest per-test timeout in an attemp...Philipp Haller2010-05-031-1/+1
| | | | | | Increased partest per-test timeout in an attempt to fix the windows nightly.
* Renamed Idea project files to have a .SAMPLE su...Iulian Dragos2010-05-039-0/+0
| | | | | | Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.
* Fixed private member access, closes #3380.Iulian Dragos2010-05-021-3/+6
|
* Closes #3382. no review.Iulian Dragos2010-05-021-6/+4
|
* Properly specialize superclasses of a specializ...Iulian Dragos2010-05-021-1/+1
| | | | | Properly specialize superclasses of a specialized class.
* Kicked the partest timeouts way up since appare...Paul Phillips2010-05-011-3/+3
| | | | | | | Kicked the partest timeouts way up since apparently even 6 hours isn't enough for windows to complete. Don't know what the deal is there, let's see if 10 hours is enough. No review.
* Accumulate missing abstract member errors so th...Paul Phillips2010-04-304-8/+50
| | | | | | Accumulate missing abstract member errors so they can all be printed instead of only the first. Closes #2213, no review.
* Removed AnnotationInfos.ScalaSigBytes from refl...Gilles Dubochet2010-04-302-9/+0
| | | | | | | Removed AnnotationInfos.ScalaSigBytes from reflect.generic, as it is an implementation detail of the compiler and shouldn't be part of a public API. Review by odersky.
* Kicked partest up to a 6 hour timeout. No review.Paul Phillips2010-04-301-1/+1
|
* Deprecated two members of RemoteActor which cle...Philipp Haller2010-04-294-11/+20
| | | | | | | Deprecated two members of RemoteActor which clearly should not be in the public API. Removed unnecessary casts. Some more complete doc comments. No review.
* [scaladoc] Closes #3302 (case class with privat...Gilles Dubochet2010-04-291-1/+2
| | | | | | [scaladoc] Closes #3302 (case class with private constructor). No review.
* Closes #3310 (very large Scala class is compile...Gilles Dubochet2010-04-297-9/+89
| | | | | | Closes #3310 (very large Scala class is compiled to invalid classfile because Scala signature can't fit into constant pool). Review by dragos.
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-2991-98/+98
| | | | | | | to properly specialize on primitive types (scala.Int, instead of scala.runtime.Int). Now closures should be indeed specialized. No review.
* Took advantage of the sophisticated abstraction...Paul Phillips2010-04-291-0/+1
| | | | | | | Took advantage of the sophisticated abstractions available in ant to cut and paste the entirety of r21723 a little further down the build file. No review.
* Removes pointless reference queue from the Symb...Paul Phillips2010-04-291-3/+2
| | | | | | Removes pointless reference queue from the Symbol cache. Closes #3370, no review.
* Reverted change that made partest fail with 'bi...Iulian Dragos2010-04-291-1/+1
| | | | | | | Reverted change that made partest fail with 'bin/javac: no such file' when JAVA_HOME was not set (instead of using the javac on the PATH). Reviewed by extempore, so no review.
* Fixed misaligning due to wide (double|long) par...Iulian Dragos2010-04-292-8/+4
| | | | | | | Fixed misaligning due to wide (double|long) parameters in the icode reader. Improved constant folding through local variables. Closes #3191, no review.
* Allow inlining for straight-line methods.Iulian Dragos2010-04-291-1/+1
|
* removed the dir info of the error messages.Aleksandar Pokopec2010-04-291-5/+5
|
* Tightened variances check. Review by prokopec.Martin Odersky2010-04-293-6/+18
|
* Made internal helper methods in concurrent.ops ...Philipp Haller2010-04-293-18/+13
| | | | | | | Made internal helper methods in concurrent.ops private. Removed protected tryCatch helper method from concurrent.TaskRunner. Review by rompf.