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 8 pull requests
- #70601
#70601
Closed
Centril
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-za49bdh
Centril/rust:rollup-za49bdh
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 8 pull requests
#70601
Centril
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-za49bdh
Centril/rust:rollup-za49bdh
Copy head branch name to clipboard
Commits
Commits on Mar 28, 2020
Move raw string tests into the raw directory
rcoh
committed
840a576
View commit details
Copy full SHA for 840a576
Browse repository at this point
Commits on Mar 29, 2020
Improve error messages for raw strings (#60762)
Show description for 629e97a
rcoh
committed
629e97a
View commit details
Copy full SHA for 629e97a
Browse repository at this point
Cleanup error messages, improve docstrings
rcoh
committed
c15f86b
View commit details
Copy full SHA for c15f86b
Browse repository at this point
More raw string tests
rcoh
committed
82b2989
View commit details
Copy full SHA for 82b2989
Browse repository at this point
Cleanup match expression
rcoh
committed
bceab25
View commit details
Copy full SHA for bceab25
Browse repository at this point
Commits on Mar 30, 2020
try_resolve_as_non_binding: span_bug -> delay_span_bug
Centril
committed
9f86d28
View commit details
Copy full SHA for 9f86d28
Browse repository at this point
remove obsolete comment
Show description for d6f71f0
tshepang
committed
d6f71f0
View commit details
Copy full SHA for d6f71f0
Browse repository at this point
Optimize strip_prefix and strip_suffix with str patterns
Show description for ac478f2
benesch
committed
ac478f2
View commit details
Copy full SHA for ac478f2
Browse repository at this point
infer arr len from pattern
lcnr
committed
50ab773
View commit details
Copy full SHA for 50ab773
Browse repository at this point
Clean up redudant conditions and match exprs
rcoh
committed
20e2190
View commit details
Copy full SHA for 20e2190
Browse repository at this point
dedup docs
Show description for 7f12561
lcnr
and
Centril
authored
7f12561
View commit details
Copy full SHA for 7f12561
Browse repository at this point
add test for array len inference
lcnr
committed
40c5eef
View commit details
Copy full SHA for 40c5eef
Browse repository at this point
update tests, improve variable names
lcnr
committed
a3df1db
View commit details
Copy full SHA for a3df1db
Browse repository at this point
std: Fix over-aligned allocations on wasm32-wasi
Show description for ab2998b
alexcrichton
committed
ab2998b
View commit details
Copy full SHA for ab2998b
Browse repository at this point
Add `Rust` to the code snippet
DutchGhost
authored
641409b
View commit details
Copy full SHA for 641409b
Browse repository at this point
Fix incorrect documentation for `str::{split_at, split_at_mut}`
jacob-greenfield
committed
fcab1f9
View commit details
Copy full SHA for fcab1f9
Browse repository at this point
Commits on Mar 31, 2020
Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytm
Show description for b737d4c
Centril
authored
b737d4c
View commit details
Copy full SHA for b737d4c
Browse repository at this point
Rollup merge of #70522 - rcoh:60762-raw-string-errors, r=petrochenkov
Show description for 5e7e5ec
Centril
authored
5e7e5ec
View commit details
Copy full SHA for 5e7e5ec
Browse repository at this point
Rollup merge of #70555 - Centril:fix-70549, r=petrochenkov
Show description for 2d14f6d
Centril
authored
2d14f6d
View commit details
Copy full SHA for 2d14f6d
Browse repository at this point
Rollup merge of #70561 - tshepang:obsolete-comment, r=petrochenkov
Show description for abee5a0
Centril
authored
abee5a0
View commit details
Copy full SHA for abee5a0
Browse repository at this point
Rollup merge of #70562 - lcnr:const-arr_len, r=Centril
Show description for 981118e
Centril
authored
981118e
View commit details
Copy full SHA for 981118e
Browse repository at this point
Rollup merge of #70585 - alexcrichton:fix-wasi-align-alloc, r=Mark-Simulacrum
Show description for c644e4f
Centril
authored
c644e4f
View commit details
Copy full SHA for c644e4f
Browse repository at this point
Rollup merge of #70587 - DutchGhost:patch-1, r=Dylan-DPC
Show description for 9d25ca5
Centril
authored
9d25ca5
View commit details
Copy full SHA for 9d25ca5
Browse repository at this point
Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPC
Show description for bf7870d
Centril
authored
bf7870d
View commit details
Copy full SHA for bf7870d
Browse repository at this point
You can’t perform that action at this time.