| Age | Commit message (Collapse) | Author |
|
Fixes #1213
Fixes #1232
|
|
Switches from a mutable locator to one based on tracked chains and optimizes query performance.
|
|
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #341
|
|
Fixes #386.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|