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 10 pull requests
- #70109
#70109
Closed
Centril
wants to merge 58 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-dyhsvg5
Centril/rust:rollup-dyhsvg5
Copy head branch name to clipboard
Conversation
Commits
58
(58)
Checks
Files changed
Closed
Rollup of 10 pull requests
#70109
Centril
wants to merge 58 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-dyhsvg5
Centril/rust:rollup-dyhsvg5
Copy head branch name to clipboard
Commits
Commits on Feb 13, 2020
keyword docs for else and inkeyword docs for else and in.
gilescope
authored and
Giles Cope
committed
a113609
View commit details
Copy full SHA for a113609
Browse repository at this point
Commits on Mar 8, 2020
clean up E0308 explanation
GuillaumeGomez
committed
57f1bb1
View commit details
Copy full SHA for 57f1bb1
Browse repository at this point
Update tests
GuillaumeGomez
committed
64460a1
View commit details
Copy full SHA for 64460a1
Browse repository at this point
Commits on Mar 11, 2020
miri: categorize errors into "unsupported" and "UB"
Show description for f5efb68
RalfJung
committed
f5efb68
View commit details
Copy full SHA for f5efb68
Browse repository at this point
fmt, tweak messages and bless
RalfJung
committed
d02543a
View commit details
Copy full SHA for d02543a
Browse repository at this point
generalize InvalidNullPointerUsage to InvalidIntPointerUsage
RalfJung
committed
9a95b01
View commit details
Copy full SHA for 9a95b01
Browse repository at this point
fmt, and fix rustfmt-induced rebase hickup
RalfJung
committed
3ebcd78
View commit details
Copy full SHA for 3ebcd78
Browse repository at this point
start Miri messages lower-case
RalfJung
committed
2764d3d
View commit details
Copy full SHA for 2764d3d
Browse repository at this point
explain why we catch PointerUseAfterFree
RalfJung
committed
3e61442
View commit details
Copy full SHA for 3e61442
Browse repository at this point
avoid boolean inversion
RalfJung
committed
d8f8168
View commit details
Copy full SHA for d8f8168
Browse repository at this point
we are on 2018 edition, use try block
RalfJung
committed
9681422
View commit details
Copy full SHA for 9681422
Browse repository at this point
make error message less confusing
RalfJung
committed
93436d8
View commit details
Copy full SHA for 93436d8
Browse repository at this point
fmt
RalfJung
committed
e219dd4
View commit details
Copy full SHA for e219dd4
Browse repository at this point
Commits on Mar 14, 2020
Use smaller discriminants for generators
jonas-schievink
committed
b2779d8
View commit details
Copy full SHA for b2779d8
Browse repository at this point
Add a test for generator discriminants
jonas-schievink
committed
4266807
View commit details
Copy full SHA for 4266807
Browse repository at this point
Fix rebase fallout
jonas-schievink
committed
49aabd8
View commit details
Copy full SHA for 49aabd8
Browse repository at this point
Commits on Mar 17, 2020
Remove `free_region_map` from `TypeckTables`
Show description for 5a9ccc9
matthewjasper
committed
5a9ccc9
View commit details
Copy full SHA for 5a9ccc9
Browse repository at this point
Don't use `TypeckTables` in NiceRegionError
Show description for cefd030
matthewjasper
committed
cefd030
View commit details
Copy full SHA for cefd030
Browse repository at this point
Erase regions in writeback
Show description for 0a7f16e
matthewjasper
committed
0a7f16e
View commit details
Copy full SHA for 0a7f16e
Browse repository at this point
Update tests for erasing regions in typeck
matthewjasper
committed
1ee5829
View commit details
Copy full SHA for 1ee5829
Browse repository at this point
Don't unwind when hitting the macro expansion recursion limit
Zoxc
committed
3314a34
View commit details
Copy full SHA for 3314a34
Browse repository at this point
Update test
Zoxc
committed
bdaf9e4
View commit details
Copy full SHA for bdaf9e4
Browse repository at this point
Don't prepend with space before paren
GuillaumeGomez
committed
aa20d96
View commit details
Copy full SHA for aa20d96
Browse repository at this point
Make `newtype_index` methods const
ecstatic-morse
committed
429b16e
View commit details
Copy full SHA for 429b16e
Browse repository at this point
Rename `from_u32_const` -> `from_u32`
ecstatic-morse
committed
7f5a284
View commit details
Copy full SHA for 7f5a284
Browse repository at this point
Add requisite feature gates for const assert
ecstatic-morse
committed
cc4a577
View commit details
Copy full SHA for cc4a577
Browse repository at this point
Hold index of generator `self` arg in `const`
ecstatic-morse
committed
9ac93ee
View commit details
Copy full SHA for 9ac93ee
Browse repository at this point
Update pretty tests
GuillaumeGomez
committed
81172d8
View commit details
Copy full SHA for 81172d8
Browse repository at this point
Update rustdoc test and remove TODO comment
GuillaumeGomez
committed
9a017da
View commit details
Copy full SHA for 9a017da
Browse repository at this point
Prevent stack overflow for deeply recursive code
oli-obk
authored and
nagisa
committed
548b182
View commit details
Copy full SHA for 548b182
Browse repository at this point
Add `psm` to the crate whitelist
oli-obk
authored and
nagisa
committed
6c25307
View commit details
Copy full SHA for 6c25307
Browse repository at this point
Set the default stack size to 8MB
Show description for 410cdd7
nagisa
committed
410cdd7
View commit details
Copy full SHA for 410cdd7
Browse repository at this point
Resolve some review comments
nagisa
committed
fb10e5c
View commit details
Copy full SHA for fb10e5c
Browse repository at this point
Commits on Mar 18, 2020
rustc_expand::base: nix panictry! uses
Centril
committed
bb9f14c
View commit details
Copy full SHA for bb9f14c
Browse repository at this point
nix panictry! in ParserAnyMacro::make
Centril
committed
a57ccf7
View commit details
Copy full SHA for a57ccf7
Browse repository at this point
nix remaining rustc_expand::panictry! uses.
Centril
committed
1b8331b
View commit details
Copy full SHA for 1b8331b
Browse repository at this point
generic_extension: defatalize Error case
Centril
committed
3c71f70
View commit details
Copy full SHA for 3c71f70
Browse repository at this point
defatalize BangProcMacro::expand
Centril
committed
76c5a4f
View commit details
Copy full SHA for 76c5a4f
Browse repository at this point
defatalize AttrProcMacro::expand
Centril
committed
4bea03d
View commit details
Copy full SHA for 4bea03d
Browse repository at this point
defatalize ProcMacroDerive::expand
Show description for a98ea5a
Centril
committed
a98ea5a
View commit details
Copy full SHA for a98ea5a
Browse repository at this point
remove ExtCxt::struct_span_warn
Centril
committed
576c7c9
View commit details
Copy full SHA for 576c7c9
Browse repository at this point
mbe::transcribe: defatalize errors.
Centril
committed
8dddaed
View commit details
Copy full SHA for 8dddaed
Browse repository at this point
defatalize `compile_declarative_macro`
Centril
committed
ad5304a
View commit details
Copy full SHA for ad5304a
Browse repository at this point
expand: nix unused method
Centril
committed
de6e144
View commit details
Copy full SHA for de6e144
Browse repository at this point
defatalize get_test_runner
Centril
committed
c440890
View commit details
Copy full SHA for c440890
Browse repository at this point
defatalize expand_test_or_bench
Centril
committed
5a42b65
View commit details
Copy full SHA for 5a42b65
Browse repository at this point
expand: add recovery for parse_nt
Centril
committed
83313e4
View commit details
Copy full SHA for 83313e4
Browse repository at this point
expand: address review comments
Centril
committed
7d38b0f
View commit details
Copy full SHA for 7d38b0f
Browse repository at this point
Rollup merge of #55617 - oli-obk:stacker, r=oli-obk,nagisa
Show description for d6e0e11
Centril
authored
d6e0e11
View commit details
Copy full SHA for d6e0e11
Browse repository at this point
Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC
Show description for 2b2dda1
Centril
authored
2b2dda1
View commit details
Copy full SHA for 2b2dda1
Browse repository at this point
Rollup merge of #69139 - GuillaumeGomez:cleanup-e0308, r=Dylan-DPC
Show description for af6af30
Centril
authored
af6af30
View commit details
Copy full SHA for af6af30
Browse repository at this point
Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis
Show description for 1dfc89b
Centril
authored
1dfc89b
View commit details
Copy full SHA for 1dfc89b
Browse repository at this point
Rollup merge of #69497 - Zoxc:ast-fragment-error, r=petrochenkov
Show description for ee3336f
Centril
authored
ee3336f
View commit details
Copy full SHA for ee3336f
Browse repository at this point
Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandry
Show description for 4e0bd1b
Centril
authored
4e0bd1b
View commit details
Copy full SHA for 4e0bd1b
Browse repository at this point
Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk
Show description for f1af774
Centril
authored
f1af774
View commit details
Copy full SHA for f1af774
Browse repository at this point
Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk
Show description for fc69654
Centril
authored
fc69654
View commit details
Copy full SHA for fc69654
Browse repository at this point
Rollup merge of #70074 - Centril:unpanictry, r=petrochenkov
Show description for 9318ffa
Centril
authored
9318ffa
View commit details
Copy full SHA for 9318ffa
Browse repository at this point
Rollup merge of #70075 - GuillaumeGomez:fix-repr-display, r=petrochenkov
Show description for 73f7c43
Centril
authored
73f7c43
View commit details
Copy full SHA for 73f7c43
Browse repository at this point
You can’t perform that action at this time.