Popular repositories Loading
-
-
examples
examples PublicForked from ProgrammingRust/examples
Complete code for the larger example programs from the book.
Rust
-
async-chat
async-chat PublicForked from ProgrammingRust/async-chat
Example code from Chapter 19, Asynchronous Programming: an asynchronous chat client and server
Rust
-
advent-of-code-2022
advent-of-code-2022 PublicMy first steps in Rust and Github trying to solve the advent of code puzzles 2022.
Rust
-
ctrlx-automation-sdk
ctrlx-automation-sdk PublicForked from boschrexroth/ctrlx-automation-sdk
ctrlX AUTOMATION Software Development Kit
C#
-
xsd-parser-rs
xsd-parser-rs PublicForked from lumeohq/xsd-parser-rs
A xsd/wsdl => rust code generator written in rust
Rust
45 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
February 2025
Created 2 repositories
-
kulst/nvptx-rs-test
This contribution was made on Feb 15
-
kulst/rust
Rust
This contribution was made on Feb 5
Created a pull request in rust-lang/rust that received 20 comments
Pass through of target features to llvm-bitcode-linker and handling them
When using the llvm-bitcode-linker (linker-flavor=llbc
) target-features are not passed through and are not handled by it.
The llvm-bitcode-linker i…
Reviewed 1 pull request in 1 repository
rust-lang/rust
1 pull request
-
Pass through of target features to llvm-bitcode-linker and handling them
This contribution was made on Feb 16
Created an issue in rust-lang/rust that received 10 comments
MIR passes do not take into account if an operation is convergent
Issue
I encountered an issue when using the core::arch::nvptx::_syncthreads()
while the MIR pass JumpThreading is enabled. The issue can be reprodu…