-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Convert rustc over to interior vectors and remove exterior vectors #533
Comments
ghost
assigned pcwalton
Jul 14, 2011
This has been done. |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Make readdir available on all unix targets The readdir_r call has problems, and we'll probably want to move to readdir on many, if not most, unix targets. This patch makes readdir available in unix, rather than just solaris as before. See rust-lang#40021
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
`cargo test --no-run` raise: ``` error[E0432]: unresolved import --> crates/coresimd/src/../../../coresimd/x86/rdtsc.rs:62:9 | 62 | use coresimd::x86::rdtsc; | ^^^^^^^^^^^^^^^^^^^^ ```
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
Fix copy-paste error in procedural-macros.md
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…#610) During codegen of function calls, we were ignoring argument of Unit type. This was causing a failure due to missing arguments when an intrinsic or closure was being called with an '()' as an argument. This change modifies how we deal with Unit types during function definition and function call.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…en fixed (rust-lang#650) * Enabled CBMC unknown language mode test now that rust-lang#533 has been fixed and migrated it to a cargo-rmc test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should convert rustc over to interior vectors and remove exterior vectors.
The text was updated successfully, but these errors were encountered: