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 12 pull requests
- #59428
#59428
Closed
Centril
wants to merge 50 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
50
(50)
Checks
Files changed
Closed
Rollup of 12 pull requests
#59428
Centril
wants to merge 50 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2019
promoted is still left in 2 places
Saleem Jaffer
committed
7fb1c22
View commit details
Copy full SHA for 7fb1c22
Browse repository at this point
cleaner code as per review
Saleem Jaffer
committed
a837b8a
View commit details
Copy full SHA for a837b8a
Browse repository at this point
fixed all compilation errors
Saleem Jaffer
committed
23c87a1
View commit details
Copy full SHA for 23c87a1
Browse repository at this point
adjust MaybeUninit API to discussions
Show description for ac6ab65
RalfJung
committed
ac6ab65
View commit details
Copy full SHA for ac6ab65
Browse repository at this point
Commits on Mar 19, 2019
tidy checks
Saleem Jaffer
committed
776407e
View commit details
Copy full SHA for 776407e
Browse repository at this point
fix some uses I missed
RalfJung
committed
9374efa
View commit details
Copy full SHA for 9374efa
Browse repository at this point
Commits on Mar 20, 2019
remove visit_static from librustc::mir
Saleem Jaffer
committed
8829dda
View commit details
Copy full SHA for 8829dda
Browse repository at this point
Add no_hash to query macro and move some queries over
Zoxc
committed
72f8d4e
View commit details
Copy full SHA for 72f8d4e
Browse repository at this point
Allow itertools
Zoxc
committed
b440041
View commit details
Copy full SHA for b440041
Browse repository at this point
Add no_force to query macro and move some queries over
Zoxc
committed
d060e7d
View commit details
Copy full SHA for d060e7d
Browse repository at this point
Add anon to query macro and move a query over
Zoxc
committed
52374a6
View commit details
Copy full SHA for 52374a6
Browse repository at this point
Add eval_always to query macro and move a query over
Zoxc
committed
4d0a1e4
View commit details
Copy full SHA for 4d0a1e4
Browse repository at this point
Fix whitespace
Zoxc
committed
75677c4
View commit details
Copy full SHA for 75677c4
Browse repository at this point
Commits on Mar 21, 2019
Update build instructions in README.md
Show description for 71dfb01
ewk
committed
71dfb01
View commit details
Copy full SHA for 71dfb01
Browse repository at this point
review fixes
Saleem Jaffer
committed
cf2f1bb
View commit details
Copy full SHA for cf2f1bb
Browse repository at this point
Commits on Mar 22, 2019
Expand `impl FromIterator for Option` doc to include example of early termination.
pnkfelix
committed
48af718
View commit details
Copy full SHA for 48af718
Browse repository at this point
Expand `impl FromIterator for Result` doc to include examples of `Err` and early termination.
pnkfelix
committed
d5a61c0
View commit details
Copy full SHA for d5a61c0
Browse repository at this point
add suggestions to trim_{left,right} deprecations
euclio
committed
b34a71b
View commit details
Copy full SHA for b34a71b
Browse repository at this point
Add/rename checked_duration_since tests
faern
committed
37cfeb2
View commit details
Copy full SHA for 37cfeb2
Browse repository at this point
Make duration_since use checked_duration_since
faern
committed
d56b1fd
View commit details
Copy full SHA for d56b1fd
Browse repository at this point
Update sys::time impls to have checked_sub_instant
faern
committed
1ccad16
View commit details
Copy full SHA for 1ccad16
Browse repository at this point
Commits on Mar 23, 2019
Expand suggestions for type ascription parse errors
estebank
committed
8ba1a97
View commit details
Copy full SHA for 8ba1a97
Browse repository at this point
Tweak labels
estebank
committed
b1a6c32
View commit details
Copy full SHA for b1a6c32
Browse repository at this point
Only suggest let assignment for type ascription if we find an equals sign
estebank
committed
72a3089
View commit details
Copy full SHA for 72a3089
Browse repository at this point
Hide "type ascription is experimental error" unless it's the only one
Show description for 81b876b
estebank
committed
81b876b
View commit details
Copy full SHA for 81b876b
Browse repository at this point
Review comment
estebank
committed
44a086e
View commit details
Copy full SHA for 44a086e
Browse repository at this point
Reword type ascription note to reduce verbosity
estebank
committed
d72ef21
View commit details
Copy full SHA for d72ef21
Browse repository at this point
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
committed
752544b
View commit details
Copy full SHA for 752544b
Browse repository at this point
Commits on Mar 24, 2019
code review fixes
Saleem Jaffer
committed
fb93f10
View commit details
Copy full SHA for fb93f10
Browse repository at this point
replace redundant note in deprecation warning
euclio
committed
8d7c2bb
View commit details
Copy full SHA for 8d7c2bb
Browse repository at this point
Commits on Mar 25, 2019
Moves test::black_box to core::hint
Show description for f5d6b3a
gnzlbg
committed
f5d6b3a
View commit details
Copy full SHA for f5d6b3a
Browse repository at this point
Remove dupplicated config
gnzlbg
committed
f244383
View commit details
Copy full SHA for f244383
Browse repository at this point
Update src/libcore/option.rs
Show description for 6315221
killercup
and
pnkfelix
authored
6315221
View commit details
Copy full SHA for 6315221
Browse repository at this point
black_box should inhibit optimizations on platforms without inline assembly
gnzlbg
committed
cfa76c4
View commit details
Copy full SHA for cfa76c4
Browse repository at this point
add missing braces
Show description for 0e83e96
pnkfelix
authored
0e83e96
View commit details
Copy full SHA for 0e83e96
Browse repository at this point
Clarify `{Ord,f32,f64}::clamp` docs a little
Show description for 0bb36a2
tbu-
committed
0bb36a2
View commit details
Copy full SHA for 0bb36a2
Browse repository at this point
black_box should use inline assembly on wasm32
gnzlbg
committed
24db517
View commit details
Copy full SHA for 24db517
Browse repository at this point
Utilize `?` instead of `return None`.
frewsxcv
committed
28c602a
View commit details
Copy full SHA for 28c602a
Browse repository at this point
Commits on Mar 26, 2019
Rollup merge of #59150 - estebank:type-ascription, r=varkor
Show description for 3e7a5fd
Centril
authored
3e7a5fd
View commit details
Copy full SHA for 3e7a5fd
Browse repository at this point
Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk
Show description for 01af178
Centril
authored
01af178
View commit details
Copy full SHA for 01af178
Browse repository at this point
Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler
Show description for e061309
Centril
authored
e061309
View commit details
Copy full SHA for e061309
Browse repository at this point
Rollup merge of #59315 - Zoxc:move-query, r=oli-obk
Show description for 205d20a
Centril
authored
205d20a
View commit details
Copy full SHA for 205d20a
Browse repository at this point
Rollup merge of #59334 - ewk:readme, r=Mark-Simulacrum
Show description for 7b70515
Centril
authored
7b70515
View commit details
Copy full SHA for 7b70515
Browse repository at this point
Rollup merge of #59336 - gnzlbg:hint_black_box, r=alexcrichton
Show description for f9ae15f
Centril
authored
f9ae15f
View commit details
Copy full SHA for f9ae15f
Browse repository at this point
Rollup merge of #59362 - pnkfelix:demo-from-iterator-short-circuiting, r=Centril
Show description for ea51c8b
Centril
authored
ea51c8b
View commit details
Copy full SHA for ea51c8b
Browse repository at this point
Rollup merge of #59372 - euclio:rename-trim, r=rkruppe
Show description for cb15da7
Centril
authored
cb15da7
View commit details
Copy full SHA for cb15da7
Browse repository at this point
Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster
Show description for 8aa161b
Centril
authored
8aa161b
View commit details
Copy full SHA for 8aa161b
Browse repository at this point
Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor
Show description for e5f4755
Centril
authored
e5f4755
View commit details
Copy full SHA for e5f4755
Browse repository at this point
Rollup merge of #59410 - tbu-:pr_doc_clarifyclamp, r=joshtriplett
Show description for 25f3ae9
Centril
authored
25f3ae9
View commit details
Copy full SHA for 25f3ae9
Browse repository at this point
Rollup merge of #59419 - frewsxcv:frewsxcv-qu, r=varkor
Show description for 5059a9a
Centril
authored
5059a9a
View commit details
Copy full SHA for 5059a9a
Browse repository at this point
You can’t perform that action at this time.