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
- #64643
#64643
Closed
tmandry
wants to merge 34 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-8gvjdlr
tmandry/rust:rollup-8gvjdlr
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Closed
Rollup of 10 pull requests
#64643
tmandry
wants to merge 34 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-8gvjdlr
tmandry/rust:rollup-8gvjdlr
Copy head branch name to clipboard
Commits
Commits on Sep 12, 2019
Filter out stmts made for the redundant_semicolon lint when pretty-printing
nathanwhit
committed
e608549
View commit details
Copy full SHA for e608549
Browse repository at this point
Add test for redundant_semicolon lint interaction with proc macro attrs
nathanwhit
committed
96526d4
View commit details
Copy full SHA for 96526d4
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 16, 2019
Document `From` trait for `LhsExpr`
crgl
committed
194d357
View commit details
Copy full SHA for 194d357
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 19, 2019
rustbuild: Turn down compression on exe installers
Show description for 8112f71
alexcrichton
committed
8112f71
View commit details
Copy full SHA for 8112f71
Browse repository at this point
factor out pluralisation remains after #64280
gaolei
committed
1ab5593
View commit details
Copy full SHA for 1ab5593
Browse repository at this point
rustbuild: Turn down compression on msi installers
Show description for fde8cfe
alexcrichton
committed
fde8cfe
View commit details
Copy full SHA for fde8cfe
Browse repository at this point
rustbuild: Improve output of `dist` step
Show description for 255dd3f
alexcrichton
committed
255dd3f
View commit details
Copy full SHA for 255dd3f
Browse repository at this point
Add Compatibility Notes to RELEASES.md for 1.38.0
XAMPPRocky
committed
3db2c13
View commit details
Copy full SHA for 3db2c13
Browse repository at this point
Commits on Sep 20, 2019
Support run-fail ui tests
tmandry
committed
e625f62
View commit details
Copy full SHA for e625f62
Browse repository at this point
Spawn one subprocess per unit test
tmandry
committed
78ff110
View commit details
Copy full SHA for 78ff110
Browse repository at this point
Only spawn subprocesses when panic=abort
tmandry
committed
52e4919
View commit details
Copy full SHA for 52e4919
Browse repository at this point
Remove panic_unwind requirement from libtest
tmandry
committed
c6b4fb7
View commit details
Copy full SHA for c6b4fb7
Browse repository at this point
Factor inner test runners out, simplify RunStrategy
tmandry
committed
df24055
View commit details
Copy full SHA for df24055
Browse repository at this point
Include signal from terminated child process on unix
tmandry
committed
e6015e4
View commit details
Copy full SHA for e6015e4
Browse repository at this point
Use just two return codes to communicate result
tmandry
committed
c792c25
View commit details
Copy full SHA for c792c25
Browse repository at this point
Add test for libtest panic=abort mode
tmandry
committed
c396c12
View commit details
Copy full SHA for c396c12
Browse repository at this point
Put panic=abort test support behind -Z panic_abort_tests
tmandry
committed
6f36f87
View commit details
Copy full SHA for 6f36f87
Browse repository at this point
remove the extra comma after the match arm
Show description for c3140ba
guanqun
authored
c3140ba
View commit details
Copy full SHA for c3140ba
Browse repository at this point
Ignore panic=abort tests on wasm, emscripten
tmandry
committed
6bd568b
View commit details
Copy full SHA for 6bd568b
Browse repository at this point
Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril
Show description for 84a845a
tmandry
authored
84a845a
View commit details
Copy full SHA for 84a845a
Browse repository at this point
Rollup merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton
Show description for fc2fd9b
tmandry
authored
fc2fd9b
View commit details
Copy full SHA for fc2fd9b
Browse repository at this point
Rollup merge of #64342 - glorv:master, r=varkor
Show description for f4225f8
tmandry
authored
f4225f8
View commit details
Copy full SHA for f4225f8
Browse repository at this point
Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor
Show description for 3754e61
tmandry
authored
3754e61
View commit details
Copy full SHA for 3754e61
Browse repository at this point
Rollup merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
Show description for eb5ad37
tmandry
authored
eb5ad37
View commit details
Copy full SHA for eb5ad37
Browse repository at this point
Rollup merge of #64615 - alexcrichton:smaller-exe, r=Mark-Simulacrum
Show description for 4e70fe0
tmandry
authored
4e70fe0
View commit details
Copy full SHA for 4e70fe0
Browse repository at this point
Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum
Show description for d4d6864
tmandry
authored
d4d6864
View commit details
Copy full SHA for d4d6864
Browse repository at this point
Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Simulacrum
Show description for aa3dc06
tmandry
authored
aa3dc06
View commit details
Copy full SHA for aa3dc06
Browse repository at this point
Rollup merge of #64621 - XAMPPRocky:relnotes, r=Mark-Simulacrum
Show description for 230ccf6
tmandry
authored
230ccf6
View commit details
Copy full SHA for 230ccf6
Browse repository at this point
Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievink
Show description for 598fbca
tmandry
authored
598fbca
View commit details
Copy full SHA for 598fbca
Browse repository at this point
You can’t perform that action at this time.