-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a dynamic environment for PR jobs
- Loading branch information
Showing
15 changed files
with
82 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule backtrace
updated
10 files
+2 −3 | .github/workflows/check-binary-size.yml | |
+5 −14 | .github/workflows/main.yml | |
+8 −1 | Cargo.lock | |
+8 −8 | Cargo.toml | |
+20 −33 | src/backtrace/dbghelp64.rs | |
+49 −0 | src/capture.rs | |
+2 −0 | src/lib.rs | |
+1 −8 | src/symbolize/dbghelp.rs | |
+5 −2 | src/symbolize/gimli.rs | |
+12 −0 | tests/smoke.rs |
Submodule stdarch
updated
5 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule book
updated
28 files
Submodule edition-guide
updated
3 files
+0 −2 | book.toml | |
+1 −1 | src/editions/advanced-migrations.md | |
+61 −35 | src/editions/index.md |
Submodule reference
updated
4 files
+1 −4 | src/attributes.md | |
+0 −70 | src/attributes/diagnostics.md | |
+2 −2 | src/procedural-macros.md | |
+2 −2 | src/type-layout.md |
Submodule rustc-dev-guide
updated
26 files
+6 −0 | .github/workflows/ci.yml | |
+19 −0 | README.md | |
+43 −0 | ci/lengthcheck.sh | |
+1 −7 | src/SUMMARY.md | |
+1 −1 | src/appendix/glossary.md | |
+1 −1 | src/backend/debugging.md | |
+1 −1 | src/backend/libs-and-metadata.md | |
+0 −264 | src/borrow_check/opaque-types-region-inference-restrictions.md | |
+4 −4 | src/building/bootstrapping/what-bootstrapping-does.md | |
+0 −5 | src/building/how-to-build-and-run.md | |
+0 −64 | src/building/quickstart.md | |
+1 −1 | src/building/suggested.md | |
+1 −1 | src/compiler-src.md | |
+3 −3 | src/contributing.md | |
+1 −1 | src/git.md | |
+1 −1 | src/overview.md | |
+69 −0 | src/param_env.md | |
+0 −44 | src/param_env/param_env_acquisition.md | |
+0 −83 | src/param_env/param_env_construction_internals.md | |
+0 −18 | src/param_env/param_env_summary.md | |
+0 −60 | src/param_env/param_env_what_is_it.md | |
+36 −148 | src/rustdoc-internals/search.md | |
+1 −1 | src/solve/invariants.md | |
+1 −9 | src/tests/compiletest.md | |
+0 −1 | src/tests/headers.md | |
+1 −1 | src/what-does-early-late-bound-mean.md |
Submodule llvm-project
updated
82 files