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
15.9k
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 13 pull requests
- #65548
#65548
Closed
tmandry
wants to merge 34 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-kvfjxt2
tmandry/rust:rollup-kvfjxt2
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Closed
Rollup of 13 pull requests
#65548
tmandry
wants to merge 34 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-kvfjxt2
tmandry/rust:rollup-kvfjxt2
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
Update backtrace to 0.3.40
tmandry
committed
db94656
View commit details
Copy full SHA for db94656
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 cb41fb6
tmandry
authored
cb41fb6
View commit details
Copy full SHA for cb41fb6
Browse repository at this point
Rollup merge of #65201 - tmiasko:no-bindings, r=rkruppe
Show description for d913212
tmandry
authored
d913212
View commit details
Copy full SHA for d913212
Browse repository at this point
Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnison
Show description for a8ae1eb
tmandry
authored
a8ae1eb
View commit details
Copy full SHA for a8ae1eb
Browse repository at this point
Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis
Show description for ce4349e
tmandry
authored
ce4349e
View commit details
Copy full SHA for ce4349e
Browse repository at this point
Rollup merge of #65455 - nnethercote:avoid-unnecessary-TokenTree-to-TokenStream-conversions, r=petrochenkov
Show description for 0a866a3
tmandry
authored
0a866a3
View commit details
Copy full SHA for 0a866a3
Browse repository at this point
Rollup merge of #65472 - Zoxc:sharded-dep-graph-2, r=nikomatsakis
Show description for 7a49208
tmandry
authored
7a49208
View commit details
Copy full SHA for 7a49208
Browse repository at this point
Rollup merge of #65480 - nnethercote:rm-iterate_until_fixed_size, r=nikomatsakis
Show description for 8cb6225
tmandry
authored
8cb6225
View commit details
Copy full SHA for 8cb6225
Browse repository at this point
Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison
Show description for f1d4ce4
tmandry
authored
f1d4ce4
View commit details
Copy full SHA for f1d4ce4
Browse repository at this point
Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAus
Show description for 0c6b6ad
tmandry
authored
0c6b6ad
View commit details
Copy full SHA for 0c6b6ad
Browse repository at this point
Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril
Show description for 570bc27
tmandry
authored
570bc27
View commit details
Copy full SHA for 570bc27
Browse repository at this point
Rollup merge of #65508 - rust-lang:llvm-icebreakers-ping-1, r=simulacrum
Show description for 8ccea93
tmandry
authored
8ccea93
View commit details
Copy full SHA for 8ccea93
Browse repository at this point
Rollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum
Show description for 0e49753
tmandry
authored
0e49753
View commit details
Copy full SHA for 0e49753
Browse repository at this point
Rollup merge of #65531 - tmandry:bump-backtrace, r=cramertj
Show description for 772a8d2
tmandry
authored
772a8d2
View commit details
Copy full SHA for 772a8d2
Browse repository at this point
You can’t perform that action at this time.