summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | LongMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-157/+161
| * | | | Merge pull request #764 from soc/patch-5Adriaan Moors2012-06-241-142/+147
| |\ \ \ \
| | * | | | IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
| | |/ / /
| * / / / Adds missing closing curly brace to ScalaDoc code example.soc2012-06-241-2/+3
| |/ / /
| * | | Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-221-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Fix SI-4809.Aleksandar Prokopec2012-06-211-4/+4
| | |/
| * | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-192-3/+3
| |\ \
| | * | improves showRawEugene Burmako2012-06-192-3/+3
| * | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-187-4/+52
| |\ \ \
| | * | | Fixing embarassing typo.Josh Suereth2012-06-181-1/+1
| | * | | 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 #741 from axel22/issue/4954Josh Suereth2012-06-182-13/+36
| |\ \ \ \
| | * | | | Fix SI-4954.Aleksandar Prokopec2012-06-182-13/+36
| | | |_|/ | | |/| |
| * | | | Merge pull request #742 from axel22/feature/pc-ctrieJosh Suereth2012-06-181-1/+5
| |\ \ \ \
| | * | | | Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-1/+5
| | |/ / /
| * | | | Merge pull request #725 from paulp/issue/arrayopsJosh Suereth2012-06-181-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Remove unused type parameter.Paul Phillips2012-06-151-1/+1
| * | | | Merge pull request #736 from damienobrist/feature/diagrams-dev-revertJosh Suereth2012-06-181-13/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Revert "Documented SyncVar"Vlad Ureche2012-06-181-13/+7
* | | | | Fix SI-5846 and SI-4027.Aleksandar Prokopec2012-06-287-33/+89
|/ / / /
* | | | 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