| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1213
Fixes #1232
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1251
Fixes #1252
Fixes #1253
Fixes #1254
Fixes #1255
|
|
|
|
Fixes #169
Fixes #1102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Kevin Stevens <stevenskevin@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #930.
|
|
|
|
Turns out that having tracing enabled on some functions that get called a lot distorts the traces so that their parent stack frames look much more expensive than they actually are.
|
|
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.
|
|
If validation fails, we now do exponential fallback to a larger segment instead of giving up entirely.
|
|
|
|
|
|
|
|
|
|
|