summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-224-6/+5
| | | | | | | | It's clearly not a long term solution to go hunting them one by one, but for the short term goal of shipping 2.8.0 without accidental java 6 dependencies, removed what should be all uses of String.isEmpty from the source. No review.
* A workaround for the crasher described in the c...Paul Phillips2010-05-221-1/+13
| | | | | | | A workaround for the crasher described in the comments of #3431 (not related to #3431 per se.) Thanks to iulian for pinpointing what I can't do during completion member discovery. No review.
* Discovered via irc one more assertion in the ma...Paul Phillips2010-05-222-5/+4
| | | | | | Discovered via irc one more assertion in the matcher which was asserting something too specific. Fixed, no review.
* Made workaround for #3430 noisier during its wo...Paul Phillips2010-05-221-1/+7
| | | | | | | Made workaround for #3430 noisier during its working around so we don't get complacent about whether there's still a bug in the optimizer. Conceived by dragos, ergo no review.
* Messed up a flags test file, caught by dragos.Paul Phillips2010-05-221-0/+0
|
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-2131-38/+40
| | | | | | Altered a bunch of places which call hashCode to call ## instead. No review.
* Removed some flotsam which should have been rem...Paul Phillips2010-05-213-16/+0
| | | | | | | | Removed some flotsam which should have been removed when I rolled back partest. (We ended up with two copies of the methvsfield test, one in a subdir and one not.) I would suppose it is responsible for #3464 but I don't know for certain. No review.
* Added +=: prepend to MutableList.Martin Odersky2010-05-212-2/+9
|
* Workaround for #3462.Paul Phillips2010-05-211-2/+5
| | | | | | | | way it was, but this is the obvious fix for now. Review by odersky (perhaps you could point out where my logic fails, in that I expected the concrete return type of withHelpSyntax to contain a setter for value.)
* A more specifically targetted version of r21991...Paul Phillips2010-05-211-2/+2
| | | | | | | A more specifically targetted version of r21991 which ought to eliminate the pathological behavior displayed by files/run/Course-2002-07.scala under -optimise. No review.
* Moved the test for #3420 to pending and reopene...Paul Phillips2010-05-202-0/+0
| | | | | | | Moved the test for #3420 to pending and reopened the ticket. The bug only materializes if scalac was itself built with -optimise. (We may need a richer language for describing optimise bugs.) No review.
* Make the inliner be more careful about where it...Paul Phillips2010-05-205-0/+33
| | | | | | Make the inliner be more careful about where it pokes around. Closes #3252, #3430. Review by dragos.
* Test case for #3420, closes #3420.Paul Phillips2010-05-202-0/+6
|
* Closes #3449. no review.Iulian Dragos2010-05-202-8/+17
|
* Put dummy scalacheck dir in test/files since pa...Paul Phillips2010-05-201-0/+0
| | | | | | | Put dummy scalacheck dir in test/files since partest maddeningly pre-fails the test suite if it's not present and git does not preserve empty directories. No review.
* Misoptimization for list extractors caused non-...Paul Phillips2010-05-202-1/+17
| | | | | | Misoptimization for list extractors caused non-sequences to incorrectly match. Closes #3050, #2800. No review.
* Closes #3381.Iulian Dragos2010-05-204-44/+67
|
* Closed #3432.Iulian Dragos2010-05-203-0/+23
|
* Fixed a BigDecimal/Long comparison bug reported...Paul Phillips2010-05-202-3/+6
| | | | | Fixed a BigDecimal/Long comparison bug reported on the list. No review.
* Bug in lastIndexOfSeq. Closes #3455, no review.Paul Phillips2010-05-202-3/+5
|
* Closes #3304. Review by extempore.Martin Odersky2010-05-191-2/+9
|
* Fixed problem with static initializer in ForkJo...Philipp Haller2010-05-192-6/+17
| | | | | | Fixed problem with static initializer in ForkJoinTask on Android. Replaces forkjoin.jar. Addresses see #3359. Review by plocinic.
* tentative solution of typeParams problem discov...Martin Odersky2010-05-191-1/+14
| | | | | tentative solution of typeParams problem discovered by Iulian.
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-192-1/+19
|
* Fixes #3385. No review.Aleksandar Pokopec2010-05-193-37/+74
|
* Hacky but no-risk fix for #3189, which was caus...Paul Phillips2010-05-193-1/+13
| | | | | | | Hacky but no-risk fix for #3189, which was caused by the ghost of regular expression patterns rising from the grave to haunt the parser. No review.
* Removed deprecation. No review.Aleksandar Pokopec2010-05-181-2/+1
|
* Changed migration annotation to deprecated.Aleksandar Pokopec2010-05-181-1/+1
|
* Fixes #3445. no reviewAleksandar Pokopec2010-05-181-0/+7
|
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-182-2/+25
|
* Fix for sliding boundary condition.Paul Phillips2010-05-182-4/+7
|
* some more ad-hoc cookingAdriaan Moors2010-05-183-0/+16
| | | | | | closes #3429 review by odersky
* cook raw type when copying down result typeAdriaan Moors2010-05-183-0/+7
| | | | | | closes #3404 review by odersky
* Changed strategy to allow specialization on typ...Iulian Dragos2010-05-181-6/+14
| | | | | | Changed strategy to allow specialization on type params at @specialized positions. no review.
* Commented out unnecessarily verbose debug info.Iulian Dragos2010-05-181-8/+8
|
* New starrIulian Dragos2010-05-182-2/+2
|
* Closes #3417. No review (already done by Martin)Hubert Plociniczak2010-05-184-5/+15
|
* Fixed -Xcheckinit build. No review.Philipp Haller2010-05-171-1/+1
|
* added another Android examplemichelou2010-05-171-14/+36
|
* Made javaConversions more general.Martin Odersky2010-05-151-88/+148
|
* [scaladoc] Closes #3428 (HTML markup supported ...Gilles Dubochet2010-05-154-73/+146
| | | | | | | [scaladoc] Closes #3428 (HTML markup supported in Scaladoc). Improves wiki-syntax parsing of lists. Improves stylesheet for headings and code blocks in comments. Review by malayeri.
* Swapped the order of the arguments to returning...Paul Phillips2010-05-153-8/+8
| | | | | | | | | | | Swapped the order of the arguments to returning to make it consistent with the way I've been using it for a long time. No review, how about a question for nobody in particular instead: can we put this in the library somewhere so I can stop looking around for it everywhere I go? It's really handy. def returning[T](x: T)(f: T => Unit): T = { f(x) ; x }
* Starting to look like the pattern matcher and I...Paul Phillips2010-05-143-50/+43
| | | | | | | Starting to look like the pattern matcher and I can meet in the middle. More distributing my acquired bottom-up knowledge among the current code. No review.
* Fixed a missed opportunity for code rewriting i...Iulian Dragos2010-05-141-16/+11
| | | | | | | | | | | Fixed a missed opportunity for code rewriting in specialize: a method that was specialized both on enclosing class types and its own was routed to the generic one. For instance, a map[@specialized B] would exhibit this bug. Restricted warnings to non-synthetic methods, removing warnings for Tuple default argument methods. No review.
* Took advantage of my new wealth of bottom-up pa...Paul Phillips2010-05-141-65/+38
| | | | | | Took advantage of my new wealth of bottom-up pattern matching knowledge to simplify MixTypes a bunch. No review.
* Realized that somehow the synthetic flag on pat...Paul Phillips2010-05-131-2/+2
| | | | | | | Realized that somehow the synthetic flag on pattern matcher temp vars was lost somewhere, and classfile debugging info was being generated for every one of them. Fixed. No review.
* Added one-way conversions from collection.{Set,...Martin Odersky2010-05-131-53/+163
| | | | | Added one-way conversions from collection.{Set,Map,IndexedSeq}. Review by milessabin.
* Closes #3433.Iulian Dragos2010-05-132-1/+14
|
* Closes #3434.Iulian Dragos2010-05-133-44/+75
|
* Should fix the interpreter bug I just introduced.Paul Phillips2010-05-132-1/+1
| | | | | | | crashing-under-optimise test into pending since that looks like a genuine bug - I'll open it a ticket. No review.