Popular repositories
642 contributions in the last year
Less
More
Contribution activity
August 2021
Created 29 commits in 4 repositories
Created 1 repository
- eddyb/rust-ar Rust
Created a pull request in rust-lang/rust that received 11 comments
Avoid using the copy_nonoverlapping wrapper through mem::replace.
This is a much simpler way to achieve the pre-#86003 behavior of mem::replace not needing dynamically-sized memcpys (at least before inlining), tha…
+47
−30
•
11
comments
Opened 12 other pull requests in 5 repositories
EmbarkStudios/rust-gpu
7
merged
-
Get the default panic hook for ICEs, from
std::panic::set_hook. - link: remove workaround for mdsteele/rust-ar#19.
- specializer: allow unused fully-constrained interface variables.
-
link: switch from
tartoarfor.rlibs. - rustup: update to nightly-2021-08-10.
-
Introduce
remove_unused_paramspass, to run just before zombie removal. -
abi: make
dig_scalar_pointeesearch for offsets in all layout fields.
alexcrichton/rustc-demangle
1
merged
1
open
mdsteele/rust-ar
1
merged
rust-lang/rfcs
1
open
LykenSol/sublingual
1
merged
Reviewed 20 pull requests in 4 repositories
rust-lang/rust
10 pull requests
- Allow changing the bug report url for the ice hook
- Added -Z randomize-layout flag and basic offset increases
- Add c_enum_min_bits target spec field, use for arm-none and thumb-none targets
- rustc_symbol_mangling: support structural constants and &str in v0.
- LLVM codegen: Don't emit zero-sized padding for fields
- Prepare call/invoke for opaque pointers
- Simplify typeck/primary_body_of, fix comment to match return signature
-
Only register
WSACleanupifWSAStartupis actually ever called - Change vtable memory representation to use tcx allocated allocations.
-
encode
generics_offor fields and ty params
EmbarkStudios/rust-gpu
8 pull requests
rust-lang/rfcs
1 pull request
LykenSol/sublingual
1 pull request
Created an issue in mdsteele/rust-ar that received 3 comments
Windows .lib files do not use UTF-16.
In d68690d, an OsStr -> UTF-16 encoding step was added on Windows, but neither Rust .rlibs nor MSVC .libs appear to use that format.
IME, the names…
3
comments