Skip to content

Commit a3d6efc

Browse files
committed
Auto merge of #17581 - lnicola:sync-from-rust, r=lnicola
minor: Sync from rust
2 parents 45609a9 + 62bbce2 commit a3d6efc

File tree

3,815 files changed

+71733
-36975
lines changed

Some content is hidden

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

3,815 files changed

+71733
-36975
lines changed

.clang-format

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

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ build/
5050
/target
5151
/src/bootstrap/target
5252
/src/tools/x/target
53+
/inc-fat/
5354
# Created by default with `src/ci/docker/run.sh`
5455
/obj/
5556
/rustc-ice*

.ignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Make vscode *not* count `config.toml` as ignored, so it is included in search
2+
!/config.toml

.reuse/dep5

+2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ Files: compiler/*
2929
x
3030
x.ps1
3131
x.py
32+
.clang-format
3233
.editorconfig
3334
.git-blame-ignore-revs
3435
.gitattributes
3536
.gitignore
3637
.gitmodules
3738
.mailmap
39+
.ignore
3840
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
3941
License: MIT or Apache-2.0
4042

0 commit comments

Comments
 (0)