@rust-lang Compiler Team Co-lead, Senior Software Engineer working on Rust @microsoft
-
Microsoft
- Chicago
- @wesleywiser
Highlights
- Pro
Pinned Loading
-
rust-lang/rust
rust-lang/rust PublicEmpowering everyone to build reliable and efficient software.
-
rust-lang/compiler-team
rust-lang/compiler-team PublicA home for compiler team planning documents, meeting minutes, and other such things.
-
rust-lang/measureme
rust-lang/measureme PublicSupport crate for rustc's self-profiling feature
-
226 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 2 commits in 2 repositories
Created 1 repository
-
wesleywiser/rustup
Rust
This contribution was made on Mar 12
Created a pull request in rust-lang/rust that received 14 comments
[bootstrap] Distribute split debuginfo if present
If debuginfo has been requested in config.toml
, it should be packaged alongside the appropriate binary when running x.py dist
.
Currently, this is o…
+255
−99
lines changed
•
14
comments
Opened 2 other pull requests in 2 repositories
rust-lang/team
1
merged
-
Add new compiler team members
This contribution was made on Mar 15
rust-lang/rustup
1
merged
-
Remove validation for custom toolchains when reading rust-toolchain.toml
This contribution was made on Mar 12
Reviewed 17 pull requests in 2 repositories
rust-lang/rust
16 pull requests
-
Reject
{true,false}
as revision namesThis contribution was made on Mar 28 -
Add
copy_within
toIndexSlice
This contribution was made on Mar 28 -
Remove
terminating_scopes
hash set.This contribution was made on Mar 28 -
Allow Apple SDK to be missing on non-host macOS
This contribution was made on Mar 28
-
use
slice::contains
where applicableThis contribution was made on Mar 28 -
update outdated doc with new example
This contribution was made on Mar 28
-
Specify a concrete stack size in channel tests
This contribution was made on Mar 28
-
Improve
xcrun
error handlingThis contribution was made on Mar 27 -
Report compiletest pass mode if forced
This contribution was made on Mar 27
-
linker: Move native library search from linker to rustc
This contribution was made on Mar 26
-
Clarify "owned data" in E0515.md
This contribution was made on Mar 17
-
-Zc-char-type=unsigned|signed|default flag for c_char->u8/i8 selection override
This contribution was made on Mar 14
-
[bootstrap] Distribute split debuginfo if present
This contribution was made on Mar 14
-
Fix false-positive in
expr_or_init
and in theinvalid_from_utf8
lintThis contribution was made on Mar 11 -
Remove i586-pc-windows-msvc
This contribution was made on Mar 7
-
triagebot: add a
compiler_leads
ad-hoc groupThis contribution was made on Mar 5
rust-lang/rustup
1 pull request
-
Append Windows "bin" directory to
PATH
This contribution was made on Mar 13
Created an issue in rust-lang/rustup that received 8 comments
Reconsider the "toolchain options are ignored for a custom toolchain" error
Problem you are trying to solve
The rustup 1.28 release introduced new validation for custom toolchains listed in rust-toolchain.toml
files. At Mic…
8
comments