Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0dc233f
point to Compiler team docs on Forge
tshepang Sep 6, 2025
1806a82
remove confusing parts of sentence
tshepang Sep 8, 2025
755db7f
sembr
tshepang Sep 8, 2025
cb0e26f
fix markup
tshepang Sep 8, 2025
94da520
readability
tshepang Sep 8, 2025
8c324de
Merge pull request #2585 from rust-lang/tshepang/sembr
tshepang Sep 8, 2025
a5575f8
Fix broken Microsoft URL missing slash
ali90h Sep 8, 2025
808595e
Merge pull request #2586 from ali90h/fix-microsoft-link-broken-url
Noratrieb Sep 8, 2025
096ae06
glossary: add entry for rustbuild
lolbinarycat Jul 22, 2025
196b49a
glossary(rustbuild): reword according to code review
lolbinarycat Sep 10, 2025
82ff002
Add missing documentation for running tests with GCC backend
GuillaumeGomez Sep 10, 2025
76c4d68
Merge pull request #2516 from lolbinarycat/patch-4
tshepang Sep 10, 2025
d8f0842
docs: typetree in autodiff
KMJ-007 May 13, 2025
ff59107
Merge pull request #2385 from KMJ-007/master
ZuseZ4 Sep 11, 2025
d588c11
Restructure the docs
Kobzol Sep 11, 2025
7a4b728
Rename "crashes tests" to "crash tests"
fmease Sep 12, 2025
ddfd47a
Merge pull request #2588 from fmease/to-crash-tests
fmease Sep 12, 2025
ee63b07
Merge pull request #2584 from rust-lang/tshepang-patch-5
Noratrieb Sep 12, 2025
7b0b0bb
Clarify that backtick escaping doesn't work for `@bors try jobs`
Kobzol Sep 15, 2025
001f8e3
Update src/tests/ci.md
Kobzol Sep 15, 2025
3a14fb7
Merge pull request #2589 from Kobzol/ci-bors-backticks
Kobzol Sep 15, 2025
ee496f2
a valid state is achieved by passing the test suite
tshepang Sep 17, 2025
cea82e3
Merge pull request #2591 from rust-lang/tshepang-patch-5
Noratrieb Sep 17, 2025
b17213a
about-this-guide.md: improve a bit
tshepang Sep 17, 2025
66a84ef
Merge pull request #2592 from rust-lang/tshepang-patch-5
tshepang Sep 17, 2025
9819cea
Merge pull request #2587 from GuillaumeGomez/gcc-backend-missing-docs
GuillaumeGomez Sep 18, 2025
72b0291
Merge pull request #2580 from rust-lang/tshepang-patch-2
jieyouxu Sep 19, 2025
d887c57
Correct a misspelling of RUSTC_LOG
cammeresi Sep 21, 2025
a11333a
Merge pull request #2594 from cammeresi/spelling-20250921
tshepang Sep 21, 2025
5658b39
Prepare for merging from rust-lang/rust
invalid-email-address Sep 22, 2025
c3d3074
Merge ref '9f32ccf35fb8' from rust-lang/rust
invalid-email-address Sep 22, 2025
391a2ea
Merge pull request #2595 from rust-lang/rustc-pull
tshepang Sep 22, 2025
62b2bd5
reduce overlong lines
tshepang Sep 22, 2025
45f891d
Merge pull request #2596 from rust-lang/tshepang/sembr
tshepang Sep 22, 2025
1e2594f
various improvements resulting from reading Testing with CI
tshepang Sep 22, 2025
70f3768
Merge pull request #2593 from rust-lang/tshepang/testing-with-ci
tshepang Sep 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Miri, use `MIRI_LOG` instead. You get the idea :)

See the [`tracing`] crate's docs, and specifically the docs for [`debug!`] to
see the full syntax you can use. (Note: unlike the compiler, the [`tracing`]
crate and its examples use the `RUST_LOG` environment variable. rustc, rustdoc,
crate and its examples use the `RUSTC_LOG` environment variable. rustc, rustdoc,
and other tools set custom environment variables.)

**Note that unless you use a very strict filter, the logger will emit a lot of
Expand Down