summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* migrates stdlib and compiler to tagsEugene Burmako2012-04-2371-391/+423
* rethinks tagsEugene Burmako2012-04-2335-775/+607
*---. Merge commit 'refs/pull/419/head'; commit 'refs/pull/420/head'; commit 'refs/...Paul Phillips2012-04-22129-4461/+1034
|\ \ \
| | | * Fix a documentation comment of Product(n)#productElementKato Kazuyoshi2012-04-2323-23/+23
| | * | Scaladoc's tests should work with test/partestKato Kazuyoshi2012-04-231-1/+6
| | |/
| | * Reflection and reification: Names and Symbols.Paul Phillips2012-04-2228-874/+985
| * | fixes SI-5689Eugene Burmako2012-04-211-1/+1
| |/
| *-------. Merge commit 'refs/pull/414/head'; commit 'refs/pull/415/head'; commit 'refs/...Paul Phillips2012-04-205-17/+15
| |\ \ \ \ \
| | | | | | * a deprecated method that I forgot to restoreEugene Burmako2012-04-201-0/+3
| | | |_|_|/ | | |/| | |
| | | | | * fixes SI-5680Eugene Burmako2012-04-203-13/+8
| | | |_|/ | | |/| |
| | | | * minor fix to macro tracingEugene Burmako2012-04-201-1/+1
| | | |/ | | |/|
| | | * SI-5677, Tiny typo. Fixed.Heather Miller2012-04-191-3/+3
| | |/
| * | Good-bye, scala.dbc.Paul Phillips2012-04-2071-3542/+1
| * | change com.typesafe.config dep to version 0.4.0Havoc Pennington2012-04-191-3/+3
| |/
* / scala.reflect.api: Reporters => FrontEndsEugene Burmako2012-04-2018-151/+143
|/
* Minor optimizations with nested list operations.Paul Phillips2012-04-188-26/+42
* Sigh, sbt needs this one too.Paul Phillips2012-04-182-3/+4
* Merge commit 'refs/pull/412/head'; commit 'refs/pull/413/head' into developPaul Phillips2012-04-1840-683/+1672
|\
| * fixes testsEugene Burmako2012-04-171-1/+1
| * reintroduces prematurely removed manifest factoriesEugene Burmako2012-04-172-46/+134
| * assorted stability fixesEugene Burmako2012-04-1712-371/+487
| * adds a dummy mirrorEugene Burmako2012-04-173-13/+760
| * adds erasures to concrete type tagsEugene Burmako2012-04-1729-209/+284
| * big fat error message, reloadedEugene Burmako2012-04-171-45/+3
| * Try to fix sbt.Paul Phillips2012-04-172-3/+8
* | Fix an potentially-disturbing error (typo?) in Either doc.Étienne Vallette d'Osia2012-04-171-1/+1
|/
* Merge commit 'refs/pull/408/head'Paul Phillips2012-04-1611-70/+107
|\
| * Inliner won't touch private/protected fields anymoreVlad Ureche2012-04-164-8/+17
| * don't emit tiny switches: optimizer chokes on themAdriaan Moors2012-04-141-1/+1
| * restore typedMatchAnonFun in all its gloryAdriaan Moors2012-04-147-61/+89
| |
| \
*-. \ Merge commit 'refs/pull/406/head'; commit 'refs/pull/407/head'; branch 'type-...Paul Phillips2012-04-1635-621/+1172
|\ \ \
| | * | New facility: TypeDestructurers.Paul Phillips2012-04-1623-186/+681
| * | | Resolve feature and deprecation warnings in scala.concurrentphaller2012-04-153-6/+6
| * | | Clean ups in futures based on review by @heathermiller and review by @viktork...phaller2012-04-153-29/+25
| * | | Merge branch 'master' of https://github.com/scala/scala into wip-sip14-fixesHeather Miller2012-04-15384-4577/+12056
| |\| |
| * | | Fix issues with exception handling in futures. Review by @heathermillerphaller2012-04-143-4/+12
| * | | Changes to access modifiers on Unsafe and NonFatal, adds/fixes doc commentsHeather Miller2012-04-144-9/+10
| * | | Merge pull request #14 from viktorklang/wip-sip14-fixesHeather Miller2012-04-146-116/+134
| |\ \ \
| | * | | Adding FIXME about putting mixed beans in the EC-basketViktor Klang2012-04-131-1/+1
| | * | | Adding NonFatal matching as to not catch anything that should terminate the J...Viktor Klang2012-04-133-14/+11
| | * | | Replacing all ⇒ with => in Promise.scala and harmonized def value to use sa...Viktor Klang2012-04-131-18/+18
| | * | | Making sure that the ScalaDoc for Future.apply has the right namesViktor Klang2012-04-131-1/+1
| | * | | Adding NonFatal and Unsafe to scala.concurrent.implViktor Klang2012-04-132-0/+68
| | * | | Updating to latest version of Akka's DefaultPromiseViktor Klang2012-04-134-105/+58
| * | | | Adds most recent iteration of the ForkJoinPool, and updates it to now run on ...Heather Miller2012-04-132-288/+321
| |/ / /
* | / / big fat error message for default mirror failuresEugene Burmako2012-04-152-6/+83
| |/ / |/| |
* | | Merge branch 'master' into developPaul Phillips2012-04-141-3/+3
|\ \ \ | | |/ | |/|
| * | Revert "change com.typesafe.config dep to version 0.4.0"Paul Phillips2012-04-141-3/+3
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge commit 'refs/pull/401/head'; commit 'refs/pull/402/head'; commit 'refs/...Paul Phillips2012-04-1419-154/+300
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | * | implements reification of tough typesEugene Burmako2012-04-1417-150/+296