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.2k
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 9 pull requests
- #72416
#72416
Closed
RalfJung
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-y5mhk33
RalfJung/rust:rollup-y5mhk33
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 9 pull requests
#72416
RalfJung
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-y5mhk33
RalfJung/rust:rollup-y5mhk33
Copy head branch name to clipboard
Commits
Commits on May 3, 2020
Make `std::char` functions and constants associated to `char`.
eduardosm
committed
68f89fc
View commit details
Copy full SHA for 68f89fc
Browse repository at this point
Try to fix doc links in new `char` methods.
eduardosm
committed
0e12a9d
View commit details
Copy full SHA for 0e12a9d
Browse repository at this point
Commits on May 11, 2020
rustc-book: Document `-Z strip=val` option
petrochenkov
committed
1899afa
View commit details
Copy full SHA for 1899afa
Browse repository at this point
Commits on May 18, 2020
librustc_mir: Add support for const fn offset/arith_offset
Show description for 7d2f64b
josephlr
committed
7d2f64b
View commit details
Copy full SHA for 7d2f64b
Browse repository at this point
core: Make pointer offset methods "const fn"
Show description for 1711d08
josephlr
committed
1711d08
View commit details
Copy full SHA for 1711d08
Browse repository at this point
test/ui/consts: Add tests for const ptr offsets
Show description for db56719
josephlr
committed
db56719
View commit details
Copy full SHA for db56719
Browse repository at this point
Commits on May 19, 2020
miri_unleached: We now allow offset in const fn
Show description for 0927917
josephlr
committed
0927917
View commit details
Copy full SHA for 0927917
Browse repository at this point
Remove unused `StableHashingContext::node_to_hir_id` method
marmeladema
committed
fdc4522
View commit details
Copy full SHA for fdc4522
Browse repository at this point
Implement `#[ffi_const]` and `#[ffi_pure]` function attributes
Show description for abc2364
neocturne
committed
abc2364
View commit details
Copy full SHA for abc2364
Browse repository at this point
Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributes
Show description for a7d7f0b
neocturne
committed
a7d7f0b
View commit details
Copy full SHA for a7d7f0b
Browse repository at this point
Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable book
Show description for a114a23
neocturne
committed
a114a23
View commit details
Copy full SHA for a114a23
Browse repository at this point
Commits on May 20, 2020
FIX - Char documentation for unexperienced users
Elrendio
committed
f5b4957
View commit details
Copy full SHA for f5b4957
Browse repository at this point
Suggest installing VS Build Tools in more situations
Show description for 2fd504c
ChrisDenton
committed
2fd504c
View commit details
Copy full SHA for 2fd504c
Browse repository at this point
Add ClashingLocalDecl test case.
jumbatm
committed
4b2266b
View commit details
Copy full SHA for 4b2266b
Browse repository at this point
Add ClashingExternDecl lint.
Show description for 85979f5
jumbatm
committed
85979f5
View commit details
Copy full SHA for 85979f5
Browse repository at this point
Add clashing-extern-fn.rs stderr.
jumbatm
committed
b389eed
View commit details
Copy full SHA for b389eed
Browse repository at this point
Update existing test cases.
Show description for 337abf1
jumbatm
committed
337abf1
View commit details
Copy full SHA for 337abf1
Browse repository at this point
llvm: Expose tiny code model to users
petrochenkov
committed
c7813ff
View commit details
Copy full SHA for c7813ff
Browse repository at this point
Commits on May 21, 2020
Rollup merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa
Show description for d4d994a
RalfJung
authored
d4d994a
View commit details
Copy full SHA for d4d994a
Browse repository at this point
Rollup merge of #71500 - josephlr:offset, r=oli-obk
Show description for 7a46e28
RalfJung
authored
7a46e28
View commit details
Copy full SHA for 7a46e28
Browse repository at this point
Rollup merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu
Show description for e89a99d
RalfJung
authored
e89a99d
View commit details
Copy full SHA for e89a99d
Browse repository at this point
Rollup merge of #71854 - eduardosm:assoc-char-funcs-and-consts, r=Amanieu
Show description for 62a85df
RalfJung
authored
62a85df
View commit details
Copy full SHA for 62a85df
Browse repository at this point
Rollup merge of #72111 - petrochenkov:docstrip, r=ehuss
Show description for 6a11087
RalfJung
authored
6a11087
View commit details
Copy full SHA for 6a11087
Browse repository at this point
Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov
Show description for 0f17a7c
RalfJung
authored
0f17a7c
View commit details
Copy full SHA for 0f17a7c
Browse repository at this point
Rollup merge of #72365 - marmeladema:remove-node_to_hir_id, r=ecstatic-morse
Show description for ec4edbc
RalfJung
authored
ec4edbc
View commit details
Copy full SHA for ec4edbc
Browse repository at this point
Rollup merge of #72371 - Elrendio:char_documentation, r=steveklabnik
Show description for 1cef9bf
RalfJung
authored
1cef9bf
View commit details
Copy full SHA for 1cef9bf
Browse repository at this point
Rollup merge of #72397 - petrochenkov:tiny, r=Amanieu
Show description for fcd93b7
RalfJung
authored
fcd93b7
View commit details
Copy full SHA for fcd93b7
Browse repository at this point
You can’t perform that action at this time.