summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Another update for ShowPickled. No review.Paul Phillips2010-02-241-0/+2
|
* Removed stray debugging code.Miles Sabin2010-02-231-2/+1
|
* Fixed a little command line partest bug I intro...Paul Phillips2010-02-231-1/+1
| | | | | Fixed a little command line partest bug I introduced. No review.
* Improved fix for #2767. Review by community.Miles Sabin2010-02-231-7/+3
|
* The initial results of running a basic cut and ...Paul Phillips2010-02-2311-253/+174
| | | | | | | | The initial results of running a basic cut and paste detector over trunk and trying to undo some of it. I can live with history but if I see Cutty McPastington in new commits I will get all finger waggly. Don't make me cross that ocean. No review.
* Fixed tests to unbreak build. No review.Philipp Haller2010-02-233-7/+5
|
* Fixes #3018. Review by extempore.Aleksandar Pokopec2010-02-231-1/+3
|
* Removed now redundant function splitParams.Paul Phillips2010-02-233-132/+2
|
* After the compiler refactor, we ended up with i...Paul Phillips2010-02-236-404/+9
| | | | | | | After the compiler refactor, we ended up with identical copies of PickleBuffer and PickleFormat in the library and compiler. Deleted the compiler versions and updated references. No review.
* Control-flow combinators do not require thread-...Philipp Haller2010-02-237-49/+105
| | | | | | Control-flow combinators do not require thread-local variable in Reactor. Review by plocinic.
* [scaladoc] Updated jQuery to version 1.4.2.Gilles Dubochet2010-02-232-140/+142
|
* Fix for #3084Ingo Maier2010-02-231-2/+2
|
* Added TextComponent.paste, made some accidentia...Ingo Maier2010-02-235-7/+12
| | | | | | Added TextComponent.paste, made some accidentially public publisher methods protected.
* Added productElementName to Product.Paul Phillips2010-02-236-6/+30
| | | | | | | | | | | | | | | case class field names your heart desires. Review by odersky. scala> case class Foo[T](kilroy: String, burma: List[T], shave: Seq[Int]) defined class Foo scala> Foo("was here", List('myanmar), Seq(25, 25)) res0: Foo[Symbol] = Foo(was here,List('myanmar),List(25, 25)) scala> 0 to 2 map (res0 productElementName _) res1: IndexedSeq[String] = IndexedSeq(kilroy, burma, shave)
* Introducing partest to the idea of code reuse.Paul Phillips2010-02-237-159/+102
|
* Abstracting out a few more platform specific el...Paul Phillips2010-02-237-45/+51
| | | | | | Abstracting out a few more platform specific elements now that we have a facility for doing so. Review by rytz.
* Oops, I broke jline in r20953. Fixed. No review.Paul Phillips2010-02-231-1/+1
|
* More fun with ClassPaths.Paul Phillips2010-02-234-18/+39
| | | | | Review by community.
* Some much needed housecleaning regarding system...Paul Phillips2010-02-2327-298/+310
| | | | | | | | | Some much needed housecleaning regarding system properties. If you can possibly resist the temptation, it'd be great if people could try to go through the properties classes to get and set them, and also to set property values somewhere fixed rather than using strings directly. Review by community.
* Yet another attempt at retaining ill-typed tree...Miles Sabin2010-02-222-39/+23
| | | | | | Yet another attempt at retaining ill-typed trees for the IDE ... this time docs.comp should be unbroken.
* A simple command line parser to consolidate a b...Paul Phillips2010-02-222-135/+278
| | | | | | | A simple command line parser to consolidate a bunch of different implementations floating around trunk. And rolled it out in partest's ConsoleRunner. Review by community.
* - Added fair mode to ForkJoinScheduler, which s...Philipp Haller2010-02-2211-39/+64
| | | | | | | - Added fair mode to ForkJoinScheduler, which submits tasks to global - queue with a 2% chance Reactor uses ForkJoinScheduler by default Moved - ActorGC to scheduler package Various clean-ups
* Specialized types are not substituted inside ty...Iulian Dragos2010-02-226-2/+118
| | | | | | Specialized types are not substituted inside type arguments. Closes #3085, no review.
* Some deprecation patrol and minor cleanups.Paul Phillips2010-02-229-21/+16
|
* More laboring on Settings, ClassPaths, Ant Task...Paul Phillips2010-02-2213-73/+118
| | | | | | More laboring on Settings, ClassPaths, Ant Tasks, Partest, and similar epicenters of thrilldom. No review.
* Some more code for seeing what's going on in in...Paul Phillips2010-02-217-21/+108
| | | | | | Some more code for seeing what's going on in in scalac's mind with respect to who to load when and from where. No review.
* Some repl cleanups and debugging conveniences.Paul Phillips2010-02-215-54/+64
|
* Lowering the noise level in the classpath debug...Paul Phillips2010-02-202-10/+15
| | | | | | | Lowering the noise level in the classpath debugging output. Try ant -Dscalac.args="-Ylog-classpath" if you would like the rare joy of having a fair idea what is being used to compile what. No review.
* Having some challenges confirming the validity ...Paul Phillips2010-02-203-3/+3
| | | | | | | Having some challenges confirming the validity of the bootstrap process given starr's slightly dated classpath code, so this is a new starr based on r20934. No review.
* Another attempt at retaining ill-typed trees fo...Miles Sabin2010-02-202-10/+24
| | | | | | Another attempt at retaining ill-typed trees for the IDE, this time without breaking scaladoc. Review by extempore.
* Band-aid for #3081, issue should receive more c...Paul Phillips2010-02-201-1/+1
| | | | | | Band-aid for #3081, issue should receive more comprehensive treatment. Review by imaier.
* Altered the ant task to generate a -Dscala.home...Paul Phillips2010-02-202-1/+6
| | | | | | | Altered the ant task to generate a -Dscala.home= property, which now acts as signal to scalac to ignore the java classpath and use only the scala classpath. No review.
* Some cleanups on the scalacfork ant task since ...Paul Phillips2010-02-202-55/+69
| | | | | | | Some cleanups on the scalacfork ant task since I'm clearly going to have to go through everything which touches classpaths in any way shape or form. No review.
* Temporarily reverting r20928 as it is leading t...Paul Phillips2010-02-202-2/+2
| | | | | | Temporarily reverting r20928 as it is leading to ant dist crashing. Review by milessabin.
* Some script fixes tied up with classpaths.Paul Phillips2010-02-192-21/+6
|
* Fixed #3043 and #3043; fixed a regression with ...Miles Sabin2010-02-192-2/+2
| | | | | | | Fixed #3043 and #3043; fixed a regression with hover/hyperlinks on import statements; don't attempt to parse out top-level types from non-Scala sources. Review by community.
* Patch from Mirko Stocker correcting start posti...Miles Sabin2010-02-181-5/+5
| | | | | | Patch from Mirko Stocker correcting start postions of import AST nodes for refactoring and other tools. Review by community.
* Made NumericRange invariant again, plus test case.Paul Phillips2010-02-182-14/+20
|
* The first reasonably satisfying classpath commit.Paul Phillips2010-02-1819-315/+237
| | | | | there with this one. Documentation to come. Review by community.
* Tighter pattern matching hits the street.Paul Phillips2010-02-188-41/+99
| | | | | | | | | | | | | is final and does not conform to the pattern, it will no longer compile. See all the exciting things you can no longer do: "bob".reverse match { case Seq('b', 'o', 'b') => true } // denied! "bob".toArray match { case Seq('b', 'o', 'b') => true } // rejected! final class Dunk def f3(x: Dunk) = x match { case Seq('b', 'o', 'b') => true } // uh-uh! And so forth. Review by odersky.
* Fix for recent stability issue with Apply0.Paul Phillips2010-02-181-0/+3
| | | | | | | classpaths flushes out bugs, we should do this all the time. Review by odersky even though he authored it, because reliving one's own patches is the key to a long and healthy life.
* ...and managed to miss the key file in getting ...Paul Phillips2010-02-171-1/+6
| | | | | ...and managed to miss the key file in getting past partest. No review.
* A variety of changes to partest made in a quest...Paul Phillips2010-02-1711-76/+126
| | | | | | | | A variety of changes to partest made in a quest to get it to reveal the classpaths it is using. No longer will partest actively sabotage your efforts to pass -Dpartest.debug=true by inserting "-Dpartest.debug=" after yours! And etc. Review by haller (if so inclined.)
* Added a copy() method to Settings. No review.Paul Phillips2010-02-171-2/+16
|
* Fix for silly mistake in [20835]. No review.Miles Sabin2010-02-171-1/+1
|
* Test file for last commit.Aleksandar Pokopec2010-02-171-0/+31
|
* Array copy method fixed, Fixes #3065.Aleksandar Pokopec2010-02-171-3/+6
|
* Checking the symbols of parameters in overloade...Hubert Plociniczak2010-02-174-4/+23
| | | | | | | | | Checking the symbols of parameters in overloaded methods didn't seem to work in all cases. Apparently the enclosing class of the owner of the parameter was changing during the compilations from trait to the implementation class. This was causing annoying excessive compilation for Types.scala.
* Fix and test case for #3031. Review by odersky.Miles Sabin2010-02-172-1/+12
|
* Took a less ambitious approach to restoring sta...Paul Phillips2010-02-162-8/+5
| | | | | | | | | Took a less ambitious approach to restoring stability. Leave isLess as it was and have the pickler sort without using isLess. Interestingly this approach still leaves a class failing the stability test (scala/actors/remote/Apply0.class) so a little more will be needed. Review by odersky.