Skip to content

Commit 0f147d8

Browse files
authored
Merge branch 'rust-lang:master' into master
2 parents b01662d + 3139ff0 commit 0f147d8

File tree

14,367 files changed

+378729
-213684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

14,367 files changed

+378729
-213684
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BasedOnStyle: LLVM

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ b2d2184edea578109a48ec3d8decbee5948e8f35
2323
# test directives migration
2424
6e48b96692d63a79a14563f27fe5185f122434f8
2525
ec2cc761bc7067712ecc7734502f703fe3b024c8
26+
# format use declarations
27+
84ac80f1921afc243d71fd0caaa4f2838c294102

.github/ISSUE_TEMPLATE/tracking_issue.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Tracking issues are used to record the overall progress of implementation.
2828
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
2929
A tracking issue is however *not* meant for large scale discussion, questions, or bug reports about a feature.
3030
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
31+
Discussion comments will get marked as off-topic or deleted.
32+
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
3133

3234
### Steps
3335
<!--

.github/pull_request_template.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- homu-ignore:start -->
2+
<!--
3+
If this PR is related to an unstable feature or an otherwise tracked effort,
4+
please link to the relevant tracking issue here. If you don't know of a related
5+
tracking issue or there are none, feel free to ignore this.
6+
7+
This PR will get automatically assigned to a reviewer. In case you would like
8+
a specific user to review your work, you can assign it to them by using
9+
10+
r​? <reviewer name>
11+
-->
12+
<!-- homu-ignore:end -->

0 commit comments

Comments
 (0)