You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make wit-parser support no_std
temporarily use forked id-arena
use alloc BTreeMap and BinaryHeap
use alloc BTreeMap and BTreeSet instead of std HashMap and HashSet
import misc items from core/alloc instead of std
use core Error, FromStr, and Debug
add std feature and gate things behind it
use different IndexMap/IndexSet for std vs no_std
misc alloc imports
add cargo check
update workspace anyhow
fixes
* use HashMap for std and IndexMap for no_std
use new instead of default
make HashMap newtype
remove collections mod
* use hashbrown instead of indexmap for internal collections usage
* remove extra file, use to_str instead of display, use hashbrown hash builder instead of ahash's and remove ashash as a dep
* use patched version of id-arena instead of fork
* PackageSourceMap is now implemented with a no_std compat PackageSources which uses String instead of PathBuf
* move fs (std) resolve functionality to resolve::fs and move resolve.rs to resolve/mod.rs
cleanup
move logic from PackageSourceMap to PackageSources
make methods public to avoid no_std flag
* enable indexmap feature std for crates that need it
* fix doc tests
0 commit comments