summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/467/head'; commit 'refs/pull/468/head'; commit 'refs/...Paul Phillips2012-05-03124-200/+272
| |\ \ \ \
| | | * | | Eliminating reflective calls.Paul Phillips2012-05-023-2/+35
| | | * | | Unanchored regex extractors.Paul Phillips2012-05-021-7/+32
| | | | | |
| | | | \ \
| | | | \ \
| | | | \ \
| | | | \ \
| | | | \ \
| | | *-----. \ \ Merge commit 'refs/pull/457/head'; commit 'refs/pull/458/head'; commit 'refs/...Paul Phillips2012-05-02119-184/+199
| | | |\ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | | | | * | | Fixes SI-4478.Simon Ochsenreither2012-05-02118-179/+181
| | | |_|_|/ / / | | |/| | | | |
| | | | | * | | Changes scaladoc of trait DynamicDominik Gruntz2012-05-021-5/+18
| | | |_|/ / / | | |/| | | |
| | | * | | | Merge commit 'refs/pull/457/head'; commit 'refs/pull/458/head'; commit 'refs/...Paul Phillips2012-05-022-7/+6
| | |/|\| | |
| | | | * | | small tree attachment refactoring: firstAttachmentAdriaan Moors2012-05-021-6/+5
| | | |/ / / | | |/| | |
| | | * | | SI-5729: TypeVar experimentals iff -XexperimentalAdriaan Moors2012-05-021-1/+1
| | |/ / /
| * | | | Remove newPromise methodphaller2012-05-032-6/+0
| * | | | Resolve merge conflictsphaller2012-05-0312-143/+203
| |\| | |
| | * | | Workaround for scaladoc failure.Paul Phillips2012-05-011-1/+1
| | * | | A little clarity for AddInterfaces.Paul Phillips2012-05-011-5/+17
| | * | | Refactor Unsafe related stuff in scala.concurrent.Aleksandar Prokopec2012-05-013-20/+32
| | * | | Refactor OnceCanBuildFrom to check the collection type.Aleksandar Prokopec2012-05-012-6/+16
| | * | | Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-014-39/+62
| | * | | Merge branch 'master' into feature/future-compatAleksandar Prokopec2012-05-017-277/+330
| | |\ \ \
| | * \ \ \ Merge branch 'master' into feature/future-compatAleksandar Prokopec2012-04-3066-510/+261
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-306-55/+63
| | * | | | Porting akka future tests.Aleksandar Prokopec2012-04-271-9/+9
| * | | | | Merge branch 'master' into wip-sip14-fixesphaller2012-05-01155-1848/+2860
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Optimization of Predef implicits.Paul Phillips2012-04-307-277/+330
| | | |/ / | | |/| |
| * | | | Merge pull request #15phaller2012-05-014-128/+65
| |\ \ \ \
| | * | | | Unbreaking tryComplete + Future.apply since resolver must be use both for box...Viktor Klang2012-04-162-3/+4
| | * | | | Changing impl.Promise to return this.typeViktor Klang2012-04-161-1/+1
| | * | | | Adding FIXME to ExecutionContext.fromExecutorServiceViktor Klang2012-04-161-0/+1
| | * | | | Cleaning up DefaultPromise.onCompleteViktor Klang2012-04-151-12/+6
| | * | | | Removing the wrap-method from PromiseViktor Klang2012-04-151-7/+0
| | * | | | Rewriting the doc message for tryAddCallback so it reflects the semanticsViktor Klang2012-04-151-5/+4
| | * | | | Removing some verbosity in Promise.tryCompleteViktor Klang2012-04-151-16/+12
| | * | | | Removing a lot of residue and superfluous method declarations. Moving out new...Viktor Klang2012-04-152-83/+8
| | * | | | Introducing tryCompleteWith for symmetry and for the possibility to treat rac...viktorklang2012-04-151-0/+9
| | * | | | Streamlining calls so success/failure go through complete, also made sure com...viktorklang2012-04-151-13/+7
* | | | | | Fixes SI-5344.Hubert Plociniczak2012-05-081-3/+3
| |_|/ / / |/| | | |
* | | | | Eliminate useless type parameter.Paul Phillips2012-04-282-2/+2
* | | | | Removed all the imports of the bridge annotation.Paul Phillips2012-04-2820-19/+1
* | | | | @unspecialized annotation.Paul Phillips2012-04-2827-99/+117
* | | | | Removed a few more @deprecated members.Paul Phillips2012-04-285-35/+2
* | | | | Removes @bridge methods.Simon Ochsenreither2012-04-2828-214/+5
* | | | | Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-2710-168/+161
* | | | | cleaning up macros, one step at a timeEugene Burmako2012-04-261-1/+1
| |_|/ / |/| | |
* | | | 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