Highlights
- 5 discussions answered
Pinned
3,059 contributions in the last year
Less
More
Contribution activity
October 2021
Created 39 commits in 5 repositories
Created 1 repository
- bjorn3/proc-macro2 Rust
Created a pull request in rust-lang/rust that received 5 comments
Stabilize proc_macro::is_available
Tracking issue: #71436
The FCP for the stabilization of proc_macro::is_available has completed.
+1
−4
•
5
comments
Opened 24 other pull requests in 4 repositories
bytecodealliance/wasmtime
2
open
10
merged
- Remove various unused things from the meta crate
- Remove many unused instructions
- Remove various dead code
- Remove the CSSA verifier
- Remove a lot of dead code from the stackslot module
- ConstantData related cleanups for the removal of the old backend
- Remove the sarg_t type and dummy_sarg_t instruction
- Make ValueType::number unfailable
- Move condcodes from cranelift-codegen-shared to cranelift-codegen
- Fix cranelift-codegen benches
- Remove StackLayoutInfo
- Remove code offsets from Function
Felienne/hedy
1
open
8
merged
1
closed
- [WIP] Show error locations inside the editor itself
- simplify: Remove process_hash
- Replace AllAssignmentCommandsHashed with hashing the output of AllAssignmentCommands
- Fix a couple of typos
- Fix a typo in the name of UndefinedVarException
- Allow empty programs in the grammar
- Unwrap VisitError to allow regular exception raising inside transformers
- Fix a mixup between original_level and working_level
- Fix runhedy.py
- Allow multiple spaces inside lists
dtolnay/proc-macro2
1
merged
bevyengine/bevy
1
open
Reviewed 33 pull requests in 8 repositories
bytecodealliance/wasmtime
8 pull requests
- Experimental feature i2t
-
feat(cranelift-codegen) Re-export
gimliwhenunwindfeature is enabled - Keep track of memory regions that have the correct permissions in cranelift-jit
- Call membarrier() after making JIT mappings executable on AArch64 Linux
- Automate more of Wasmtime's release process
- Adjust dependency directives between crates
- Remove ancient register allocation
- Remove more old backend ISA concepts
Felienne/hedy
8 pull requests
bevyengine/bevy
7 pull requests
- Fix double drop in BlobVec::replace_unchecked (#2597)
- Fix scale factor for cursor position
- [Merged by Bors] - Avoid some format! into immediate format!
- Atomic counter for render resource ids and Render to Gpu rename
- XR support with OpenXR backend
- Optimize dropping in bevy_ecs
- Close window (pipelined-rendering)
rust-lang/rust
6 pull requests
dtolnay/proc-macro2
1 pull request
rust-lang/backtrace-rs
1 pull request
sunfishcode/mustang
1 pull request
rust-lang/rfcs
1 pull request
Created an issue in bevyengine/bevy that received 2 comments
Enable GameMode on linux
What problem does this solve or what need does it fill? GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisatio…
2
comments