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.2k
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
- #65075
#65075
Closed
tmandry
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-dlx6jvg
tmandry/rust:rollup-dlx6jvg
Copy head branch name to clipboard
Conversation
Commits
38
(38)
Checks
Files changed
Closed
Rollup of 12 pull requests
#65075
tmandry
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-dlx6jvg
tmandry/rust:rollup-dlx6jvg
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2019
Stabilize todo macro
Stjepan Glavina
committed
8e3b9d2
View commit details
Copy full SHA for 8e3b9d2
Browse repository at this point
Commits on Sep 4, 2019
Update src/libcore/macros.rs
Show description for 560bf1b
Stjepan Glavina
and
Centril
authored
560bf1b
View commit details
Copy full SHA for 560bf1b
Browse repository at this point
Update macros.rs
Stjepan Glavina
authored
711f673
View commit details
Copy full SHA for 711f673
Browse repository at this point
Commits on Oct 1, 2019
Prevent rustdoc feature to be passed down to doctests
GuillaumeGomez
committed
445e735
View commit details
Copy full SHA for 445e735
Browse repository at this point
Add new rustdoc-ui test to ensuire that rustdoc feature isn't passed down to doctests
GuillaumeGomez
committed
366fdeb
View commit details
Copy full SHA for 366fdeb
Browse repository at this point
Commits on Oct 2, 2019
Replace mentions of IRC with Discord
BO41
committed
2ab7a67
View commit details
Copy full SHA for 2ab7a67
Browse repository at this point
Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr
Show description for a336536
Aaron1011
committed
a336536
View commit details
Copy full SHA for a336536
Browse repository at this point
Commits on Oct 3, 2019
[RFC 2091] Add #[track_caller] attribute.
Show description for a8b2fe0
ayosec
authored and
anp
committed
a8b2fe0
View commit details
Copy full SHA for a8b2fe0
Browse repository at this point
Add visit_projection_elem method to visitors
spastorino
committed
a8d70d1
View commit details
Copy full SHA for a8d70d1
Browse repository at this point
track_caller run-pass test, lint cleanup, PR review.
anp
committed
e9deff0
View commit details
Copy full SHA for e9deff0
Browse repository at this point
track_caller feature gate starts in 1.40.0.
Show description for 1e78d99
anp
and
Centril
authored
1e78d99
View commit details
Copy full SHA for 1e78d99
Browse repository at this point
Deprecate `#![plugin]` and `#[plugin_registrar]`.
Centril
committed
287ceed
View commit details
Copy full SHA for 287ceed
Browse repository at this point
plugin_registrary: use normal deprecation instead of hard coded warning.
Centril
committed
1b8ec97
View commit details
Copy full SHA for 1b8ec97
Browse repository at this point
Mark #![feature(track_caller)] as incomplete.
anp
committed
da86007
View commit details
Copy full SHA for da86007
Browse repository at this point
track_caller error numbers and text.
anp
committed
8ac9104
View commit details
Copy full SHA for 8ac9104
Browse repository at this point
track_caller tests account for incomplete feature warning.
anp
committed
9e301d1
View commit details
Copy full SHA for 9e301d1
Browse repository at this point
--bless ui-fulldeps tests
Centril
committed
d1f95ef
View commit details
Copy full SHA for d1f95ef
Browse repository at this point
proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene
petrochenkov
committed
d1310dc
View commit details
Copy full SHA for d1310dc
Browse repository at this point
add regression test for #60218
nikomatsakis
committed
4396a1c
View commit details
Copy full SHA for 4396a1c
Browse repository at this point
The crux of the bug fix.
Show description for 3a4921c
pnkfelix
committed
3a4921c
View commit details
Copy full SHA for 3a4921c
Browse repository at this point
Allocate a new diagnostic for defaulted type parameters cannot use `Self`
Show description for a18d424
pnkfelix
committed
a18d424
View commit details
Copy full SHA for a18d424
Browse repository at this point
Add long error explanation for E0556
GuillaumeGomez
committed
e86af1b
View commit details
Copy full SHA for e86af1b
Browse repository at this point
update ui tests
GuillaumeGomez
committed
1d49f9a
View commit details
Copy full SHA for 1d49f9a
Browse repository at this point
typo: fix typo in E0392
Show description for 126bf3b
mathstuf
committed
126bf3b
View commit details
Copy full SHA for 126bf3b
Browse repository at this point
Make visit_projection iterative
spastorino
committed
b9ed642
View commit details
Copy full SHA for b9ed642
Browse repository at this point
Regression tests.
Show description for e443e1b
pnkfelix
committed
e443e1b
View commit details
Copy full SHA for e443e1b
Browse repository at this point
Rollup merge of #61879 - stjepang:stabilize-todo, r=withoutboats
Show description for 2d5f4df
tmandry
authored
2d5f4df
View commit details
Copy full SHA for 2d5f4df
Browse repository at this point
Rollup merge of #64675 - Centril:deprecate-plugin, r=oli-obk
Show description for ae41bcd
tmandry
authored
ae41bcd
View commit details
Copy full SHA for ae41bcd
Browse repository at this point
Rollup merge of #64690 - petrochenkov:mixed, r=dtolnay
Show description for a647b74
tmandry
authored
a647b74
View commit details
Copy full SHA for a647b74
Browse repository at this point
Rollup merge of #64706 - nikomatsakis:issue-60218-test-case, r=centril
Show description for b6d8169
tmandry
authored
b6d8169
View commit details
Copy full SHA for b6d8169
Browse repository at this point
Rollup merge of #64741 - GuillaumeGomez:prevent-rustdoc-feature-doctests, r=QuietMisdreavus
Show description for cd0028e
tmandry
authored
cd0028e
View commit details
Copy full SHA for cd0028e
Browse repository at this point
Rollup merge of #64842 - pnkfelix:fix-issue-61631-self-in-type-param-default, r=alexreg
Show description for 4cc2872
tmandry
authored
4cc2872
View commit details
Copy full SHA for 4cc2872
Browse repository at this point
Rollup merge of #65004 - BO41:mentions, r=alexcrichton
Show description for 51dd307
tmandry
authored
51dd307
View commit details
Copy full SHA for 51dd307
Browse repository at this point
Rollup merge of #65018 - Aaron1011:fix/backtrace-stderr, r=nikomatsakis
Show description for 772f689
tmandry
authored
772f689
View commit details
Copy full SHA for 772f689
Browse repository at this point
Rollup merge of #65037 - anp:track-caller, r=oli-obk
Show description for 6d6a3fb
tmandry
authored
6d6a3fb
View commit details
Copy full SHA for 6d6a3fb
Browse repository at this point
Rollup merge of #65055 - GuillaumeGomez:long-err-explanation-E0556, r=petrochenkov
Show description for c086b9f
tmandry
authored
c086b9f
View commit details
Copy full SHA for c086b9f
Browse repository at this point
Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk
Show description for a9244f7
tmandry
authored
a9244f7
View commit details
Copy full SHA for a9244f7
Browse repository at this point
Rollup merge of #65057 - mathstuf:fix-warning-typo, r=Centril
Show description for 5264e69
tmandry
authored
5264e69
View commit details
Copy full SHA for 5264e69
Browse repository at this point
You can’t perform that action at this time.