Age | Commit message (Collapse) | Author |
|
Fixes #9709
|
|
RwLock should only be used in circumstatnces where it has some benefit.
Multiple concurrent readers is usually an undesirable design bug.
|
|
|
|
|
|
|
|
|
|
|
|
Resolves #8400
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
This commit deduplicates logic for parsing
modules in cli/ast.rs
|
|
|
|
|
|
Fixes #8212
|
|
This commit fixes panic in bundler which was caused
by not setting thread-local slots.
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
Fixes #6686
|
|
|
|
|
|
|
|
|
|
|
|
|