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 }}
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
16.3k
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 13 pull requests
- #62960
#62960
Closed
Centril
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-8jay7g7
Centril/rust:rollup-8jay7g7
Copy head branch name to clipboard
Conversation
Commits
51
(51)
Checks
Files changed
Closed
Rollup of 13 pull requests
#62960
Centril
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-8jay7g7
Centril/rust:rollup-8jay7g7
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2019
Take substs into account in `conservative_is_privately_uninhabited`
varkor
committed
962bf69
View commit details
Copy full SHA for 962bf69
Browse repository at this point
Commits on Jul 9, 2019
Remove obsolete “should not have to exist” reasons
SimonSapin
committed
5397dfc
View commit details
Copy full SHA for 5397dfc
Browse repository at this point
Split the SliceConcat trait into Concat and Join
SimonSapin
committed
01d93bf
View commit details
Copy full SHA for 01d93bf
Browse repository at this point
Take separator by value in `[T]::join`
SimonSapin
committed
283f676
View commit details
Copy full SHA for 283f676
Browse repository at this point
Add joining slices of slices with a slice separator, not just a single item
SimonSapin
committed
b62a77b
View commit details
Copy full SHA for b62a77b
Browse repository at this point
Update src/liballoc/slice.rs
Show description for d0635ee
SimonSapin
and
Centril
authored
d0635ee
View commit details
Copy full SHA for d0635ee
Browse repository at this point
Update src/liballoc/slice.rs
Show description for bbc9366
SimonSapin
and
Centril
authored
bbc9366
View commit details
Copy full SHA for bbc9366
Browse repository at this point
Update src/liballoc/str.rs
Show description for 5f7768a
SimonSapin
and
Centril
authored
5f7768a
View commit details
Copy full SHA for 5f7768a
Browse repository at this point
Commits on Jul 13, 2019
allow clippy::unreadable_literal in unicode tables
Show description for dee3d27
euclio
committed
dee3d27
View commit details
Copy full SHA for dee3d27
Browse repository at this point
Commits on Jul 19, 2019
Remove support for -Zlower-128bit-ops
Show description for 3427a14
bjorn3
committed
3427a14
View commit details
Copy full SHA for 3427a14
Browse repository at this point
Commits on Jul 20, 2019
Update compiler_builtins to 0.1.18
bjorn3
committed
e8a1e73
View commit details
Copy full SHA for e8a1e73
Browse repository at this point
warn that raw pointers must be aligned when used, and that writes cause drop
RalfJung
committed
21b502b
View commit details
Copy full SHA for 21b502b
Browse repository at this point
references must be aligned; also move up the warning that fn ptrs must be non-NULL
RalfJung
committed
2e6b13a
View commit details
Copy full SHA for 2e6b13a
Browse repository at this point
Remove tests for -Zlower-128bit-ops
bjorn3
committed
93de733
View commit details
Copy full SHA for 93de733
Browse repository at this point
Commits on Jul 21, 2019
sync with nomicon: raw ptr must be non-dangling and aligned every time it is dereferenced
RalfJung
committed
f502bf7
View commit details
Copy full SHA for f502bf7
Browse repository at this point
apply feedback
RalfJung
committed
4081222
View commit details
Copy full SHA for 4081222
Browse repository at this point
Commits on Jul 22, 2019
weasle, weasle
RalfJung
committed
a7b9246
View commit details
Copy full SHA for a7b9246
Browse repository at this point
account for non-drop-glue types
RalfJung
committed
9196781
View commit details
Copy full SHA for 9196781
Browse repository at this point
Commits on Jul 23, 2019
Fix building_llvm in sanity check, add swig sanity check.
golddranks
committed
f78cd4d
View commit details
Copy full SHA for f78cd4d
Browse repository at this point
libsyntax: factor out file path resolving
Show description for ba78db3
jonas-schievink
committed
ba78db3
View commit details
Copy full SHA for ba78db3
Browse repository at this point
Make #[doc(include)] paths behave like other paths
Show description for 138e08c
jonas-schievink
committed
138e08c
View commit details
Copy full SHA for 138e08c
Browse repository at this point
Adjust docs to new #[doc(include)] behaviour
jonas-schievink
committed
1cc7c21
View commit details
Copy full SHA for 1cc7c21
Browse repository at this point
stage0 -> bootstrap
jonas-schievink
committed
8ccf52c
View commit details
Copy full SHA for 8ccf52c
Browse repository at this point
Make path::resolve a method on ExtCtxt
jonas-schievink
committed
edb2187
View commit details
Copy full SHA for edb2187
Browse repository at this point
Update stdarch submodule
jonas-schievink
committed
7c42259
View commit details
Copy full SHA for 7c42259
Browse repository at this point
Apply suggestions from code review
Show description for dd5045e
RalfJung
and
gnzlbg
authored
dd5045e
View commit details
Copy full SHA for dd5045e
Browse repository at this point
word things more like we usually do
RalfJung
committed
65cf10d
View commit details
Copy full SHA for 65cf10d
Browse repository at this point
Update test
jonas-schievink
committed
218ab4c
View commit details
Copy full SHA for 218ab4c
Browse repository at this point
Disable d32 on armv6 hf targets
nikic
committed
fe4cdd3
View commit details
Copy full SHA for fe4cdd3
Browse repository at this point
Initialize the MSP430 AsmParser if available
nikic
committed
71717b9
View commit details
Copy full SHA for 71717b9
Browse repository at this point
Commits on Jul 24, 2019
Add method disambiguation help for trait implementation
Show description for bd8813e
iluuu1994
committed
bd8813e
View commit details
Copy full SHA for bd8813e
Browse repository at this point
Adjust tests for method disambiguation help
iluuu1994
committed
be510db
View commit details
Copy full SHA for be510db
Browse repository at this point
Merge `rustc_allocator` into `libsyntax_ext`
petrochenkov
committed
a93fdfe
View commit details
Copy full SHA for a93fdfe
Browse repository at this point
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
petrochenkov
committed
4330241
View commit details
Copy full SHA for 4330241
Browse repository at this point
syntax_ext: Reuse built-in attribute template checking for macro attributes
petrochenkov
committed
76b1ffa
View commit details
Copy full SHA for 76b1ffa
Browse repository at this point
syntax_ext: Improve and simplify code generated by `#[global_allocator]`
Show description for bf8fc8a
petrochenkov
committed
bf8fc8a
View commit details
Copy full SHA for bf8fc8a
Browse repository at this point
Demote template check error to a lint for `#[test]` and `#[bench]`
petrochenkov
committed
6e4f161
View commit details
Copy full SHA for 6e4f161
Browse repository at this point
Fix rebase
petrochenkov
committed
a0c2c64
View commit details
Copy full SHA for a0c2c64
Browse repository at this point
Use match ergonomics in Condvar documentation
KevinWMatthews
committed
c091818
View commit details
Copy full SHA for c091818
Browse repository at this point
Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov
Show description for 49e111a
Centril
authored
49e111a
View commit details
Copy full SHA for 49e111a
Browse repository at this point
Rollup merge of #61890 - golddranks:fix_sanity_check_llvm, r=Dylan-DPC
Show description for a3a4c7c
Centril
authored
a3a4c7c
View commit details
Copy full SHA for a3a4c7c
Browse repository at this point
Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm
Show description for 59fb997
Centril
authored
59fb997
View commit details
Copy full SHA for 59fb997
Browse repository at this point
Rollup merge of #62261 - varkor:conservative_is_privately_uninhabited-subst, r=oli-obk
Show description for c82c77d
Centril
authored
c82c77d
View commit details
Copy full SHA for c82c77d
Browse repository at this point
Rollup merge of #62528 - SimonSapin:concat, r=alexcrichton
Show description for 7a308b8
Centril
authored
7a308b8
View commit details
Copy full SHA for 7a308b8
Browse repository at this point
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Show description for 1072458
Centril
authored
1072458
View commit details
Copy full SHA for 1072458
Browse repository at this point
Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton
Show description for 14a2161
Centril
authored
14a2161
View commit details
Copy full SHA for 14a2161
Browse repository at this point
Rollup merge of #62822 - RalfJung:pointers, r=Centril
Show description for a6a0122
Centril
authored
a6a0122
View commit details
Copy full SHA for a6a0122
Browse repository at this point
Rollup merge of #62904 - nikic:arm-d32, r=alexcrichton
Show description for a8acd87
Centril
authored
a8acd87
View commit details
Copy full SHA for a8acd87
Browse repository at this point
Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton
Show description for fc18744
Centril
authored
fc18744
View commit details
Copy full SHA for fc18744
Browse repository at this point
Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=estebank
Show description for 17fd31b
Centril
authored
17fd31b
View commit details
Copy full SHA for 17fd31b
Browse repository at this point
Rollup merge of #62942 - KevinWMatthews:condvar_docs_match_ergo, r=sfackler
Show description for 5647078
Centril
authored
5647078
View commit details
Copy full SHA for 5647078
Browse repository at this point
You can’t perform that action at this time.