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 9 pull requests
- #66978
#66978
Closed
Centril
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-h0vuj8v
Centril/rust:rollup-h0vuj8v
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Closed
Rollup of 9 pull requests
#66978
Centril
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-h0vuj8v
Centril/rust:rollup-h0vuj8v
Copy head branch name to clipboard
Commits
Commits on Nov 14, 2019
Improve comments about NodeStates.
Show description for 5a9b704
nnethercote
committed
5a9b704
View commit details
Copy full SHA for 5a9b704
Browse repository at this point
Give two functions clearer names.
nnethercote
committed
c45fc6b
View commit details
Copy full SHA for c45fc6b
Browse repository at this point
Commits on Nov 25, 2019
remove dependency from libhermit
Show description for c874789
stlankes
committed
c874789
View commit details
Copy full SHA for c874789
Browse repository at this point
add `enclosing_scope` param to `rustc_on_unimplmented`
Show description for 45aadf7
horse-princess
committed
45aadf7
View commit details
Copy full SHA for 45aadf7
Browse repository at this point
added enclosing_scope attr to Try trait and fixed ui tests accordingly
horse-princess
committed
1d0c015
View commit details
Copy full SHA for 1d0c015
Browse repository at this point
Commits on Nov 30, 2019
document match and move keywords
DevinR528
committed
71abce1
View commit details
Copy full SHA for 71abce1
Browse repository at this point
add example to move
DevinR528
committed
b67d6c7
View commit details
Copy full SHA for b67d6c7
Browse repository at this point
add docs for move and match keywords
DevinR528
committed
44f3bee
View commit details
Copy full SHA for 44f3bee
Browse repository at this point
remove trailing whitespace
DevinR528
committed
d5a4c62
View commit details
Copy full SHA for d5a4c62
Browse repository at this point
fix doc compile fail
DevinR528
committed
c69be48
View commit details
Copy full SHA for c69be48
Browse repository at this point
add ";" for let = match
DevinR528
committed
7c3befc
View commit details
Copy full SHA for 7c3befc
Browse repository at this point
Commits on Dec 1, 2019
Add support for RISC-V 64-bit GNU/Linux
msizanoen1
committed
e4b2cb8
View commit details
Copy full SHA for e4b2cb8
Browse repository at this point
Update libc
msizanoen1
committed
930a0a2
View commit details
Copy full SHA for 930a0a2
Browse repository at this point
Miri core engine: use throw_ub instead of throw_panic
RalfJung
committed
a725a15
View commit details
Copy full SHA for a725a15
Browse repository at this point
fix compile-fail tests
RalfJung
committed
15f159a
View commit details
Copy full SHA for 15f159a
Browse repository at this point
Remove ord lang item
CAD97
committed
ac57e1b
View commit details
Copy full SHA for ac57e1b
Browse repository at this point
Commits on Dec 2, 2019
add grammer fixes
DevinR528
committed
e638f7c
View commit details
Copy full SHA for e638f7c
Browse repository at this point
Don't build the same matrix twice
Show description for fe67196
Nadrieril
committed
fe67196
View commit details
Copy full SHA for fe67196
Browse repository at this point
`UsefulWithWitness` always carries some witnesses
Nadrieril
committed
21af89d
View commit details
Copy full SHA for 21af89d
Browse repository at this point
Simplify lifetimes by allocating patterns on the arena
Show description for e6aa962
Nadrieril
committed
e6aa962
View commit details
Copy full SHA for e6aa962
Browse repository at this point
Add some tests
Nadrieril
committed
00ccadf
View commit details
Copy full SHA for 00ccadf
Browse repository at this point
Lint for redundant branches in or-patterns
Nadrieril
committed
5c7bd52
View commit details
Copy full SHA for 5c7bd52
Browse repository at this point
Correct error on partially unreachable or-pat in `if let`
Nadrieril
committed
a476af2
View commit details
Copy full SHA for a476af2
Browse repository at this point
Move recently changed tests to the correct file
Nadrieril
committed
ef087d9
View commit details
Copy full SHA for ef087d9
Browse repository at this point
Remove top-level or-pattern hack
Nadrieril
committed
1c1bec2
View commit details
Copy full SHA for 1c1bec2
Browse repository at this point
syntax: Introduce a struct `MacArgs` for macro arguments
petrochenkov
committed
a81804b
View commit details
Copy full SHA for a81804b
Browse repository at this point
syntax: Remove redundant span from `ast::Mac`
Show description for 0fac567
petrochenkov
committed
0fac567
View commit details
Copy full SHA for 0fac567
Browse repository at this point
syntax: Use `ast::MacArgs` for attributes
petrochenkov
committed
1a496f3
View commit details
Copy full SHA for 1a496f3
Browse repository at this point
syntax: Use `ast::MacArgs` for macro definitions
petrochenkov
committed
5378955
View commit details
Copy full SHA for 5378955
Browse repository at this point
syntax: Optimize conversion `AttrItem` -> `MetaItem` by avoiding `outer_tokens`.
petrochenkov
committed
cf71538
View commit details
Copy full SHA for cf71538
Browse repository at this point
Address review comments
petrochenkov
committed
498737c
View commit details
Copy full SHA for 498737c
Browse repository at this point
Commits on Dec 3, 2019
Rollup merge of #66405 - nnethercote:tweak-ObligForest-NodeStates, r=nikomatsakis
Show description for 4cbab2b
Centril
authored
4cbab2b
View commit details
Copy full SHA for 4cbab2b
Browse repository at this point
Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco
Show description for 4b6ceb1
Centril
authored
4b6ceb1
View commit details
Copy full SHA for 4b6ceb1
Browse repository at this point
Rollup merge of #66730 - hermitcore:master, r=alexcrichton
Show description for 98db3e7
Centril
authored
98db3e7
View commit details
Copy full SHA for 98db3e7
Browse repository at this point
Rollup merge of #66899 - msizanoen1:riscv-std, r=alexcrichton
Show description for e8b36c6
Centril
authored
e8b36c6
View commit details
Copy full SHA for e8b36c6
Browse repository at this point
Rollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC
Show description for 2f09deb
Centril
authored
2f09deb
View commit details
Copy full SHA for 2f09deb
Browse repository at this point
Rollup merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk
Show description for c1190d4
Centril
authored
c1190d4
View commit details
Copy full SHA for c1190d4
Browse repository at this point
Rollup merge of #66935 - petrochenkov:attrtok2, r=Centril
Show description for a7e51b5
Centril
authored
a7e51b5
View commit details
Copy full SHA for a7e51b5
Browse repository at this point
Rollup merge of #66941 - CAD97:nord, r=Dylan-DPC
Show description for 29e5b0a
Centril
authored
29e5b0a
View commit details
Copy full SHA for 29e5b0a
Browse repository at this point
Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor
Show description for cc3b75a
Centril
authored
cc3b75a
View commit details
Copy full SHA for cc3b75a
Browse repository at this point
You can’t perform that action at this time.