summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #618 from axel22/issue/5428Adriaan Moors2012-05-251-0/+5
|\ \
| * | Fixes SI-5428.Aleksandar Prokopec2012-05-241-0/+5
| |/
* | Merge pull request #617 from phaller/implicit-execution-contextAdriaan Moors2012-05-244-42/+97
|\ \
| * | Move implicit ExecutionContext to be determined by lexical scopephaller2012-05-244-42/+97
| |/
* / Fixes SI-5441.Aleksandar Prokopec2012-05-241-2/+2
|/
* Merge pull request #586 from axel22/issue/5804Josh Suereth2012-05-222-15/+13
|\
| * Fixes SI-5804.Aleksandar Prokopec2012-05-182-15/+13
* | Merge pull request #574 from axel22/issue/4461Josh Suereth2012-05-181-0/+14
|\ \
| * | Fixes SI-4461.Aleksandar Prokopec2012-05-181-0/+14
| |/
* | Merge pull request #569 from phaller/wip-sip14-fixes-newAdriaan Moors2012-05-187-71/+113
|\ \
| * | SIP-14: clean ups and fixesphaller2012-05-177-71/+113
* | | Fix 4138Lukas Rytz2012-05-181-3/+6
| |/ |/|
* | Merge pull request #564 from scalamacros/topic/assertinresetattrsJosh Suereth2012-05-172-4/+4
|\ \
| * | fixes resetAttrsEugene Burmako2012-05-172-4/+4
* | | Added infrastructure to enable easy enrichment of GenTraversables.Miles Sabin2012-05-173-0/+71
|/ /
* | Missed a stashHeather Miller2012-05-171-1/+1
* | Merge branch 'master' of git://github.com/scala/scala into issue/5623Heather Miller2012-05-1615-28/+47
|\|
| * Merge pull request #555 from srp/masterJosh Suereth2012-05-161-0/+22
| |\
| | * mutable.MapLike: override $mapNote to reflect actual require mutable apiScott R. Parish2012-05-151-0/+22
| * | Merge pull request #553 from heathermiller/doc/linksJosh Suereth2012-05-1614-28/+25
| |\ \