-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for std
#1068
Closed
Closed
Add support for std
#1068
Commits on Oct 21, 2023
-
Change
path
to mimicstd::path
This PR changes `path` to export a `Path` and `PathBuf` struct, akin to `std::path`. Initially I made this change because it was necessary for Rust FFI for the `std` port, but it turns out the change also removed a lot of unnecessary allocations throughout the codebase. Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for e0dbfcd - Browse repository at this point
Copy the full SHA e0dbfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256747e - Browse repository at this point
Copy the full SHA 256747eView commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 319f6aa - Browse repository at this point
Copy the full SHA 319f6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8147df - Browse repository at this point
Copy the full SHA e8147dfView commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ee046b - Browse repository at this point
Copy the full SHA 9ee046bView commit details -
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for 2cda740 - Browse repository at this point
Copy the full SHA 2cda740View commit details -
Merge branch 'theseus_main' into update_rust_toolchain
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for 9ea39cf - Browse repository at this point
Copy the full SHA 9ea39cfView commit details -
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for 254ba65 - Browse repository at this point
Copy the full SHA 254ba65View commit details -
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for 984e780 - Browse repository at this point
Copy the full SHA 984e780View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b82f2a - Browse repository at this point
Copy the full SHA 8b82f2aView commit details -
Merge branch 'update_rust_toolchain' into std-shim
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for b7865f3 - Browse repository at this point
Copy the full SHA b7865f3View commit details -
``` error[E0461]: couldn't find crate `std` with expected target triple x86_64-unknown-theseus | = note: the following crate versions were found: crate `std`, target triple x86_64-unknown-theseus-18391571932074236353: /Users/klim/Projects/theseus-5/build/std/aarch64-apple-darwin/stage0-std/x86_64-unknown-theseus/release/deps/libstd-ed3cfe7c0dcd5cb9.rlib error[E0461]: couldn't find crate `std` with expected target triple x86_64-unknown-theseus --> applications/test_std/src/lib.rs:1:5 | 1 | use std::{string::String, vec::Vec}; | ^^^ | = note: the following crate versions were found: crate `std`, target triple x86_64-unknown-theseus-18391571932074236353: /Users/klim/Projects/theseus-5/build/std/aarch64-apple-darwin/stage0-std/x86_64-unknown-theseus/release/deps/libstd-ed3cfe7c0dcd5cb9.rlib ``` Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for 091465f - Browse repository at this point
Copy the full SHA 091465fView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d70f4c - Browse repository at this point
Copy the full SHA 0d70f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d92e09 - Browse repository at this point
Copy the full SHA 9d92e09View commit details
Commits on Nov 1, 2023
-
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for ebd175e - Browse repository at this point
Copy the full SHA ebd175eView commit details -
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Configuration menu - View commit details
-
Copy full SHA for 85c2ff2 - Browse repository at this point
Copy the full SHA 85c2ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8226722 - Browse repository at this point
Copy the full SHA 8226722View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4106f03 - Browse repository at this point
Copy the full SHA 4106f03View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.