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 12 pull requests
- #65550
#65550
Closed
tmandry
wants to merge 32 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-ft7n1b3
tmandry/rust:rollup-ft7n1b3
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Closed
Rollup of 12 pull requests
#65550
tmandry
wants to merge 32 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-ft7n1b3
tmandry/rust:rollup-ft7n1b3
Copy head branch name to clipboard
Commits
Commits on Sep 30, 2019
Document JSON message output.
ehuss
committed
f04ea6c
View commit details
Copy full SHA for f04ea6c
Browse repository at this point
Commits on Oct 8, 2019
Disable Go and OCaml bindings when building LLVM
Show description for 3b0fd82
tmiasko
committed
3b0fd82
View commit details
Copy full SHA for 3b0fd82
Browse repository at this point
Commits on Oct 14, 2019
Add more coherence tests
weiznich
committed
77f0aaf
View commit details
Copy full SHA for 77f0aaf
Browse repository at this point
Commits on Oct 16, 2019
Use a `BitSet` in `LexicalResolver::iterate_until_fixed_point()`.
Show description for 70b136d
nnethercote
committed
70b136d
View commit details
Copy full SHA for 70b136d
Browse repository at this point
Inline and remove `iterate_until_fixed_point()`.
Show description for d51fee0
nnethercote
committed
d51fee0
View commit details
Copy full SHA for d51fee0
Browse repository at this point
Commits on Oct 17, 2019
Use a sharded dep node to dep node index map
Zoxc
committed
42c0236
View commit details
Copy full SHA for 42c0236
Browse repository at this point
Add long error explanation for E0575
GuillaumeGomez
committed
d1db077
View commit details
Copy full SHA for d1db077
Browse repository at this point
Update ui tests
GuillaumeGomez
committed
21d9258
View commit details
Copy full SHA for 21d9258
Browse repository at this point
properly document panics in div_euclid and rem_euclid
tspiteri
committed
83e97c6
View commit details
Copy full SHA for 83e97c6
Browse repository at this point
Add long error explanation for E0584
GuillaumeGomez
committed
4cd9276
View commit details
Copy full SHA for 4cd9276
Browse repository at this point
Update ui tests
GuillaumeGomez
committed
f647c06
View commit details
Copy full SHA for f647c06
Browse repository at this point
Plugins deprecation: don’t suggest simply removing the attribute
Show description for 71b0049
SimonSapin
committed
71b0049
View commit details
Copy full SHA for 71b0049
Browse repository at this point
add option to ping llvm ice-breakers to triagebot
nikomatsakis
authored
a4d9492
View commit details
Copy full SHA for a4d9492
Browse repository at this point
reorder fmt docs for more clarity
RalfJung
committed
4e6efe4
View commit details
Copy full SHA for 4e6efe4
Browse repository at this point
Update triagebot.toml
Show description for 5487994
nikomatsakis
and
Mark-Simulacrum
authored
5487994
View commit details
Copy full SHA for 5487994
Browse repository at this point
example for padding any format
RalfJung
committed
c0b7e76
View commit details
Copy full SHA for c0b7e76
Browse repository at this point
Commits on Oct 18, 2019
Remove two no-op `into()` calls.
nnethercote
committed
d0eaf60
View commit details
Copy full SHA for d0eaf60
Browse repository at this point
Make `TokenStream::from_iter` less general and more efficient.
Show description for a6eef29
nnethercote
committed
a6eef29
View commit details
Copy full SHA for a6eef29
Browse repository at this point
Change `Lit::tokens()` to `Lit::token_tree()`.
Show description for 212ae58
nnethercote
committed
212ae58
View commit details
Copy full SHA for 212ae58
Browse repository at this point
Change `MetaItem::tokens()` to `MetaItem::token_trees_and_joints()`.
Show description for e4ec4a6
nnethercote
committed
e4ec4a6
View commit details
Copy full SHA for e4ec4a6
Browse repository at this point
Rollup merge of #64925 - ehuss:document-json, r=Mark-Simulacrum
Show description for 2d536c0
tmandry
authored
2d536c0
View commit details
Copy full SHA for 2d536c0
Browse repository at this point
Rollup merge of #65201 - tmiasko:no-bindings, r=rkruppe
Show description for 2e23a16
tmandry
authored
2e23a16
View commit details
Copy full SHA for 2e23a16
Browse repository at this point
Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnison
Show description for cdaa16d
tmandry
authored
cdaa16d
View commit details
Copy full SHA for cdaa16d
Browse repository at this point
Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis
Show description for 84b49ee
tmandry
authored
84b49ee
View commit details
Copy full SHA for 84b49ee
Browse repository at this point
Rollup merge of #65455 - nnethercote:avoid-unnecessary-TokenTree-to-TokenStream-conversions, r=petrochenkov
Show description for 49b5f0a
tmandry
authored
49b5f0a
View commit details
Copy full SHA for 49b5f0a
Browse repository at this point
Rollup merge of #65472 - Zoxc:sharded-dep-graph-2, r=nikomatsakis
Show description for acb52ab
tmandry
authored
acb52ab
View commit details
Copy full SHA for acb52ab
Browse repository at this point
Rollup merge of #65480 - nnethercote:rm-iterate_until_fixed_size, r=nikomatsakis
Show description for 7cc5c5a
tmandry
authored
7cc5c5a
View commit details
Copy full SHA for 7cc5c5a
Browse repository at this point
Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison
Show description for c203b1e
tmandry
authored
c203b1e
View commit details
Copy full SHA for c203b1e
Browse repository at this point
Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAus
Show description for 554d46f
tmandry
authored
554d46f
View commit details
Copy full SHA for 554d46f
Browse repository at this point
Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril
Show description for 5289625
tmandry
authored
5289625
View commit details
Copy full SHA for 5289625
Browse repository at this point
Rollup merge of #65508 - rust-lang:llvm-icebreakers-ping-1, r=simulacrum
Show description for f1ab6f3
tmandry
authored
f1ab6f3
View commit details
Copy full SHA for f1ab6f3
Browse repository at this point
Rollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum
Show description for 624d2ce
tmandry
authored
624d2ce
View commit details
Copy full SHA for 624d2ce
Browse repository at this point
You can’t perform that action at this time.