summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* removes Expr <-> Tree implicitsEugene Burmako2012-04-254-65/+4
* fixes SI-5707Eugene Burmako2012-04-251-1/+1
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-2410-161/+168
* TODO: use tree attachments instead of subclassesAdriaan Moors2012-04-241-2/+12
* copy BackQuotedIdent trees (don't copy as Ident)Adriaan Moors2012-04-241-1/+4
* Back from the dead, it's ScalaObject!Paul Phillips2012-04-241-0/+16
* Merge commit 'refs/pull/431/head'Paul Phillips2012-04-244-7/+7
|\
| * Fix unmatched parenthesisKato Kazuyoshi2012-04-242-1/+2
| * "@returns" is not a Scaladoc tagKato Kazuyoshi2012-04-241-2/+1
| * $op_name, $op_names, $plus and $eq are not macroKato Kazuyoshi2012-04-241-4/+4
| |
| \
*-. \ Merge commit 'refs/pull/429/head'; commit 'refs/pull/430/head' into developPaul Phillips2012-04-231-0/+7
|\ \ \
| | * | adds isStatic to Symbols API in macro contextEugene Burmako2012-04-231-0/+7
* | | | Make scala.language vals lazy.Paul Phillips2012-04-231-8/+8
| |/ / |/| |
* | | Removed FlatArray.Paul Phillips2012-04-231-157/+0
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/427/head'; commit 'refs/pull/428/head' into developPaul Phillips2012-04-2353-813/+1266
|\ \ \ \
| | * | | interop between manifests and tagsEugene Burmako2012-04-235-1/+76
| | * | | resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-237-24/+538
| | * | | migrates stdlib and compiler to tagsEugene Burmako2012-04-2333-192/+216
| | * | | rethinks tagsEugene Burmako2012-04-2316-525/+334
| | | |/ | | |/|
| * / | poor dummy, what have they done to youEugene Burmako2012-04-231-76/+107
| |/ /
* | | Merge commit 'refs/pull/425/head' into developPaul Phillips2012-04-231-2/+2
|\ \ \ | |/ / |/| |
| * | Fix for SI-5471Vojin Jovanovic2012-04-231-2/+2
| |/
| |
| \
| \
| \
*---. \ Merge commit 'refs/pull/419/head'; commit 'refs/pull/420/head'; commit 'refs/...Paul Phillips2012-04-2230-313/+360
|\ \ \ \ | | | |/ | | |/|
| | | * Fix a documentation comment of Product(n)#productElementKato Kazuyoshi2012-04-2322-22/+22
| | |/
| | * Reflection and reification: Names and Symbols.Paul Phillips2012-04-225-276/+325
| |/
| *---. Merge commit 'refs/pull/414/head'; commit 'refs/pull/415/head'; commit 'refs/...Paul Phillips2012-04-203-15/+13
| |\ \ \
| | | | * a deprecated method that I forgot to restoreEugene Burmako2012-04-201-0/+3
| | |_|/ | |/| |
| | | * fixes SI-5680Eugene Burmako2012-04-202-12/+7
| | |/ | |/|
| | * SI-5677, Tiny typo. Fixed.Heather Miller2012-04-191-3/+3
| |/
* / scala.reflect.api: Reporters => FrontEndsEugene Burmako2012-04-207-18/+21
|/
* Merge commit 'refs/pull/412/head'; commit 'refs/pull/413/head' into developPaul Phillips2012-04-1813-231/+1031
|\
| * reintroduces prematurely removed manifest factoriesEugene Burmako2012-04-172-46/+134
| * assorted stability fixesEugene Burmako2012-04-172-13/+39
| * adds a dummy mirrorEugene Burmako2012-04-173-13/+760
| * adds erasures to concrete type tagsEugene Burmako2012-04-1710-115/+96
| * big fat error message, reloadedEugene Burmako2012-04-171-45/+3
* | Fix an potentially-disturbing error (typo?) in Either doc.Étienne Vallette d'Osia2012-04-171-1/+1
|/
*-. Merge commit 'refs/pull/406/head'; commit 'refs/pull/407/head'; branch 'type-...Paul Phillips2012-04-1611-147/+173
|\ \
| | * New facility: TypeDestructurers.Paul Phillips2012-04-161-0/+3
| * | 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-15176-1637/+3922
| |\|
| * | 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
| * | 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