Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
jyn514
Datepicker
All time
Commit History
Commits on Mar 5, 2024
libtest: Print the names of failed tests eagerly
Show description for 8bfe9db
jyn514
committed
8bfe9db
Copy full SHA for 8bfe9db
bootstrap: print test name on failure even with `verbose-tests=false`
Show description for 678e217
jyn514
committed
678e217
Copy full SHA for 678e217
Commits on Jan 20, 2024
Track `verbose` and `verbose_internals`
Show description for c3e4c45
jyn514
committed
c3e4c45
Copy full SHA for c3e4c45
Commits on Jan 7, 2024
add a new `optimized_compiler_builtins` option
Show description for 6a409dd
jyn514
authored and
onur-ozkan
committed
6a409dd
Copy full SHA for 6a409dd
Commits on Jan 3, 2024
add and document a new `is_system_llvm` abstraction
jyn514
authored and
onur-ozkan
committed
1490bba
Copy full SHA for 1490bba
Commits on Dec 25, 2023
fix `./configure --set change-id`
jyn514
committed
0e88874
Copy full SHA for 0e88874
Commits on Dec 24, 2023
don't elide shared parts of types in diagnostics when `--verbose` is passed
Show description for cb6d033
jyn514
committed
cb6d033
Copy full SHA for cb6d033
Commits on Dec 19, 2023
rename to verbose-internals
jyn514
committed
b5d8361
Copy full SHA for b5d8361
Commits on Dec 16, 2023
test `x clippy --stage 0` in ci
jyn514
committed
a078c3a
Copy full SHA for a078c3a
use RUSTC_WRAPPER instead of RUSTC
jyn514
committed
2979a2c
Copy full SHA for 2979a2c
give a better error if renaming a temp file fails
jyn514
committed
336ed0e
Copy full SHA for 336ed0e
fix printing cargo args on --dry-run
jyn514
committed
0ffac66
Copy full SHA for 0ffac66
Commits on Dec 15, 2023
use `if cfg` instead of `#[cfg]`
Show description for 4845665
jyn514
committed
4845665
Copy full SHA for 4845665
Commits on Dec 9, 2023
fix --dry-run when the change-id warning is printed
jyn514
committed
520662e
Copy full SHA for 520662e
use `&` instead of start-process in x.ps1
Show description for 2cf54e9
jyn514
committed
2cf54e9
Copy full SHA for 2cf54e9
use different revisions for testing colors on windows
Show description for 32e48fc
jyn514
committed
32e48fc
Copy full SHA for 32e48fc
Commits on Dec 8, 2023
use magenta instead of bold for highlighting
Show description for 96b027f
jyn514
committed
96b027f
Copy full SHA for 96b027f
Simplify and comment the special-casing for Windows colors
jyn514
committed
9f0c6f1
Copy full SHA for 9f0c6f1
recurse into refs when comparing tys for diagnostics
jyn514
committed
eb53721
Copy full SHA for eb53721
Commits on Jul 26, 2023
Prevent people from assigning me as a PR reviewer
jyn514
committed
37216f8
Copy full SHA for 37216f8
Commits on Jul 15, 2023
Rollup merge of #113737 - jyn514:mailmap, r=jyn514
Show description for df729c2
jyn514
authored
df729c2
Copy full SHA for df729c2
Rollup merge of #113731 - jyn514:ci-env, r=ozkanonur
Show description for 0a299f6
jyn514
authored
0a299f6
Copy full SHA for 0a299f6
Rollup merge of #113643 - jyn514:try-run, r=ozkanonur
Show description for 90c74e2
jyn514
authored
90c74e2
Copy full SHA for 90c74e2
update mailmap for myself
jyn514
committed
2d3a964
Copy full SHA for 2d3a964
Remove unused `bootstrap::util::CiEnv` enum
Show description for 6f589d5
jyn514
committed
6f589d5
Copy full SHA for 6f589d5
Replace `builder::try_run_quiet` with `run_quiet_delaying_failure`
Show description for c0c6a24
jyn514
committed
c0c6a24
Copy full SHA for c0c6a24
Rename `Builder::try_run` to `run_delaying_failure`
jyn514
committed
78f51a4
Copy full SHA for 78f51a4
Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecated
Show description for 63d7992
jyn514
committed
63d7992
Copy full SHA for 63d7992
Commits on Jul 14, 2023
fix another nesting issue
jyn514
committed
3a0caed
Copy full SHA for 3a0caed
fix another GHA log panic
jyn514
committed
02ae14c
Copy full SHA for 02ae14c
add a couple more groups
Show description for ce843aa
jyn514
committed
ce843aa
Copy full SHA for ce843aa
Add `track_caller` to builder.msg
Show description for 3e306c2
jyn514
committed
3e306c2
Copy full SHA for 3e306c2
put configure behind a group
jyn514
committed
9851a14
Copy full SHA for 9851a14
don't print download progress in CI
jyn514
committed
dcd8d37
Copy full SHA for dcd8d37
Add must_use to `msg_` functions
Show description for 26cdf75
jyn514
committed
26cdf75
Copy full SHA for 26cdf75
Pagination
Previous
Next
You can’t perform that action at this time.