Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.6k
Star
118k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 6 pull requests
- #112228
#112228
Merged
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
compiler-errors:rollup-97i0pli
compiler-errors/rust:rollup-97i0pli
Copy head branch name to clipboard
Jun 3, 2023
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Rollup of 6 pull requests
#112228
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
compiler-errors:rollup-97i0pli
compiler-errors/rust:rollup-97i0pli
Copy head branch name to clipboard
Commits
Commits on Jun 1, 2023
Lower unchecked_{div, rem} to BinOp::{Div, Rem}
scottmcm
committed
32cc106
View commit details
Copy full SHA for 32cc106
Browse repository at this point
remove unchecked_div/_rem from cg_cranelift
scottmcm
committed
bfb9233
View commit details
Copy full SHA for bfb9233
Browse repository at this point
remove unchecked_div/_rem from cg_ssa
scottmcm
committed
dc353f1
View commit details
Copy full SHA for dc353f1
Browse repository at this point
remove unchecked_div/_rem from ctfe
scottmcm
committed
73f104b
View commit details
Copy full SHA for 73f104b
Browse repository at this point
Update setup.rs
Gary
authored
a45fc94
View commit details
Copy full SHA for a45fc94
Browse repository at this point
Commits on Jun 2, 2023
Clarify when MIR `Div`/`Rem` trigger UB
scottmcm
committed
adb37d4
View commit details
Copy full SHA for adb37d4
Browse repository at this point
Add `--lib` to `cargo doc`
eval-exec
committed
8657a64
View commit details
Copy full SHA for 8657a64
Browse repository at this point
Don't ICE in new solver when auto traits have associated types
compiler-errors
committed
ecd7809
View commit details
Copy full SHA for ecd7809
Browse repository at this point
Separate AnonConst from ConstBlock in HIR.
cjgillot
committed
ca4d0d4
View commit details
Copy full SHA for ca4d0d4
Browse repository at this point
No more TyCtxt::lazy_normalization
compiler-errors
committed
4fbb43e
View commit details
Copy full SHA for 4fbb43e
Browse repository at this point
Normalize anon consts in new solver
compiler-errors
committed
2c1473c
View commit details
Copy full SHA for 2c1473c
Browse repository at this point
No const equate in new solver
compiler-errors
committed
8912015
View commit details
Copy full SHA for 8912015
Browse repository at this point
Elaborate comment, make sure we do normalizes-to hack eventually for IATs, don't partially support const projection for impls
compiler-errors
committed
84196f3
View commit details
Copy full SHA for 84196f3
Browse repository at this point
Rollup merge of #109609 - cjgillot:split-anon-const, r=BoxyUwU
Show description for 6c9b7d6
compiler-errors
authored
6c9b7d6
View commit details
Copy full SHA for 6c9b7d6
Browse repository at this point
Rollup merge of #112166 - AnakinSkywalkeer:master, r=clubby789
Show description for dd09f4d
compiler-errors
authored
dd09f4d
View commit details
Copy full SHA for dd09f4d
Browse repository at this point
Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk
Show description for 5460f92
compiler-errors
authored
5460f92
View commit details
Copy full SHA for 5460f92
Browse repository at this point
Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU
Show description for e4a6b24
compiler-errors
authored
e4a6b24
View commit details
Copy full SHA for e4a6b24
Browse repository at this point
Rollup merge of #112211 - eval-exec:exec/fix-bootstrap-rustdoc, r=ozkanonur
Show description for 163ce68
compiler-errors
authored
163ce68
View commit details
Copy full SHA for 163ce68
Browse repository at this point
Rollup merge of #112223 - compiler-errors:new-solver-auto-proj, r=BoxyUwU
Show description for 18763cb
compiler-errors
authored
18763cb
View commit details
Copy full SHA for 18763cb
Browse repository at this point
You can’t perform that action at this time.