rust/lib
Lukas Wirth 8828049b23 Lift out the module scope into a field in the Resolver
A Resolver *always* has a module scope at the end of its scope stack,
instead of encoding this as an invariant we can just lift this scope
out into a field, allowing us to skip going through the scope vec
indirection entirely.
2022-09-02 17:02:12 +02:00
..
la-arena Lift out the module scope into a field in the Resolver 2022-09-02 17:02:12 +02:00
lsp-server internal: remove unnecessary stream writer try_clone in lsp-server 2022-08-22 11:25:21 +08:00
README.md prepare to publish el libro de arena 2021-01-14 19:06:02 +03:00

Crates in this directory are published to crates.io and obey semver. They could live in a separate repo, but we want to experiment with a monorepo setup.