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 14 pull requests
- #59461
#59461
Closed
Centril
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
51
(51)
Checks
Files changed
Closed
Rollup of 14 pull requests
#59461
Centril
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Feb 25, 2019
Add FromStr impl for NonZero types
hellow554
committed
36bcbc3
View commit details
Copy full SHA for 36bcbc3
Browse repository at this point
Commits on Feb 27, 2019
replaced nonzeroparseerror with regular interror
hellow554
committed
ce30d4e
View commit details
Copy full SHA for ce30d4e
Browse repository at this point
Commits on Feb 28, 2019
fixed nonzero tests
hellow554
committed
912ad68
View commit details
Copy full SHA for 912ad68
Browse repository at this point
add feature flag to test
hellow554
committed
ad240ea
View commit details
Copy full SHA for ad240ea
Browse repository at this point
fixed tests again
hellow554
committed
7330525
View commit details
Copy full SHA for 7330525
Browse repository at this point
Commits on Mar 18, 2019
Add benchmarks for [u8]::make_ascii_uppercase
SimonSapin
committed
8740d5d
View commit details
Copy full SHA for 8740d5d
Browse repository at this point
Make u8::to_ascii_lowercase and to_ascii_uppercase branchless
SimonSapin
committed
ce933f7
View commit details
Copy full SHA for ce933f7
Browse repository at this point
Add benchmark for not-quite-correct “fake SIMD” make_ascii_uppercase
SimonSapin
committed
fbe34cc
View commit details
Copy full SHA for fbe34cc
Browse repository at this point
Tidy
SimonSapin
committed
e3fb6f8
View commit details
Copy full SHA for e3fb6f8
Browse repository at this point
Rename src/libcore/benches/ascii_case.rs to ascii.rs
SimonSapin
committed
525a043
View commit details
Copy full SHA for 525a043
Browse repository at this point
Add benchmarks for `u8::is_ascii*`
SimonSapin
committed
6d3840b
View commit details
Copy full SHA for 6d3840b
Browse repository at this point
Remove ASCII_CHARACTER_CLASS table, use `match` with range patterns instead.
SimonSapin
committed
b4faa9b
View commit details
Copy full SHA for b4faa9b
Browse repository at this point
Benchmark more possibles impls of [u8]::make_ascii_uppercase
SimonSapin
committed
4a3241a
View commit details
Copy full SHA for 4a3241a
Browse repository at this point
Simplify u8::to_ascii_{upp,low}ercase while keeping it fast
SimonSapin
committed
0ad91f7
View commit details
Copy full SHA for 0ad91f7
Browse repository at this point
Commits on Mar 19, 2019
ASCII uppercase: add "subtract shifted bool" benchmark
SimonSapin
committed
c1ec29a
View commit details
Copy full SHA for c1ec29a
Browse repository at this point
ASCII uppercase: add "subtract multiplied bool" benchmark
SimonSapin
committed
7fad370
View commit details
Copy full SHA for 7fad370
Browse repository at this point
Commits on Mar 22, 2019
add suggestions to trim_{left,right} deprecations
euclio
committed
b34a71b
View commit details
Copy full SHA for b34a71b
Browse repository at this point
Commits on Mar 23, 2019
Add suggestion to use `&*var` when `&str: From<String>` is expected
estebank
committed
ac3290e
View commit details
Copy full SHA for ac3290e
Browse repository at this point
extend on-unimplemented docs
estebank
committed
2f7b320
View commit details
Copy full SHA for 2f7b320
Browse repository at this point
review comments
estebank
committed
e929d19
View commit details
Copy full SHA for e929d19
Browse repository at this point
syntax: Remove warning for unnecessary path disambiguators
petrochenkov
committed
4b38294
View commit details
Copy full SHA for 4b38294
Browse repository at this point
Commits on Mar 25, 2019
Make some lints incremental
Zoxc
committed
7e156c2
View commit details
Copy full SHA for 7e156c2
Browse repository at this point
Make more lints incremental
Zoxc
committed
32bc4a5
View commit details
Copy full SHA for 32bc4a5
Browse repository at this point
Update tests
Zoxc
committed
00d8fa3
View commit details
Copy full SHA for 00d8fa3
Browse repository at this point
Commits on Mar 26, 2019
When moving out of a for loop head, suggest borrowing it in nll mode
estebank
committed
4bad56e
View commit details
Copy full SHA for 4bad56e
Browse repository at this point
renames EvalContext to InterpretCx.
kenta7777
committed
630d5a4
View commit details
Copy full SHA for 630d5a4
Browse repository at this point
adjust MaybeUninit API to discussions
Show description for 0e0383a
RalfJung
committed
0e0383a
View commit details
Copy full SHA for 0e0383a
Browse repository at this point
fix some uses I missed
RalfJung
committed
853ae8d
View commit details
Copy full SHA for 853ae8d
Browse repository at this point
Update jemalloc-sys to version 0.3.0
gnzlbg
committed
6ea6e62
View commit details
Copy full SHA for 6ea6e62
Browse repository at this point
Update Cargo.lock
gnzlbg
committed
b73886d
View commit details
Copy full SHA for b73886d
Browse repository at this point
Exclude UnusedBrokenConst from module lints
Zoxc
committed
4093bec
View commit details
Copy full SHA for 4093bec
Browse repository at this point
librustc_driver => 2018
taiki-e
committed
24a0cae
View commit details
Copy full SHA for 24a0cae
Browse repository at this point
Add `Default` to `std::alloc::System`
TimDiekmann
authored
8733b2a
View commit details
Copy full SHA for 8733b2a
Browse repository at this point
Commits on Mar 27, 2019
renames EvalContext to InterpretCx in docs and comments.
kenta7777
committed
892f7c4
View commit details
Copy full SHA for 892f7c4
Browse repository at this point
librustc_interface => 2018
Centril
committed
14f3f6c
View commit details
Copy full SHA for 14f3f6c
Browse repository at this point
librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml
Centril
committed
bf1068b
View commit details
Copy full SHA for bf1068b
Browse repository at this point
Add some tests
JohnTitor
committed
2368aa8
View commit details
Copy full SHA for 2368aa8
Browse repository at this point
Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister
Show description for 4c76175
Centril
authored
4c76175
View commit details
Copy full SHA for 4c76175
Browse repository at this point
Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril
Show description for a489ec6
Centril
authored
a489ec6
View commit details
Copy full SHA for a489ec6
Browse repository at this point
Rollup merge of #58253 - taiki-e:librustc_driver-2018, r=petrochenkov
Show description for 290146c
Centril
authored
290146c
View commit details
Copy full SHA for 290146c
Browse repository at this point
Rollup merge of #58717 - hellow554:nonzero_parse, r=Amanieu
Show description for 7070d87
Centril
authored
7070d87
View commit details
Copy full SHA for 7070d87
Browse repository at this point
Rollup merge of #58837 - Centril:librustc_interface_2018, r=petrochenkov
Show description for 692760d
Centril
authored
692760d
View commit details
Copy full SHA for 692760d
Browse repository at this point
Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus
Show description for dfce933
Centril
authored
dfce933
View commit details
Copy full SHA for dfce933
Browse repository at this point
Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplett
Show description for 2ccc054
Centril
authored
2ccc054
View commit details
Copy full SHA for 2ccc054
Browse repository at this point
Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler
Show description for 0052b80
Centril
authored
0052b80
View commit details
Copy full SHA for 0052b80
Browse repository at this point
Rollup merge of #59372 - euclio:rename-trim, r=rkruppe
Show description for 58bda0c
Centril
authored
58bda0c
View commit details
Copy full SHA for 58bda0c
Browse repository at this point
Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkov
Show description for 61a8293
Centril
authored
61a8293
View commit details
Copy full SHA for 61a8293
Browse repository at this point
Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk
Show description for 0ea791e
Centril
authored
0ea791e
View commit details
Copy full SHA for 0ea791e
Browse repository at this point
Rollup merge of #59436 - gnzlbg:update_jemalloc, r=alexcrichton
Show description for c22ed88
Centril
authored
c22ed88
View commit details
Copy full SHA for c22ed88
Browse repository at this point
Rollup merge of #59451 - TimDiekmann:patch-1, r=sfackler
Show description for a077493
Centril
authored
a077493
View commit details
Copy full SHA for a077493
Browse repository at this point
Rollup merge of #59459 - JohnTitor:add-tests, r=Centril
Show description for 1d5a6b6
Centril
authored
1d5a6b6
View commit details
Copy full SHA for 1d5a6b6
Browse repository at this point
You can’t perform that action at this time.