Skip to content
Closed

Update #2193

Changes from all commits
Commits
Show all changes
2569 commits
Select commit Hold shift + click to select a range
43f38ca
Change location in guide
BoxyUwU Apr 1, 2024
a8dac40
reviews
BoxyUwU Apr 1, 2024
3c8a965
Reorganise into subchapters and explain `Reveal`
BoxyUwU Apr 1, 2024
af587b6
Fix some broken links
BoxyUwU Apr 1, 2024
ef09509
Replace -Zno-parallel-llvm with -Zno-parallel-backend
TimNN Apr 3, 2024
4065bd5
Fix some broken links under bootstrapping. (#1958)
pmundkur Apr 6, 2024
522ca9b
Add needs-threads header command (#1943)
ehuss Apr 6, 2024
4f4e8ee
Add basic docs for the new `aux-bin` header (#1942)
Enselic Apr 6, 2024
c56637d
Add docs for sharded descriptions
notriddle Apr 6, 2024
1b1b3b4
Explicitly mention compiletest directives are supported in rmake.rs (…
jieyouxu Apr 6, 2024
43f390b
compiletest: specify which special env var and which particular CI jo…
jieyouxu Apr 8, 2024
2dd7489
chore: fix some typos in conments
needsure Apr 9, 2024
75c164f
compiletest: clarify that headers must be one header per line
jieyouxu Apr 10, 2024
34aaf19
Add a note about checks with multiple revisions (#1963)
tgross35 Apr 13, 2024
588fd8f
typo traige->triage
correabuscar Apr 28, 2024
cbd0980
Rename `-Z verbose` to `-Z verbose-internals`
ohno418 Apr 30, 2024
dff746f
Update CI documentation to avoid mentioning `expand-yaml-anchors`
Kobzol Apr 30, 2024
4874368
Add an example how to add a job to PR CI
Kobzol May 2, 2024
b07fb95
Add Apple notification group (#1964)
madsmtm May 5, 2024
f4c400c
Add documentation for check-cfg by-default in UI tests
Urgau Apr 24, 2024
d0cd4f5
Improve FALSE sentence
Urgau Apr 25, 2024
4f5d764
Edit `Parameter Environments`'s url as it has been edited in #1953
surechen May 9, 2024
0bfce79
Update the rustc_interface examples for current rustc (#1974)
mattheww May 10, 2024
34b055b
Link to lint L-* labels
jieyouxu May 13, 2024
8b88776
Toc here is overkill
oriongonza May 14, 2024
43e0bca
Add note about how to pick up abandoned PRs
Kobzol May 14, 2024
27f021b
Fix broken link
gstjepan2 May 15, 2024
4ab2667
Fix broken link to "Lowering"
DavidArchibald May 16, 2024
f2754a4
add a high level explanation, and remove a disclaimer (#1982)
BoxyUwU May 17, 2024
e5c5899
fix some typos
surechen May 21, 2024
b9e2e86
Add Rust for Linux notification group entry
Kobzol May 21, 2024
1f915f1
sync the stage0 filename
onur-ozkan May 15, 2024
fa325b1
Introduce chapter for defining generic parameters
BoxyUwU May 27, 2024
89536d8
Rewrite the "representing types" section to be more comprehensive
BoxyUwU May 27, 2024
43eaf6d
Reviews
BoxyUwU May 31, 2024
06a3f3b
should use `&` to load completions for PowerShell (#1978)
hycinth22 Jun 4, 2024
c62f870
Fix dead links (#1988)
hycinth22 Jun 4, 2024
62990d0
Document the `//@ unused-revision-names:` test header (#1991)
Zalathar Jun 8, 2024
f369e78
Add run-make port initiative to the Recurring work section (#1992)
Kobzol Jun 9, 2024
8e290bc
Mention `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` in `needs-llvm-comp…
erikdesjardins Jun 10, 2024
cf49c91
run-make: add tip about quick-compile with stage0 rustc
jieyouxu Jun 10, 2024
93acb2d
Add {{target}} to header substitutions
Veykril Jun 12, 2024
c2eb556
Compiletest docs for recently-added features (#1994)
Zalathar Jun 12, 2024
265c59a
Rewrite CI documentation
Kobzol May 6, 2024
f3618f3
tell about `STAGE0_MISSING_TARGETS` for new targets
onur-ozkan Jun 15, 2024
38b6a5c
docs: mention RUSTC_ICE=0 to suppress ICE file
jieyouxu Jun 18, 2024
de583d2
Fix note about compiletest header `rustfix-only-machine-applicable` (…
fmease Jun 18, 2024
e69bb74
docs: document hard-resetting submodules
jieyouxu Jun 19, 2024
f2000b8
Document inert vs active attributes (#1110)
Aaron1011 Jun 23, 2024
079c8d4
Rename `wasm32-wasi` to `wasm32-wasip1`
yoshuawuyts Apr 21, 2023
46dc1c7
tests/headers: document `needs-symlink` (#2001)
jieyouxu Jun 24, 2024
b97fd6c
tests: document how to run `run-make` on Windows (#2002)
jieyouxu Jun 24, 2024
3f1e015
provide `libstdc++.so.6` through `LD_LIBRARY_PATH`
dianqk Jun 19, 2024
a8837a5
Add docs for building Fuchsia locally and in CI (#1989)
tmandry Jun 28, 2024
304f99d
Add Rust for Linux integration tests documentation
Kobzol Jun 30, 2024
8d3431a
Add link to integration tests list
Kobzol Jun 30, 2024
194f5fe
Update new target check-cfg instructions
Urgau Jul 1, 2024
625c6a9
Update name of Fuchsia builder (#2008)
tmandry Jul 1, 2024
722e253
Fix grammar issue in optimize-build.md (#2009)
arjunUpatel Jul 2, 2024
06ca6d1
use "bootstrap" instead of "rustbuild"
onur-ozkan Jul 6, 2024
04ffdc2
Fix typo: lists -> lints (#2011)
camelid Jul 8, 2024
90b02a9
Bump chrono
camelid Jul 8, 2024
ebcd5e6
Fix chrono deprecations
camelid Jul 8, 2024
d3f43d3
Bump all other deps
camelid Jul 8, 2024
2f8dd37
Improve doc of MIR queries & passes
Jaic1 Aug 16, 2022
bd44a17
Typo in src/mir/passes.md
Jaic1 Aug 22, 2022
03dfd90
refine mir passes doc
Jaic1 Jun 30, 2024
2006cc8
Update adding.md (#2016)
10takla Jul 19, 2024
4ee24c9
MIR docs: fix borked links and update style
marxin Jul 23, 2024
b488432
fix link
lcnr Jul 24, 2024
fb1d8b8
linkcheck: fix reported broken links (part 1) (#2022)
marxin Jul 24, 2024
0431773
Fix invalid link to toolstate documentation (#2021)
Kobzol Jul 24, 2024
47b7273
Fix broken links in `llvm-coverage-instrumentation.md` (#2027)
Zalathar Jul 26, 2024
ab06b10
typo (#2029)
tshepang Jul 26, 2024
9a13c75
linkcheck: fix reported broken links (part 2) (#2024)
marxin Jul 27, 2024
e6d8737
chore: fix some comments
riyueguang Jul 26, 2024
f8fae75
linkcheck: fix filtering of the source files (#2019)
marxin Aug 3, 2024
91f2d11
Correct rust code block in *Dataflow Analysis*
xFrednet Aug 5, 2024
bacd3c5
Review comments <3
xFrednet Aug 6, 2024
7d52298
Disable linkcheck in PRs until bugs are fixed
camelid Aug 6, 2024
c156104
Added 'the' in chapter "Running test" subtitle "Run unit tests on the…
GabrieleC07 Aug 8, 2024
9c42760
Update LLVM docs (#2039)
nikic Aug 12, 2024
be6899e
fix typo (#2043)
FlashWhite Aug 19, 2024
d196a77
Replace direct http links to rustc-dev-guide.rust-lang.org to relativ…
pmundkur Aug 21, 2024
80c0794
missing char (#2047)
tshepang Aug 22, 2024
27bca44
Explain the internal `#[rustc_*]` TEST attributes used for debugging …
fmease Aug 23, 2024
3f3aabc
Update `stabilization_guide.md` (#2034)
folkertdev Aug 23, 2024
45e3b9d
Fix x.py reference
dkm Aug 26, 2024
7a37519
clarify the role of rustc_const_unstable
RalfJung Aug 22, 2024
1239ad3
add section on overlap checks (#2042)
jdonszelmann Sep 6, 2024
4e0755f
improve query system documentation (#2041)
jdonszelmann Sep 6, 2024
9dea4cf
fix typo maker -> marker (thanks @lholten)
jdonszelmann Sep 8, 2024
5b39f12
fixed the typo (#2058)
ibilalkayy Sep 8, 2024
a8f2415
fix/improve rdg contributing howto (#2056)
tshepang Sep 8, 2024
e22d05a
link to additional LLVM update PRs (#2055)
tshepang Sep 8, 2024
33c8ae5
Fix a link and create an implied internal link (#2051)
pmundkur Sep 8, 2024
e012229
fix some comments (#2059)
cuishuang Sep 9, 2024
3d59d4f
Fix Typo and Remove Outdated Line About C Variadics
veera-sivarajan Sep 10, 2024
3525f6f
we standardized on this more reliable command (#2061)
tshepang Sep 10, 2024
c83a18c
Reflect `x.py test`'s `--rustc-args` option being renamed to `--compi…
dianne Sep 12, 2024
953292a
Add docs for JS tests
notriddle Aug 23, 2024
305fbac
Minor wording improvements
notriddle Aug 23, 2024
6bf7f54
Clean up misleading language
notriddle Aug 23, 2024
a233a7d
Update src/rustdoc-internals/search.md
notriddle Aug 23, 2024
41b9c6c
Specify, more explicitly, the default behavior
notriddle Aug 23, 2024
33731b7
Further clarification
notriddle Aug 24, 2024
acee479
update proof tree chapter (#2054)
lcnr Sep 17, 2024
d6c5ed5
Fix conditions lowering text for enums with no fields (#2066)
spastorino Sep 18, 2024
d802269
Remove chalk is owned by WG-traits
spastorino Sep 18, 2024
db6f8ad
Emphasize how to run a single tool test (#2070)
adwinwhite Sep 20, 2024
0810cd3
Edit a sentence for clarity (#2071)
joculatrix Sep 23, 2024
8d9a7a8
Add advice about submitting potentially hard-to-review PRs (#2036)
jieyouxu Sep 23, 2024
5d8ddf9
fix broken links (#2063)
max-heller Sep 23, 2024
baf5c02
Add remark on required free disk space (#2073)
jieyouxu Sep 23, 2024
a66f8b1
chore: add missing `.` (#2074)
marcoieni Sep 23, 2024
6e8fc18
Note lldb debuginfo requires `python310.dll` to be present in `PATH`
jieyouxu Sep 24, 2024
e3451dc
Describe `.git-blame-ignore-rev`
jieyouxu Sep 23, 2024
c852d1c
Document `#[rustc_default_body_unstable]`
dianne Sep 17, 2024
06f9ccf
Fix getting diagnostics example
Sep 18, 2024
d871e70
Document `crashes` test suite
jieyouxu Sep 24, 2024
15da3b9
Update src/tests/compiletest.md
Noratrieb Sep 24, 2024
f56b9b0
Revise wording to not imply *only* Python 3.10 can be installed
jieyouxu Sep 24, 2024
4040f38
Fix `is_diagnostic_item()` example
trevyn Jul 13, 2024
a1c3709
mention rustc's stable-through-unstable bug being fixed
dianne Sep 17, 2024
cd32af3
feat: Add section about partial clones with `git clone --filter='blob…
futile Aug 4, 2024
1cbd715
Update name-resolution.md
Tbkhi Mar 11, 2024
8b9408e
Update name-resolution.md
Tbkhi Mar 12, 2024
70477c4
Minor edits
Noratrieb Sep 24, 2024
25ad416
Move example code block to paragraph referencing it
camelid May 29, 2024
f09dd29
Use 2021 edition for example code playground link
camelid May 29, 2024
5676ddd
Update macro-expansion.md
Tbkhi Mar 10, 2024
07aa8b1
Update macro-expansion.md
Tbkhi Mar 11, 2024
027c805
additional changes to links and some text
Tbkhi Mar 11, 2024
c6fed1e
Update macro-expansion.md
Tbkhi Mar 11, 2024
b956638
Update macro-expansion.md
Tbkhi Mar 12, 2024
0448008
Minor edits
Noratrieb Sep 24, 2024
41c4e9c
Update the-parser.md
Tbkhi Mar 10, 2024
763a2be
Update the-parser.md
Tbkhi Mar 12, 2024
58f95e3
minor edits
Noratrieb Sep 24, 2024
dc74644
Update syntax-intro.md
Tbkhi Mar 10, 2024
f92166e
minor edits
Noratrieb Sep 24, 2024
1374a2a
improve rustc-driver.md
Tbkhi Mar 10, 2024
fb88f31
Update serialization.md
Tbkhi Feb 26, 2024
6803fdb
updates documentation
Tbkhi Mar 5, 2024
fa8e2b4
minor edits
Noratrieb Sep 24, 2024
f559430
Update memory.md
Tbkhi Feb 25, 2024
5658f05
Update salsa.md
Feb 25, 2024
dabf6da
doc edits
Tbkhi Mar 5, 2024
8a5ec72
minor edits
Noratrieb Sep 24, 2024
b80083b
Update rustdoc build instructions
fmease Feb 28, 2024
8bac43b
Update compiler-src.md
Feb 24, 2024
c923ae6
Clarify how to disable warnings in deps
nyurik Jul 18, 2024
9303d5b
Apply suggestions from code review
nyurik Sep 23, 2024
eca2a90
elaborate on warnings
Noratrieb Sep 24, 2024
de2f32e
Fix file paths to section 35.1 & 35.2 example code (#2078)
CBSpeir Sep 25, 2024
34a13c2
building/suggested: Add instructions for Emacs & Helix (#2080)
mrkajetanp Sep 28, 2024
3022bf0
Add documentation for `{{rust-src-base}}` (#2079)
Urgau Sep 29, 2024
5351482
fixups (#2082)
fmease Oct 3, 2024
5e8e9cc
Rename "object safe" to "dyn compatible" (#2083)
fmease Oct 3, 2024
454dc45
update `x install` documentation (#2084)
onur-ozkan Oct 3, 2024
0a9b996
Fixed links to rust-analyzer configs for Emacs and Helix (#2087)
YohDeadfall Oct 6, 2024
2b92742
[Testing 1/2] Revise testing chapters excluding the directives chapte…
jieyouxu Oct 7, 2024
9bb0da3
[Testing 2/2] Revise revisions docs (#2089)
jieyouxu Oct 7, 2024
ab71898
building: Update instructions for ./x setup editor
mrkajetanp Oct 5, 2024
e4eded3
Document `bootstrap` integration with `rustc-perf` (#2005)
Kobzol Oct 7, 2024
58aeefc
Revise test naming advice to discourage using issue numbers alone
jieyouxu Oct 7, 2024
1e79968
rustdoc: docs for search deduplication (#1850)
notriddle Oct 7, 2024
6f4b909
Purge `run-pass-valgrind` mentions
jieyouxu Oct 7, 2024
f2eb924
Document compiletest directives `ignore-coverage-map` and `ignore-cov…
Zalathar Oct 9, 2024
0e2bebf
Rename `needs-profiler-support` to `needs-profiler-runtime` (#2095)
Zalathar Oct 9, 2024
f1f5ec1
Update bootstrapping.md (#1900)
Tbkhi Oct 13, 2024
58b2b24
Add the WASM | WASI | Emscripten notification groups (#2100)
juntyr Oct 21, 2024
cd7464c
Update compiler-src.md (#2102)
lolbinarycat Oct 24, 2024
7f82658
Advice on auto-formatting C++ code (#2104)
Zalathar Oct 25, 2024
c31d23b
update const stability docs (#2098)
RalfJung Oct 26, 2024
d4b49fd
Update current status of diagnostics translation infra (#2105)
jieyouxu Oct 28, 2024
93738ab
Describe why and how to use a separate build directory for rust-analy…
Zalathar Oct 29, 2024
1170f0d
Fix internal and incomplete links (#2107)
thomasnyman Oct 31, 2024
9e83ada
update rfl ci job policy (#2108)
davidtwco Oct 31, 2024
c21a829
Async closures chapter
compiler-errors Nov 2, 2024
30f861c
fix permalinks
compiler-errors Nov 2, 2024
cbd5436
Fix rustc-related links that are 404 right now (#2112)
marxin Nov 2, 2024
a98daf1
Try to fix footnotes
compiler-errors Nov 2, 2024
c5287a8
Ok now linkify
compiler-errors Nov 2, 2024
1683013
Describe how to revert a PR (#2118)
dianqk Nov 3, 2024
6880243
Fix borked links (#2119)
marxin Nov 3, 2024
ee185fe
Add redirects for integration-testing and headers (#2092)
jieyouxu Nov 4, 2024
b088cb6
Fix and update docs for `needs-force-clang-based-tests` (#2085)
jieyouxu Nov 4, 2024
a54fe75
Describe `minicore` test auxiliary and directive (#2097)
jieyouxu Nov 4, 2024
2d1a047
Update for recent dataflow simplifications. (#2121)
nnethercote Nov 4, 2024
b289220
Fix minicore.rs link (#2122)
marxin Nov 4, 2024
be78802
Fix broken links (#2123)
marxin Nov 4, 2024
117f9c5
Remove an mdbook workaround (#2124)
fmease Nov 4, 2024
f0cba7a
Slightly fix up the glossary (#2127)
fmease Nov 4, 2024
a927b95
Add a link for the `reference` compiletest header (#2096)
ehuss Nov 4, 2024
6ef78e3
diagnostics: lists should use the Oxford comma
onkoe Oct 8, 2024
9532ff1
update const stability docs (#2111)
RalfJung Nov 5, 2024
5d7107b
Rename `{ignore,only}-debug` -> `{ignore,needs}-{rustc,std}-debug-ass…
jieyouxu Nov 8, 2024
c423c56
Update parallel-rustc.md (#1926)
Tbkhi Nov 8, 2024
13ae69b
add valid date-check marker
tshepang Nov 9, 2024
aaa8548
typo (#2132)
tshepang Nov 10, 2024
4ff8d9a
still accurate (#2133)
tshepang Nov 10, 2024
67dc382
Note Rustfmt for separate rust-analyzer directory (#2134)
samestep Nov 13, 2024
530b2eb
Document `exact-llvm-major-version` directive (#2135)
jieyouxu Nov 14, 2024
7ed13a5
Document `max-llvm-major-version` directive (#2129)
jieyouxu Nov 14, 2024
1f42c53
Document how to acquire `cdb.exe` (#2137)
jieyouxu Nov 16, 2024
65e7344
Mention `RUSTC_BOOTSTRAP` for misc testing (#2136)
jieyouxu Nov 18, 2024
544b1fc
update for rustc_intrinsic_const_stable_indirect (#2138)
RalfJung Nov 18, 2024
16e3047
Make `Diag` a clickable link in Suggestion section (#2140)
ohno418 Nov 20, 2024
47a3a1d
Reorganize the "Source Code Representation" chapters (#2142)
BoxyUwU Nov 21, 2024
6ea822d
Add instructions to test error code docs (#2145)
cramertj Nov 21, 2024
f71456b
Flatten generic parameter defs section
BoxyUwU Nov 22, 2024
c4737a8
Remove constants section as it is outdated
BoxyUwU Nov 22, 2024
0962f0e
Remove -Zfuel. (#2032)
cjgillot Nov 27, 2024
8d9b401
Fix trivial typo
kw217 Nov 27, 2024
65a59a3
Remove `pretty-expanded` as it no longer exists (#2147)
jieyouxu Nov 28, 2024
67054cc
Update `//@ proc-macro` aux build directive docs (#2149)
jieyouxu Nov 29, 2024
54c6a86
Explain how to deal with exploded git submodules (#2152)
jieyouxu Dec 2, 2024
8df3580
Spell out `git submodule deinit -f --all` (#2153)
jieyouxu Dec 2, 2024
df234c0
Document `needs-target-has-atomic` directive (#2154)
jieyouxu Dec 5, 2024
740947e
Remove `//@ compare-output-lines-by-subset` directive (#2151)
jieyouxu Dec 5, 2024
fccf752
closure constraints (#2155)
lcnr Dec 5, 2024
1f851c0
update section even more (#2156)
lcnr Dec 5, 2024
fcadf96
squashing: recommend --keep-base when squashing without a conflict (#…
RalfJung Dec 6, 2024
3ca330e
remove polymorphization
Dec 10, 2024
8f3bf55
functionality removed from codebase (#2159)
tshepang Dec 10, 2024
1f2c5e1
functionality removed from codebase (part 2) (#2160)
tshepang Dec 10, 2024
8e495d4
specify what a CGU is (#2163)
connortsui20 Dec 16, 2024
766fbbb
Add suggestion for `--keep-stage 0` (#2164)
ehuss Dec 17, 2024
421c728
Fix some typos
rmehri01 Dec 18, 2024
ee9a584
typo, pause
tshepang Dec 18, 2024
6afff2e
Fix trivial typo of "query-fied"
cbloodsworth Dec 17, 2024
b5529ca
document the public ci dashboard (#2167)
marcoieni Dec 18, 2024
a49028c
Document the `--debugger` flag (#2170)
clubby789 Dec 23, 2024
6af30f8
region-outlives propagation (#2169)
lcnr Dec 23, 2024
b746f63
completions: Zsh is now supported (#2173)
clubby789 Dec 27, 2024
4e74687
Document `forbid-output` for UI tests (#2171)
clubby789 Dec 27, 2024
e70f551
Rework the driver docs (#2162)
bjorn3 Dec 27, 2024
9b22375
Remove the `-test` suffix from normalize directives (#2172)
Zalathar Dec 28, 2024
5f32a38
Document `x test --no-capture` (#2174)
clubby789 Dec 28, 2024
0d9aca4
Start using mdbook-linkcheck2 (#2103)
marxin Dec 28, 2024
ecad021
Fix 403 received for HEAD request (#2176)
marxin Dec 29, 2024
ddff18e
Add missing link for [Node] (#2177)
marxin Dec 29, 2024
de8511b
Add a couple of linkcheck exceptions: (#2120)
marxin Dec 29, 2024
c609846
Remove properly tracked config file from .gitignore & add support for…
marxin Dec 29, 2024
6637742
Remove stale implementation details of coverage instrumentation (#2179)
Zalathar Dec 30, 2024
d85deb6
Opt into, rather than out of, linkcheck (#2180)
camelid Dec 30, 2024
08b4cd8
Use `id` attribute for `<a>` tags instead of deprecated `name` attrib…
max-heller Dec 31, 2024
9e27d7b
Preparing for merge from rustc
Kobzol Jan 3, 2025
6329ade
Merge from rustc
Kobzol Jan 3, 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
1 change: 1 addition & 0 deletions rust-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3f43b1a636738f41c48df073c5bcb97a97bf8459
Loading