-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement HashMap and HashSet using a forked hashbrown::raw (#627)
- Loading branch information
Showing
96 changed files
with
6,356 additions
and
970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rune-cli" | |
version = "0.12.3" | ||
authors = ["John-John Tedro <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.67" | ||
rust-version = "1.70" | ||
description = "An interpreter for the Rune Language, an embeddable dynamic programming language for Rust." | ||
documentation = "https://docs.rs/rune" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rune-core" | |
version = "0.12.3" | ||
authors = ["John-John Tedro <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.67" | ||
rust-version = "1.70" | ||
description = "Core components for the Rune Language, an embeddable dynamic programming language for Rust." | ||
documentation = "https://docs.rs/rune" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rune-languageserver" | |
version = "0.12.3" | ||
authors = ["John-John Tedro <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.67" | ||
rust-version = "1.70" | ||
description = "A language server for the Rune Language, an embeddable dynamic programming language for Rust." | ||
documentation = "https://docs.rs/rune" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rune-macros" | |
version = "0.12.3" | ||
authors = ["John-John Tedro <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.67" | ||
rust-version = "1.70" | ||
description = "Macros for the Rune Language, an embeddable dynamic programming language for Rust." | ||
documentation = "https://docs.rs/rune" | ||
readme = "README.md" | ||
|
Oops, something went wrong.