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.8k
Star
119k
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 7 pull requests
- #72732
#72732
Closed
RalfJung
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-48xkpis
RalfJung/rust:rollup-48xkpis
Copy head branch name to clipboard
Conversation
Commits
51
(51)
Checks
Files changed
Closed
Rollup of 7 pull requests
#72732
RalfJung
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-48xkpis
RalfJung/rust:rollup-48xkpis
Copy head branch name to clipboard
Commits
Commits on May 11, 2020
borrowck `DefId` -> `LocalDefId`
lcnr
committed
3f661d2
View commit details
Copy full SHA for 3f661d2
Browse repository at this point
Commits on May 20, 2020
impl From<[T; N]> for Box<[T]>
Show description for a8ed9aa
pickfire
committed
a8ed9aa
View commit details
Copy full SHA for a8ed9aa
Browse repository at this point
rustc_target: Add a target spec option for static-pie support
petrochenkov
committed
eccaa01
View commit details
Copy full SHA for eccaa01
Browse repository at this point
linker: Support `-static-pie` and `-static -shared`
petrochenkov
committed
96a466c
View commit details
Copy full SHA for 96a466c
Browse repository at this point
Commits on May 25, 2020
librustc_mir: Add support for const fn offset/arith_offset
Show description for 08df311
josephlr
committed
08df311
View commit details
Copy full SHA for 08df311
Browse repository at this point
core: Make pointer offset methods "const fn"
Show description for 9b3dfd8
josephlr
committed
9b3dfd8
View commit details
Copy full SHA for 9b3dfd8
Browse repository at this point
test/ui/consts: Add tests for const ptr offsets
Show description for 88a37a2
josephlr
committed
88a37a2
View commit details
Copy full SHA for 88a37a2
Browse repository at this point
miri_unleached: We now allow offset in const fn
Show description for 6b20f58
josephlr
committed
6b20f58
View commit details
Copy full SHA for 6b20f58
Browse repository at this point
librustc_mir: Add back use statement
Show description for 55577b4
josephlr
committed
55577b4
View commit details
Copy full SHA for 55577b4
Browse repository at this point
Commits on May 26, 2020
librustc_middle: Add function for computing unsigned abs
Show description for 6367b54
josephlr
committed
6367b54
View commit details
Copy full SHA for 6367b54
Browse repository at this point
Add checks and tests for computing abs(offset_bytes)
Show description for 71ef841
josephlr
committed
71ef841
View commit details
Copy full SHA for 71ef841
Browse repository at this point
Add Extend::{extend_one,extend_reserve}
Show description for 1de3ebb
cuviper
committed
1de3ebb
View commit details
Copy full SHA for 1de3ebb
Browse repository at this point
Use a canonical name for extend_reserve(additional)
Show description for 6a26bb9
cuviper
and
dtolnay
committed
6a26bb9
View commit details
Copy full SHA for 6a26bb9
Browse repository at this point
Remove an old comment from HashMap::extend_reserve
cuviper
committed
7795c4b
View commit details
Copy full SHA for 7795c4b
Browse repository at this point
Add extend_one tracking issue 72631
cuviper
committed
02226e0
View commit details
Copy full SHA for 02226e0
Browse repository at this point
Commits on May 27, 2020
Implement RFC 2585
LeSeulArtichaut
committed
a977df3
View commit details
Copy full SHA for a977df3
Browse repository at this point
Add tests
LeSeulArtichaut
committed
594c499
View commit details
Copy full SHA for 594c499
Browse repository at this point
Apply suggestions from code review
LeSeulArtichaut
committed
bb67915
View commit details
Copy full SHA for bb67915
Browse repository at this point
Add more cases to the test
LeSeulArtichaut
committed
3ce9d5c
View commit details
Copy full SHA for 3ce9d5c
Browse repository at this point
Fix inverted `if` condition
LeSeulArtichaut
committed
b3e012b
View commit details
Copy full SHA for b3e012b
Browse repository at this point
Use the lowest of `unsafe_op_in_unsafe_fn` and `safe_borrow_packed` for packed borrows in unsafe fns
LeSeulArtichaut
committed
a41f763
View commit details
Copy full SHA for a41f763
Browse repository at this point
Fix wrong conflict resolution
LeSeulArtichaut
committed
a3bae5c
View commit details
Copy full SHA for a3bae5c
Browse repository at this point
Fix and bless tests
LeSeulArtichaut
committed
925d5ac
View commit details
Copy full SHA for 925d5ac
Browse repository at this point
Add tests for packed borrows in unsafe fns
LeSeulArtichaut
committed
9671b44
View commit details
Copy full SHA for 9671b44
Browse repository at this point
Mark deduplicated errors as expected in gate test
LeSeulArtichaut
committed
3599ada
View commit details
Copy full SHA for 3599ada
Browse repository at this point
Do not hardcode lint name
LeSeulArtichaut
committed
4a538d3
View commit details
Copy full SHA for 4a538d3
Browse repository at this point
Add explanation about taking the minimum of the two lints
LeSeulArtichaut
committed
e3d27ec
View commit details
Copy full SHA for e3d27ec
Browse repository at this point
Fix import
LeSeulArtichaut
committed
1b08850
View commit details
Copy full SHA for 1b08850
Browse repository at this point
Use `LintId`s to check for gated lints
LeSeulArtichaut
committed
63066c0
View commit details
Copy full SHA for 63066c0
Browse repository at this point
Whitelist `unsafe_op_in_unsafe_fn` in rustdoc
LeSeulArtichaut
committed
db684be
View commit details
Copy full SHA for db684be
Browse repository at this point
Fix spacing of expected/found notes without a label
estebank
committed
3fea832
View commit details
Copy full SHA for 3fea832
Browse repository at this point
Name `RegionKind::ReVar` lifetimes in diagnostics
estebank
committed
5ba2220
View commit details
Copy full SHA for 5ba2220
Browse repository at this point
Tweak output for mismatched impl item
Show description for eb0f4d5
estebank
committed
eb0f4d5
View commit details
Copy full SHA for eb0f4d5
Browse repository at this point
review comments
estebank
committed
3811232
View commit details
Copy full SHA for 3811232
Browse repository at this point
review comment: use FxIndexSet
estebank
committed
2e2f820
View commit details
Copy full SHA for 2e2f820
Browse repository at this point
fix rebase
estebank
committed
d0d30b0
View commit details
Copy full SHA for d0d30b0
Browse repository at this point
Modify wording
estebank
committed
2b35247
View commit details
Copy full SHA for 2b35247
Browse repository at this point
fix rebase
estebank
committed
500504c
View commit details
Copy full SHA for 500504c
Browse repository at this point
fix rebase
estebank
committed
c52dbbc
View commit details
Copy full SHA for c52dbbc
Browse repository at this point
Commits on May 28, 2020
Add additional checks for isize overflow
Show description for 7d5415b
josephlr
committed
7d5415b
View commit details
Copy full SHA for 7d5415b
Browse repository at this point
Fix rebase
estebank
committed
cb6408a
View commit details
Copy full SHA for cb6408a
Browse repository at this point
review comments: change wording and visual output
estebank
committed
f213acf
View commit details
Copy full SHA for f213acf
Browse repository at this point
Update src/librustdoc/core.rs
nikomatsakis
authored
0e3b31c
View commit details
Copy full SHA for 0e3b31c
Browse repository at this point
Account for `Self` as a type param
estebank
committed
1bd6970
View commit details
Copy full SHA for 1bd6970
Browse repository at this point
Commits on May 29, 2020
Rollup merge of #67460 - estebank:named-lts, r=nikomatsakis
Show description for 990bf40
RalfJung
authored
990bf40
View commit details
Copy full SHA for 990bf40
Browse repository at this point
Rollup merge of #71095 - pickfire:box-from-array, r=dtolnay
Show description for 5406670
RalfJung
authored
5406670
View commit details
Copy full SHA for 5406670
Browse repository at this point
Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJung
Show description for eab712e
RalfJung
authored
eab712e
View commit details
Copy full SHA for eab712e
Browse repository at this point
Rollup merge of #71804 - petrochenkov:static-pie, r=cuviper
Show description for 6dbb61a
RalfJung
authored
6dbb61a
View commit details
Copy full SHA for 6dbb61a
Browse repository at this point
Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomatsakis
Show description for fc03e75
RalfJung
authored
fc03e75
View commit details
Copy full SHA for fc03e75
Browse repository at this point
Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievink
Show description for d9356fa
RalfJung
authored
d9356fa
View commit details
Copy full SHA for d9356fa
Browse repository at this point
Rollup merge of #72162 - cuviper:extend_one, r=Mark-Simulacrum
Show description for 6fc28da
RalfJung
authored
6fc28da
View commit details
Copy full SHA for 6fc28da
Browse repository at this point
You can’t perform that action at this time.