Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 1d5252e

Browse files
committed
1.82.0-nightly (8e86c95 2024-08-01) (#6)
1 parent 3c5f0ec commit 1d5252e

14,603 files changed

Lines changed: 372994 additions & 204065 deletions

File tree

Some content is hidden

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

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BasedOnStyle: LLVM

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 12 additions & 0 deletions
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 -->

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ build/
5050
/src/tools/x/target
5151
# Created by default with `src/ci/docker/run.sh`
5252
/obj/
53+
/rustc-ice*
5354

5455
## Temporary files
5556
*~

.gitmodules

Lines changed: 5 additions & 1 deletion
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.0-2024-02-13
36+
branch = rustc/19.1-2024-07-30
3737
shallow = true
3838
[submodule "src/doc/embedded-book"]
3939
path = src/doc/embedded-book
@@ -43,3 +43,7 @@
4343
path = library/backtrace
4444
url = https://github.com/rust-lang/backtrace-rs.git
4545
shallow = true
46+
[submodule "src/tools/rustc-perf"]
47+
path = src/tools/rustc-perf
48+
url = https://github.com/rust-lang/rustc-perf.git
49+
shallow = true

.ignore

Lines changed: 2 additions & 0 deletions
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

.mailmap

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ Joseph T. Lyons <JosephTLyons@gmail.com> <JosephTLyons@users.noreply.github.com>
307307
Josh Cotton <jcotton42@outlook.com>
308308
Josh Driver <keeperofdakeys@gmail.com>
309309
Josh Holmer <jholmer.in@gmail.com>
310+
Josh Stone <cuviper@gmail.com> <jistone@redhat.com>
311+
Josh Stone <cuviper@gmail.com> <jistone@fedoraproject.org>
310312
Julian Knodt <julianknodt@gmail.com>
311313
jumbatm <jumbatm@gmail.com> <30644300+jumbatm@users.noreply.github.com>
312314
Junyoung Cho <june0.cho@samsung.com>
@@ -377,6 +379,7 @@ Markus Westerlind <marwes91@gmail.com> Markus <marwes91@gmail.com>
377379
Martin Carton <cartonmartin+git@gmail.com>
378380
Martin Habovštiak <martin.habovstiak@gmail.com>
379381
Martin Hafskjold Thoresen <martinhath@gmail.com>
382+
Martin Nordholts <martin.nordholts@codetale.se> <enselic@gmail.com>
380383
Matej Lach <matej.lach@gmail.com> Matej Ľach <matej.lach@gmail.com>
381384
Mateusz Mikuła <mati865@gmail.com>
382385
Mateusz Mikuła <mati865@gmail.com> <mati865@users.noreply.github.com>
@@ -432,7 +435,7 @@ Nick Platt <platt.nicholas@gmail.com>
432435
Niclas Schwarzlose <15schnic@gmail.com>
433436
Nicolas Abram <abramlujan@gmail.com>
434437
Nicole Mazzuca <npmazzuca@gmail.com>
435-
Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> nils <48135649+Nilstrieb@users.noreply.github.com>
438+
Noratrieb <48135649+Noratrieb@users.noreply.github.com> <48135649+Nilstrieb@users.noreply.github.com>
436439
Nif Ward <nif.ward@gmail.com>
437440
Nika Layzell <nika@thelayzells.com> <michael@thelayzells.com>
438441
NODA Kai <nodakai@gmail.com>
@@ -474,7 +477,8 @@ Philipp Matthias Schäfer <philipp.matthias.schaefer@posteo.de>
474477
phosphorus <steepout@qq.com>
475478
Pierre Krieger <pierre.krieger1708@gmail.com>
476479
pierwill <pierwill@users.noreply.github.com> <19642016+pierwill@users.noreply.github.com>
477-
Pietro Albini <pietro@pietroalbini.org> <pietro@pietroalbini.io> <pietro.albini@ferrous-systems.com>
480+
Pietro Albini <pietro@pietroalbini.org> <pietro@pietroalbini.io>
481+
Pietro Albini <pietro@pietroalbini.org> <pietro.albini@ferrous-systems.com>
478482
Pradyumna Rahul <prkinformed@gmail.com>
479483
Przemysław Wesołek <jest@go.art.pl> Przemek Wesołek <jest@go.art.pl>
480484
r00ster <r00ster91@protonmail.com>
@@ -543,6 +547,7 @@ Takashi Idobe <idobetakashi@gmail.com>
543547
Takayuki Maeda <takoyaki0316@gmail.com>
544548
Tamir Duberstein <tamird@gmail.com> Tamir Duberstein <tamird@squareup.com>
545549
Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
550+
Tau Gärtli <git@tau.garden> <ruben.schmidmeister@icloud.com>
546551
Tero Hänninen <lgvz@users.noreply.github.com> Tero Hänninen <tejohann@kapsi.fi>
547552
The8472 <git@infinite-source.de>
548553
Theo Belaire <theo.belaire@gmail.com> Theo Belaire <tyr.god.of.war.42@gmail.com>

.reuse/dep5

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)