summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Closes 3627. No review.Iulian Dragos2010-09-131-1/+1
|
* Interpreted absence of any objections in mailin...Paul Phillips2010-09-131-1/+10
| | | | | | | | | Interpreted absence of any objections in mailing list thread http://www.scala-lang.org/node/7398 as implicit encouragement to proceed. Adds complementary implicits to Predef such that the eight primitive types are both boxed and unboxed as the occasion demands. Review by odersky.
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-134-30/+92
|
* Renamed a file to soothe ant. No review.Paul Phillips2010-09-101-0/+0
|
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-0992-93/+126
| | | | | | | Proposed implementation of 'unlift' on Function1, the inverse function of PartialFunction#lift. Review by rytz and other interested parties. References #3825, but not closing until this is further considered.
* Unbroke the command line ~/test/partest tool, w...Paul Phillips2010-09-091-2/+5
| | | | | | Unbroke the command line ~/test/partest tool, which was displeased at being unable to find scalacheck.jar. No review.
* Merge branch 'ticket/3435'Iulian Dragos2010-09-091-2/+8
|
* fixed some scaladoc commentsmichelou2010-09-094-58/+75
|
* fix fix for (close #3791) and made deprecation ...Lukas Rytz2010-09-092-1/+6
| | | | | | fix fix for (close #3791) and made deprecation for constants work. no review.
* map2 => zipped, no reviewLukas Rytz2010-09-091-5/+5
|
* close #3791 according to jason's proposal.Lukas Rytz2010-09-091-5/+16
| | | | | | | long cycle (deprecate, remove, add with new behavior). I tried adding Scaladoc for these members but failed for now, see my message in internals.
* Some modifications to repl classloading to make...Paul Phillips2010-09-073-7/+39
| | | | | | Some modifications to repl classloading to make it usable in managed classloader environments. Contributed by mark harrah. Review by rytz.
* Changes to presentation compiler.Martin Odersky2010-09-075-44/+106
|
* doc comment fix. No review.Martin Odersky2010-09-071-1/+1
|
* Fixes infinite loop when appending a ListBuffer...Martin Odersky2010-09-071-0/+6
| | | | | | Fixes infinite loop when appending a ListBuffer to itself. Review by extempore.
* Fixes binary compatibility problem in BufferLikeMartin Odersky2010-09-071-1/+1
|
* Updated link to collections API guide.Antonio Cunei2010-09-071-2/+2
|
* Added type alias so that Response is accessible...Miles Sabin2010-09-071-0/+2
| | | | | | | Added type alias so that Response is accessible via interactive.Global ... necessary for source compatibility with 2.8.0.final. Review by odersky.
* Brought the files in scala.collection.interface...Paul Phillips2010-09-067-71/+48
| | | | | | | | Brought the files in scala.collection.interfaces up to date, for whatever purpose they may someday serve. Also deprecated Seq.findIndexOf, which is identical to indexWhere and must have been overlooked when deprecations were being handed out. No review.
* Closes #3803. No Review.Iulian Dragos2010-09-051-3/+3
|
* Closes #3636, crash when unexpected types arriv...Iulian Dragos2010-09-051-1/+4
| | | | | | Closes #3636, crash when unexpected types arrive at specialization. no review.
* Closes #3650.Iulian Dragos2010-09-034-9/+17
|
* better error message for default arguments.Lukas Rytz2010-09-031-0/+3
|
* Changed the behavior of -cp for scalap.Iulian Dragos2010-09-031-4/+10
|
* Makes utility methods in the ArrayStack compani...Aleksandar Pokopec2010-09-021-2/+2
| | | | | | | Makes utility methods in the ArrayStack companion object private. No review.
* Partest changes - partest now uses scalacheck.j...Aleksandar Pokopec2010-09-022-1/+21
| | | | | | | Partest changes - partest now uses scalacheck.jar from the build/pack dir. Review by phaller.
* fixes #2662. Review by moors.Aleksandar Pokopec2010-09-022-14/+105
|
* Closes #1220.Iulian Dragos2010-09-011-3/+7
|
* [scaladoc] Merges Petr's changes from the colla...Gilles Dubochet2010-09-014-11/+24
| | | | | | | [scaladoc] Merges Petr's changes from the colladoc branch to only display less-important information in class comments on demand. Also fixes a bug with index filter. No review.
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-011-1/+1
| | | | | Review by phaller (not urgent).
* Partial fix for #3774.Martin Odersky2010-08-311-132/+170
|
* Fix for #3684. No reviewAleksandar Pokopec2010-08-311-10/+10
|
* Fix for #3765.Miles Sabin2010-08-311-0/+3
|
* Fixes #3684. Closes #3684. No review.Aleksandar Pokopec2010-08-311-20/+10
|
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-3114-0/+2859
| | | | | | | | | | | | | Added scalacheck folder, scalacheck source update script, and scalacheck ant tasks. Build process will now generate a scalacheck jar in the build/pack/lib directory. It generates it from the scalacheck source in the src/scalacheck dir. If the source there gets out of date, it is to be updated manually using the tools/updatescalacheck script. Review by phaller.
* Added a few overrides to prevent default implem...Aleksandar Pokopec2010-08-311-0/+8
| | | | | | | | Added a few overrides to prevent default implementation that uses 'foreach'. Fixes #3747. Closes #3747. No review.
* Partest support for sbt (with failed only and s...moix2010-08-312-1/+36
| | | | | | Partest support for sbt (with failed only and specific files only options) Support for triggered execution
* New wider interface of presentation compiler.Martin Odersky2010-08-307-44/+141
|
* removed author attribution, since no code from ...Martin Odersky2010-08-301-1/+1
| | | | | removed author attribution, since no code from Stepan remains here.
* added doc comment which makes things clearer wh...Martin Odersky2010-08-301-0/+1
| | | | | added doc comment which makes things clearer when seen from Map or Set.
* Hardened the bytecode reader.Iulian Dragos2010-08-301-1/+1
|
* Dredged some more dead code out of SyncVar.Paul Phillips2010-08-301-6/+2
|
* Some more finnessing printing in the repl.Paul Phillips2010-08-302-7/+5
|
* partial fix for see #3772.Lukas Rytz2010-08-273-21/+29
| | | | | | | | | | | | {{{ scala> def g { case class C(); object C; } <console>:5: error: C is already defined as (compiler-generated) case class companion object C def g { case class C(); object C; } ^ }}} review by odersky
* documentation for scala.collection package, con...Lukas Rytz2010-08-261-1/+68
| | | | | | documentation for scala.collection package, contribution by Dave Copeland. close #3793, no review.
* documentation for scala.xml.pull, contribution ...Lukas Rytz2010-08-263-28/+77
| | | | | | documentation for scala.xml.pull, contribution by Dave Copeland. close #3786, no review.
* minor cleanups, no reviewLukas Rytz2010-08-262-24/+25
|
* Closes #3497.Iulian Dragos2010-08-262-14/+19
|
* Closes #3776. No review.Martin Odersky2010-08-241-1/+1
|
* Fixes #3780. No review.Martin Odersky2010-08-241-1/+1
|