| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1251
Fixes #1252
Fixes #1253
Fixes #1254
Fixes #1255
|
|
|
|
Fixes #169
Fixes #1102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #479
Fixes #1040
|
|
|
|
|
|
(#1064)
|
|
This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator.
|
|
Fixes #1041.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|