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
aliemjay
Datepicker
All time
Commit History
Commits on Mar 28, 2024
remove test FIXME re once-module-region
aliemjay
committed
59c217f
Copy full SHA for 59c217f
fixup except equal params from
aliemjay
committed
fb35156
Copy full SHA for fb35156
simplify check_unique
aliemjay
committed
7c6876f
Copy full SHA for 7c6876f
reject external lifetimes as invalid arguments
aliemjay
committed
6b6ed2e
Copy full SHA for 6b6ed2e
rework opaque types region inference
aliemjay
committed
f4940e4
Copy full SHA for f4940e4
convert all named regions in opaque types to nll vars
Show description for 08c8caa
aliemjay
committed
08c8caa
Copy full SHA for 08c8caa
favor placeholders over existentials when choosing SCC representatives
Show description for 15c7e59
aliemjay
committed
15c7e59
Copy full SHA for 15c7e59
check RPITs for invalid args
aliemjay
committed
ce91e46
Copy full SHA for ce91e46
ignore error params
aliemjay
committed
c337825
Copy full SHA for c337825
except equal parameters from the uniqueness check
aliemjay
committed
4ecdf5f
Copy full SHA for 4ecdf5f
Commits on Mar 26, 2024
ignore uncaptured lifetimes when checking opaques
aliemjay
committed
4e1999d
Copy full SHA for 4e1999d
fix ICE in check_unique
aliemjay
committed
92f40b8
Copy full SHA for 92f40b8
Commits on Mar 20, 2024
register opaques that reference errors
aliemjay
committed
0dc006b
Copy full SHA for 0dc006b
make `type_flags(ReError) & HAS_ERROR`
aliemjay
committed
19e0ea4
Copy full SHA for 19e0ea4
Commits on Feb 21, 2024
test that we do not support higher-ranked regions in opaque type inference
aliemjay
authored and
oli-obk
committed
66bd645
Copy full SHA for 66bd645
Commits on Jan 18, 2024
Correctly handle normalization in implied bounds
Show description for d96003d
aliemjay
authored and
jackh726
committed
d96003d
Copy full SHA for d96003d
Commits on Jan 16, 2024
try fast path for wf type ops
aliemjay
authored and
lcnr
committed
66090ef
Copy full SHA for 66090ef
wf-check type annotations before normalization
aliemjay
authored and
lcnr
committed
aac2f84
Copy full SHA for aac2f84
borrowck: use implied bounds from impl header
aliemjay
authored and
lcnr
committed
8d4693c
Copy full SHA for 8d4693c
borrowck: wf-check fn item args
aliemjay
authored and
lcnr
committed
a3fe3bb
Copy full SHA for a3fe3bb
Commits on Dec 19, 2023
fast path for declared_generic_bounds_from_env
aliemjay
committed
27e964d
Copy full SHA for 27e964d
Commits on Dec 17, 2023
don't fold ParamEnv in register_predicate_obligation
aliemjay
committed
e0df93b
Copy full SHA for e0df93b
fix diagnostic regresssion
aliemjay
committed
8c215e7
Copy full SHA for 8c215e7
use Vec for region constraints
aliemjay
committed
9f7d0e9
Copy full SHA for 9f7d0e9
Commits on Dec 15, 2023
Rollup merge of #118964 - compiler-errors:resolve, r=aliemjay
Show description for 9a07292
aliemjay
authored
9a07292
Copy full SHA for 9a07292
Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors
Show description for 578758a
aliemjay
authored
578758a
Copy full SHA for 578758a
unify query canonicalization mode
aliemjay
committed
707c4f9
Copy full SHA for 707c4f9
Commits on Dec 14, 2023
rustdoc: avoid ParamEnv with infer vars
Show description for aa36c35
aliemjay
committed
aa36c35
Copy full SHA for aa36c35
remove canonicalize_query_preserving_universes
Show description for e452c94
aliemjay
committed
e452c94
Copy full SHA for e452c94
make infcx optional in canonicalizer
Show description for 3b55869
aliemjay
committed
3b55869
Copy full SHA for 3b55869
Commits on Dec 13, 2023
don't resolve regions in query input
Show description for fafe66d
aliemjay
committed
fafe66d
Copy full SHA for fafe66d
fix small perf regressions
aliemjay
committed
a1459c3
Copy full SHA for a1459c3
don't store OriginalQueryValues::universe_map
Show description for 8533819
aliemjay
committed
8533819
Copy full SHA for 8533819
global param_env canonicalization cache
aliemjay
committed
f38d1e9
Copy full SHA for f38d1e9
Commits on Dec 8, 2023
temporarily revert "ice on ambguity in mir typeck"
Show description for 5fdb648
aliemjay
committed
5fdb648
Copy full SHA for 5fdb648
Pagination
Previous
Next
You can’t perform that action at this time.