Skip to content

Commit 48e783f

Browse files
authored
Merge branch 'rust-lang:master' into pre-rfc
2 parents 3ee3734 + 9bad7ba commit 48e783f

File tree

1,930 files changed

+36288
-18451
lines changed

Some content is hidden

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

1,930 files changed

+36288
-18451
lines changed

.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

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ build/
4848
/dist/
4949
/unicode-downloads
5050
/target
51+
/library/target
5152
/src/bootstrap/target
5253
/src/tools/x/target
5354
# Created by default with `src/ci/docker/run.sh`

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
[submodule "src/llvm-project"]
3434
path = src/llvm-project
3535
url = https://github.com/rust-lang/llvm-project.git
36-
branch = rustc/18.1-2024-05-19
36+
branch = rustc/19.1-2024-07-30
3737
shallow = true
3838
[submodule "src/doc/embedded-book"]
3939
path = src/doc/embedded-book

0 commit comments

Comments
 (0)