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.6k
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
- #64826
#64826
Closed
Centril
wants to merge 46 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-mo16xm6
Centril/rust:rollup-mo16xm6
Copy head branch name to clipboard
Conversation
Commits
46
(46)
Checks
Files changed
Closed
Rollup of 10 pull requests
#64826
Centril
wants to merge 46 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-mo16xm6
Centril/rust:rollup-mo16xm6
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2019
Fix ICE in rustdoc when merging generic and where bounds in the case of an Fn with an output
Show description for c015927
Nashenas88
committed
c015927
View commit details
Copy full SHA for c015927
Browse repository at this point
Simplify some code in rustdoc's simplify
Nashenas88
committed
09f6b44
View commit details
Copy full SHA for 09f6b44
Browse repository at this point
Commits on Aug 28, 2019
Add regression test for issue, apply suggestion to convert to assert_eq
Nashenas88
committed
143b83a
View commit details
Copy full SHA for 143b83a
Browse repository at this point
Commits on Sep 13, 2019
add new tests for re_rebalance_coherence
nikomatsakis
committed
612ef5f
View commit details
Copy full SHA for 612ef5f
Browse repository at this point
change to check-pass
nikomatsakis
committed
e69d1b6
View commit details
Copy full SHA for e69d1b6
Browse repository at this point
Commits on Sep 17, 2019
Fix re-rebalance coherence implementation for fundamental types
Show description for 3f004a1
weiznich
committed
3f004a1
View commit details
Copy full SHA for 3f004a1
Browse repository at this point
Commits on Sep 18, 2019
Add more tests
weiznich
committed
a9c38d9
View commit details
Copy full SHA for a9c38d9
Browse repository at this point
Split line to fix tidy
weiznich
committed
31b3012
View commit details
Copy full SHA for 31b3012
Browse repository at this point
Commits on Sep 22, 2019
Fix some unused variable warnings
weiznich
committed
3ee2920
View commit details
Copy full SHA for 3ee2920
Browse repository at this point
Commits on Sep 23, 2019
Differentiate AArch64 bare-metal targets between hf and non-hf.
Show description for d2762ac
andre-richter
committed
d2762ac
View commit details
Copy full SHA for d2762ac
Browse repository at this point
Remove whitespace from testname
weiznich
committed
2666ae5
View commit details
Copy full SHA for 2666ae5
Browse repository at this point
Commits on Sep 24, 2019
More path name fixes
weiznich
committed
9249a73
View commit details
Copy full SHA for 9249a73
Browse repository at this point
Commits on Sep 26, 2019
Turn `walk_parent_nodes` method into an iterator
estebank
committed
5122091
View commit details
Copy full SHA for 5122091
Browse repository at this point
Fix format macro expansions spans to be macro-generated
Show description for 0ec4513
rinon
committed
0ec4513
View commit details
Copy full SHA for 0ec4513
Browse repository at this point
update rtpSpawn's parameters type(It's prototype has been updated in libc)
bpangWR
committed
dd38a0f
View commit details
Copy full SHA for dd38a0f
Browse repository at this point
Account for tail expressions when pointing at return type
Show description for ab86cec
estebank
committed
ab86cec
View commit details
Copy full SHA for ab86cec
Browse repository at this point
[const-prop] Replace `eval_place()` with use of `InterpCx`
wesleywiser
committed
7f318f6
View commit details
Copy full SHA for 7f318f6
Browse repository at this point
[const-prop] Replace `Use` handling with use of `InterpCx`
wesleywiser
committed
1a78e66
View commit details
Copy full SHA for 1a78e66
Browse repository at this point
[const-prop] Replace `Cast` handling with use of `InterpCx`
wesleywiser
committed
570748d
View commit details
Copy full SHA for 570748d
Browse repository at this point
[const-prop] Replace `NullaryOp` handling with use of `InterpCx`
wesleywiser
committed
243f99e
View commit details
Copy full SHA for 243f99e
Browse repository at this point
[const-prop] Replace most `UnaryOp` handling with use of `InterpCx`
wesleywiser
committed
0162021
View commit details
Copy full SHA for 0162021
Browse repository at this point
[const-prop] Replace `CheckedBinaryOp` handling with use of `InterpCx`
wesleywiser
committed
233925d
View commit details
Copy full SHA for 233925d
Browse repository at this point
[const-prop] Replace some `Binaryp` handling with use of `InterpCx`
wesleywiser
committed
bf770f9
View commit details
Copy full SHA for bf770f9
Browse repository at this point
[const-prop] Replace `Ref` handling with use of `InterpCx`
wesleywiser
committed
82f38c4
View commit details
Copy full SHA for 82f38c4
Browse repository at this point
Don't run the ConstProp MIR pass on generators
Show description for 0d09424
wesleywiser
committed
0d09424
View commit details
Copy full SHA for 0d09424
Browse repository at this point
Respond to code review feedback and fix tidy
wesleywiser
committed
0cf9c5b
View commit details
Copy full SHA for 0cf9c5b
Browse repository at this point
Move Ref-from-arg checking from `step.rs` to `const_prop.rs`
wesleywiser
committed
59f2e13
View commit details
Copy full SHA for 59f2e13
Browse repository at this point
Work around for #64506
wesleywiser
committed
c8336f3
View commit details
Copy full SHA for c8336f3
Browse repository at this point
Introduce a `ConstPropMachine`
Show description for 9b4fae7
wesleywiser
committed
9b4fae7
View commit details
Copy full SHA for 9b4fae7
Browse repository at this point
Allow reading non-mutable statics in const prop
wesleywiser
committed
737fb99
View commit details
Copy full SHA for 737fb99
Browse repository at this point
Fix div_duration() marked as stable by mistake
JMS55
authored
377a70d
View commit details
Copy full SHA for 377a70d
Browse repository at this point
Merge pull request #30 from Wind-River/update
Show description for c81d359
n-salim
authored
c81d359
View commit details
Copy full SHA for c81d359
Browse repository at this point
Use existing Handler to print query stack
Show description for e9aa0e7
Aaron1011
committed
e9aa0e7
View commit details
Copy full SHA for e9aa0e7
Browse repository at this point
Add note about global state in try_print_query_stack
Aaron1011
authored
97906bc
View commit details
Copy full SHA for 97906bc
Browse repository at this point
review comments
estebank
committed
fdeb4ca
View commit details
Copy full SHA for fdeb4ca
Browse repository at this point
Include message on tests that should panic
kungfukennyg
committed
821ff46
View commit details
Copy full SHA for 821ff46
Browse repository at this point
Commits on Sep 27, 2019
Rollup merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomez
Show description for 65af1ff
Centril
authored
65af1ff
View commit details
Copy full SHA for 65af1ff
Browse repository at this point
Rollup merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk
Show description for 931b795
Centril
authored
931b795
View commit details
Copy full SHA for 931b795
Browse repository at this point
Rollup merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
Show description for 0286ed0
Centril
authored
0286ed0
View commit details
Copy full SHA for 0286ed0
Browse repository at this point
Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=Amanieu
Show description for daa632b
Centril
authored
daa632b
View commit details
Copy full SHA for daa632b
Browse repository at this point
Rollup merge of #64745 - kennethbgoodin:should-panic-msg, r=varkor
Show description for 9c1b008
Centril
authored
9c1b008
View commit details
Copy full SHA for 9c1b008
Browse repository at this point
Rollup merge of #64793 - immunant:format_spans, r=matthewjasper
Show description for b0bfef1
Centril
authored
b0bfef1
View commit details
Copy full SHA for b0bfef1
Browse repository at this point
Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum
Show description for 19f99b8
Centril
authored
19f99b8
View commit details
Copy full SHA for 19f99b8
Browse repository at this point
Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper
Show description for ea31935
Centril
authored
ea31935
View commit details
Copy full SHA for ea31935
Browse repository at this point
Rollup merge of #64815 - JMS55:patch-1, r=jonas-schievink
Show description for c02e798
Centril
authored
c02e798
View commit details
Copy full SHA for c02e798
Browse repository at this point
Rollup merge of #64818 - Wind-River:master, r=alexcrichton
Show description for 51f7b2b
Centril
authored
51f7b2b
View commit details
Copy full SHA for 51f7b2b
Browse repository at this point
You can’t perform that action at this time.