aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle while loops as expressions in ANF transform.Jason Zaugg2013-10-142-2/+20
|/
* Standard 3-clause BSD license. Attribution for Typesafe.Adriaan Moors2013-10-071-32/+25
* Polishing the buildJason Zaugg2013-08-231-3/+36
* Merge pull request #30 from retronym/topic/unchecked-boundsJason Zaugg2013-08-2329-83/+115
|\
| * Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-228-16/+96
| * Better support for testing with a local instance of Scala.Jason Zaugg2013-08-151-4/+19
| * Update to SBT 0.13.0-M5Jason Zaugg2013-08-152-2/+2
| * Remove @RunWith annotations from test cases.Jason Zaugg2013-08-1521-63/+0
* | Merge pull request #28 from scala/topic/cleanupsPhilipp Haller2013-08-146-40/+30
|\ \
| * | Collection of clean-upsPhilipp Haller2013-08-146-40/+30
|/ /
* | Merge pull request #27 from retronym/topic/typed-transform-2Philipp Haller2013-08-1438-1391/+1629
|\|
| * Don't set the body of If to the original type.Jason Zaugg2013-08-071-3/+3
| * Remove unneeded special case in ANF transform.Jason Zaugg2013-08-071-2/+0
| * Remove obsolete TODO comment.Jason Zaugg2013-08-071-2/+1
| * Set the type of case bodies to Unit after ANF.Jason Zaugg2013-08-072-1/+15
| * Disallow await in pattern guards (for now)Jason Zaugg2013-07-252-0/+13
| * Preserve ApplyImplicitView / ApplyImplicitArgs in AnfTransform.Jason Zaugg2013-07-254-13/+37
| * Test case for await in an Assign node.Jason Zaugg2013-07-241-0/+11
| * Support await in Typed nodes.Jason Zaugg2013-07-242-0/+12
| * Support await in throws.Jason Zaugg2013-07-243-2/+18
| * Comply with range position checking.Jason Zaugg2013-07-116-14/+23
| * Fix "BoxedUnit cannot be cast to String" error.Jason Zaugg2013-07-092-3/+24
| * Move implementation details to scala.async.internal._.Jason Zaugg2013-07-0727-140/+166
| * Fix another interation with existentials and a name clash.Jason Zaugg2013-07-075-8/+61
| * An overdue overhaul of macro internals.Jason Zaugg2013-07-0318-998/+1021
| * Avoid hardcoded "2.10" in tests.Jason Zaugg2013-07-022-4/+19
| * Build maintainenceJason Zaugg2013-07-023-4/+8
|/
* Merge pull request #18 from lrytz/typoJason Zaugg2013-04-291-1/+1
|\
| * call setSymbol only on outermost Apply for multi-arg-list applicationsLukas Rytz2013-04-291-1/+1
|/
* Merge pull request #14 from lrytz/cleanupsJason Zaugg2013-04-271-13/+14
|\
| * minor cleanups accumulated while reading the codeLukas Rytz2013-04-271-13/+14
|/
* Merge pull request #12 from retronym/topic/compile-time-onlyJason Zaugg2013-04-202-3/+3
|\
| * Mark `await` as @compileTimeOnlyJason Zaugg2013-04-172-3/+3
|/
* Merge pull request #9 from retronym/ticket/4-multi-paramPhilipp Haller2013-04-174-74/+134
|\
| * Rephrase a few pattern matches, fix ANF tracing.Jason Zaugg2013-04-152-11/+9
| * Allow await in applications with multiple argument listsJason Zaugg2013-04-114-70/+132
* | Merge pull request #10 from phaller/topic/cps-depPhilipp Haller2013-04-1310-67/+244
|\ \
| * | Remove CPS dependency from default async implementationPhilipp Haller2013-04-1210-67/+244
|/ /
* | Merge pull request #7 from retronym/topic/scala-2.10.1Jason Zaugg2013-04-118-20/+43
|\ \
| * | Avoid needless Unit literal as the expression of a Block.Jason Zaugg2013-04-111-1/+1
| |/
| * Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-102-18/+22
| * Scala 2.10.1 compat: account for change in PartialFunction synthesis.Jason Zaugg2013-04-102-22/+28
| * Scala 2.10.1 compat: apply renaming to originals of TypeTreesJason Zaugg2013-04-103-19/+27
| * Temporarily comment out tests that are failing under 2.10.1.Jason Zaugg2013-04-104-61/+66
| * Address lint warnings.Jason Zaugg2013-04-101-2/+2
| * Address deprecation warnings in Scala 2.10.1Jason Zaugg2013-04-104-10/+10
|/
* Merge pull request #2 from viktorklang/patch-1Philipp Haller2013-04-031-1/+1
|\
| * Update README.mdViktor Klang (√)2013-04-031-1/+1
* | Merge pull request #1 from xuwei-k/fix-github-urlPhilipp Haller2013-04-032-8/+8
|\ \ | |/ |/|
| * fix github urlxuwei-k2013-04-042-8/+8
|/