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
Accelerator
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 }}
jrvidal
/
reference
Public
forked from
rust-lang/reference
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
reference
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 14, 2020
Update that macros can be deprecated.
ehuss
committed
2196589
View commit details
Copy full SHA for 2196589
View code at this point
Browse repository at this point
Merge pull request #809 from RalfJung/str-invariant
Show description for 7a60492
ehuss
authored
7a60492
View commit details
Copy full SHA for 7a60492
View code at this point
Browse repository at this point
Split str DST into a separate paragraph.
ehuss
authored
9af5071
View commit details
Copy full SHA for 9af5071
View code at this point
Browse repository at this point
cfg_attr needs a valid predicate
Tacklebox
committed
a43acf1
View commit details
Copy full SHA for a43acf1
View code at this point
Browse repository at this point
Commits on May 13, 2020
Merge pull request #810 from Mark-Simulacrum/float-casts
Show description for c0560d7
Havvy
authored
c0560d7
View commit details
Copy full SHA for c0560d7
View code at this point
Browse repository at this point
Fix stray plus signs.
ehuss
committed
e6e7e65
View commit details
Copy full SHA for e6e7e65
View code at this point
Browse repository at this point
Account for removal of UB in float-to-int casts
Show description for 030d324
Mark-Simulacrum
committed
030d324
View commit details
Copy full SHA for 030d324
View code at this point
Browse repository at this point
tweak str wording
RalfJung
committed
ed7ad72
View commit details
Copy full SHA for ed7ad72
View code at this point
Browse repository at this point
Commits on May 12, 2020
clarify representation
RalfJung
committed
bd74860
View commit details
Copy full SHA for bd74860
View code at this point
Browse repository at this point
fix link
Show description for 3c6a8f4
RalfJung
and
ehuss
authored
3c6a8f4
View commit details
Copy full SHA for 3c6a8f4
View code at this point
Browse repository at this point
work on char/str descriptions
RalfJung
committed
dcf0963
View commit details
Copy full SHA for dcf0963
View code at this point
Browse repository at this point
Commits on May 11, 2020
clarify that str data must still be initialized
RalfJung
authored and
joshtriplett
committed
892b928
View commit details
Copy full SHA for 892b928
View code at this point
Browse repository at this point
remove language-level UB for non-UTF-8 str
RalfJung
authored and
joshtriplett
committed
d41852b
View commit details
Copy full SHA for d41852b
View code at this point
Browse repository at this point
Commits on May 2, 2020
Update another usage of "parent" to "ancestor"
ehuss
authored
f41afd4
View commit details
Copy full SHA for f41afd4
View code at this point
Browse repository at this point
Commits on May 1, 2020
Replace incorrect term "parent modules" with "ancestor modules".
Show description for 84761dc
TeemuRemes
committed
84761dc
View commit details
Copy full SHA for 84761dc
View code at this point
Browse repository at this point
Commits on Apr 24, 2020
Merge pull request #794 from alexanderlinne/master
Show description for ed22e6f
ehuss
authored
ed22e6f
View commit details
Copy full SHA for ed22e6f
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Merge pull request #514 from matthewjasper/drop-scopes
Show description for 22ac838
matthewjasper
authored
22ac838
View commit details
Copy full SHA for 22ac838
View code at this point
Browse repository at this point
Address review feedback
matthewjasper
committed
c5648e6
View commit details
Copy full SHA for c5648e6
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Fix grammer for tuple patterns and tuple struct patterns
Alexander Linne
committed
062bec9
View commit details
Copy full SHA for 062bec9
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Merge pull request #793 from RalfJung/size-of-val
Show description for 3ce94ca
Centril
authored
3ce94ca
View commit details
Copy full SHA for 3ce94ca
View code at this point
Browse repository at this point
Emphasize that `#[inline]` in all shapes is a hint.
Centril
authored and
ehuss
committed
1e92646
View commit details
Copy full SHA for 1e92646
View code at this point
Browse repository at this point
mention size_of_val
RalfJung
committed
0e53e26
View commit details
Copy full SHA for 0e53e26
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Added missing comma to Unions reference
Show description for ad89868
mappum
authored
ad89868
View commit details
Copy full SHA for ad89868
View code at this point
Browse repository at this point
Rename `ShowOnDrop` -> `PrintOnDrop`
matthewjasper
authored and
ehuss
committed
99da7c0
View commit details
Copy full SHA for 99da7c0
View code at this point
Browse repository at this point
Apply suggestions from code review
Show description for 0e735f9
2 people
authored and
ehuss
committed
0e735f9
View commit details
Copy full SHA for 0e735f9
View code at this point
Browse repository at this point
Fix links and sentence structure
matthewjasper
authored and
ehuss
committed
79fcc6e
View commit details
Copy full SHA for 79fcc6e
View code at this point
Browse repository at this point
Document drop scopes
matthewjasper
authored and
ehuss
committed
62191f6
View commit details
Copy full SHA for 62191f6
View code at this point
Browse repository at this point
Merge pull request #783 from Aaron1011/patch-1
Show description for 25acdfa
ehuss
authored
25acdfa
View commit details
Copy full SHA for 25acdfa
View code at this point
Browse repository at this point
No need to mention if/if-let expressions.
Show description for 36b557c
ehuss
committed
36b557c
View commit details
Copy full SHA for 36b557c
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
tweak wording for `repr(transparent)` enums
Centril
authored and
ehuss
committed
4515957
View commit details
Copy full SHA for 4515957
View code at this point
Browse repository at this point
`enum`s can now be `#[repr(transparent)]`
Centril
authored and
ehuss
committed
52a16e5
View commit details
Copy full SHA for 52a16e5
View code at this point
Browse repository at this point
Merge pull request #665 from ehuss/undocument-use
Show description for da3098c
Centril
authored
da3098c
View commit details
Copy full SHA for da3098c
View code at this point
Browse repository at this point
Merge pull request #481 from Speedy-Consoles/master
Show description for dd86fed
Centril
authored
dd86fed
View commit details
Copy full SHA for dd86fed
View code at this point
Browse repository at this point
Merge pull request #772 from steffahn/master
Show description for e8f420d
Centril
authored
e8f420d
View commit details
Copy full SHA for e8f420d
View code at this point
Browse repository at this point
Merge pull request #555 from ehuss/automatically_derived
Show description for 05189cf
Centril
authored
05189cf
View commit details
Copy full SHA for 05189cf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.