summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-185-16/+19
* Rename copyTo to build based on consensus of 3Josh Suereth2012-06-184-7/+7
* Fixes from review.Josh Suereth2012-06-184-9/+9
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-186-0/+45
* Merge pull request #736 from damienobrist/feature/diagrams-dev-revertJosh Suereth2012-06-181-13/+7
|\
| * Revert "Documented SyncVar"Vlad Ureche2012-06-181-13/+7
* | Merge pull request #718 from damienobrist/feature/diagrams-dev-finalJosh Suereth2012-06-171-7/+13
|\|
| * Documented SyncVarVlad Ureche2012-06-141-7/+13
* | Merge pull request #721 from viktorklang/wip-sensible-deprecation-msgs-√Josh Suereth2012-06-151-26/+26
|\ \
| * | Removing erronous quoting of implicitNotFoundViktor Klang2012-06-141-2/+2
| * | Adding backticks to code in deprecation messages in PredefViktor Klang2012-06-141-28/+28
| * | Clarifying deprecation for implicit and explicit usage of the x2y's in PredefViktor Klang2012-06-131-24/+24
| * | Clarifying deprecation messages for numeric conversions in PredefViktor Klang2012-06-131-24/+24
| |/
* / rework Future.dispatchFuture a bit to fix bugs / optimizeHavoc Pennington2012-06-132-49/+82
|/
* Breaks.break should return Nothing, not UnitDan Brown2012-06-121-1/+1
* Forkjoin and fjbg are now always compiled in the build.Josh Suereth2012-06-111-35/+0
* turn unchecked type patterns into checked onesAdriaan Moors2012-06-081-0/+10
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-086-120/+123
* removes array tagsEugene Burmako2012-06-0829-174/+131
* Introduces scala-reflect.jarEugene Burmako2012-06-0835-3262/+0
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-0824-36/+59
* brings reification up to speedEugene Burmako2012-06-083-11/+31
* brings macros up to speedEugene Burmako2012-06-089-23/+86
* removes tags and their incantations from PredefEugene Burmako2012-06-0824-24/+28
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-0814-53/+54
* The new reflectionEugene Burmako2012-06-0867-3851/+4943
* preparations: removes DynamicProxyEugene Burmako2012-06-081-74/+0
* macros: refactoring of fast track infrastructureEugene Burmako2012-06-085-173/+38
* improves traces and error messagesEugene Burmako2012-06-082-11/+19
* Merge pull request #672 from axel22/issue/5857Adriaan Moors2012-06-082-2/+42
|\
| * Fixes SI-5857.Aleksandar Prokopec2012-06-062-2/+42
* | Merge pull request #677 from axel22/feature/util-hashing2Josh Suereth2012-06-0715-55/+133
|\ \
| * | Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-0715-55/+133
* | | Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-0610-759/+794
|/ /
* | Merge pull request #669 from dgruntz/masterJosh Suereth2012-06-061-5/+6
|\ \
| * | fixes typos in scaladoc of Orderes.calaDominik Gruntz2012-06-051-5/+6
| |/
* | Merge pull request #673 from axel22/issue/5880Josh Suereth2012-06-061-2/+8
|\ \
| * | Fix SI-5880.Aleksandar Prokopec2012-06-061-2/+8
| |/
* | Merge pull request #671 from axel22/issue/5867Josh Suereth2012-06-061-0/+2
|\ \
| * | Fix SI-5867.Aleksandar Prokopec2012-06-061-0/+2
| |/
* | Merge pull request #670 from axel22/issue/5879Josh Suereth2012-06-061-15/+52
|\ \
| * | Fix SI-5879.Aleksandar Prokopec2012-06-061-15/+52
| |/
* / Add configuration for ExecutionContextphaller2012-06-051-7/+21
|/
* Fix `Hashing`.Aleksandar Prokopec2012-06-013-12/+24
* Remove Equality in favour of Equiv.Aleksandar Prokopec2012-06-014-46/+9
* Add Hashing and Equality typeclasses.Aleksandar Prokopec2012-06-013-27/+122
* fix t5843Lukas Rytz2012-05-281-2/+2
* Handled some of our new exhaustiveness warnings.Paul Phillips2012-05-261-0/+2
* Merge pull request #621 from axel22/issue/5085bAdriaan Moors2012-05-251-4/+22
|\
| * Fixes SI-5085 and SI-4833.Aleksandar Prokopec2012-05-251-4/+22