Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 2 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
9aa572d
use consistent title capitalization
tshepang May 22, 2025
a4c8ef9
Adjust some doc for Query System
xizheyin Jun 13, 2025
067a99b
install docs for each target in different directory
Forist2034 Jun 13, 2025
94d56d1
Merge pull request #2441 from rust-lang/tshepang-remove-title-case
tshepang Jun 14, 2025
9265493
Merge pull request #2465 from xizheyin/rustc-query
tshepang Jun 14, 2025
a70deb6
content has moved to another chapter
tshepang Jun 14, 2025
9926215
Merge pull request #2466 from rust-lang/tshepang-moved
tshepang Jun 14, 2025
0834e48
use sentence case
tshepang Jun 14, 2025
a3f261c
Merge pull request #2467 from rust-lang/tshepang-patch-1
tshepang Jun 14, 2025
820e88a
title case
tshepang Jun 14, 2025
21a1e51
do not inline links
tshepang Jun 14, 2025
d16e1a1
Merge pull request #2468 from rust-lang/query-cleaning
tshepang Jun 14, 2025
808d16c
Use stage 1 for building docs
Darksonn Jun 16, 2025
3edb332
Merge pull request #2471 from Darksonn/patch-1
Noratrieb Jun 16, 2025
1dbf86a
Remove hanging parenthesis from example signature.
cbloodsworth Jun 16, 2025
02334e1
Merge pull request #2472 from cbloodsworth/fix/tytable_parens
BoxyUwU Jun 16, 2025
8bc55da
Profiling with perf: specify the section of bootstrap settings.
lolbinarycat Jun 17, 2025
671817f
Merge pull request #2475 from lolbinarycat/patch-3
Noratrieb Jun 17, 2025
d96b2d4
Stub chapter and consolidate under `/hir/`
BoxyUwU Jun 6, 2025
42888bb
Write chapter on Unambig vs Ambig Types/Consts
BoxyUwU Jun 17, 2025
c1506c0
Add links
BoxyUwU Jun 17, 2025
39e9800
Reviews
BoxyUwU Jun 18, 2025
6c7830e
Merge pull request #2474 from BoxyUwU/ambig_unambig_ty_consts
BoxyUwU Jun 18, 2025
4145596
fix markup
tshepang Jun 18, 2025
79652d9
Merge pull request #2476 from rust-lang/tshepang-patch-1
tshepang Jun 18, 2025
0a185e4
initial instructions for gpu offload
ZuseZ4 Jun 2, 2025
f25cfe8
Merge pull request #2447 from rust-lang/offload-docs
ZuseZ4 Jun 19, 2025
48b36ee
Preparing for merge from rustc
invalid-email-address Jun 19, 2025
d854d56
Merge from rustc
invalid-email-address Jun 19, 2025
8c28161
Add `get_host_target` function
Kobzol Jun 17, 2025
21d21d5
Normalize host target in snapshot tests
Kobzol Jun 17, 2025
718e475
Clarify arrow in snapshot tests
Kobzol Jun 18, 2025
eefd598
correct template for `#[align]`
folkertdev Jun 19, 2025
aca0688
De-dup common code from `ExternalCrate` methods
yotamofek Jun 19, 2025
6ad42bf
Merge pull request #2477 from rust-lang/rustc-pull
tshepang Jun 19, 2025
dfaa622
add issue template for rustdoc
lolbinarycat Jun 19, 2025
240dc05
Add a mailmap entry for y21
tgross35 Jun 19, 2025
fca6e81
Make sure to rebuild rustdoc if `src/rustdoc-json-types` is changed
jieyouxu Jun 19, 2025
42b0201
Fix `tests/ui/asm/naked-invalid-attr.stderr`.
nnethercote May 27, 2025
4a1f445
Use a symbol for `ExpansionConfig::crate_name`.
nnethercote May 29, 2025
1edf201
Avoid some unnecessary symbol interning.
nnethercote May 29, 2025
b95d39d
Remove an unnecessary check in rustfmt.
nnethercote May 27, 2025
75bcc9c
remove equivalent new method on context
jdonszelmann Jun 19, 2025
d475e10
Add temporary directory for executing snapshot tests
Kobzol Jun 20, 2025
88f1ed4
Convert `ilog(10)` to `ilog10()`
ChaiTRex Jun 20, 2025
aae966e
Rollup merge of #142478 - Forist2034:master, r=clubby789
Kobzol Jun 20, 2025
044b499
Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxu
Kobzol Jun 20, 2025
480ea7e
Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszel…
Kobzol Jun 20, 2025
99b850e
Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=G…
Kobzol Jun 20, 2025
b638bec
Rollup merge of #142736 - lolbinarycat:rustdoc-issue-template, r=Guil…
Kobzol Jun 20, 2025
3a676cc
Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxu
Kobzol Jun 20, 2025
509d289
Rollup merge of #142744 - tgross35:y21-mailmap, r=y21
Kobzol Jun 20, 2025
833efa1
Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=Kobzol
Kobzol Jun 20, 2025
8b8255b
Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubilee
Kobzol Jun 20, 2025
4c899b2
Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov
Kobzol Jun 20, 2025
7cb6acc
Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=t…
Kobzol Jun 20, 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
4 changes: 2 additions & 2 deletions src/doc/rustc-dev-guide/src/profiling/with_perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
- Get a clean checkout of rust-lang/master, or whatever it is you want
to profile.
- Set the following settings in your `bootstrap.toml`:
- `debuginfo-level = 1` - enables line debuginfo
- `jemalloc = false` - lets you do memory use profiling with valgrind
- `rust.debuginfo-level = 1` - enables line debuginfo
- `rust.jemalloc = false` - lets you do memory use profiling with valgrind
- leave everything else the defaults
- Run `./x build` to get a full build
- Make a rustup toolchain pointing to that result
Expand Down