about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2024-09-24Update macro-expansion.mdTbkhi-7/+7
removing parens
2024-09-24Update macro-expansion.mdTbkhi-176/+187
2024-09-24Use 2021 edition for example code playground linkNoah Lev-1/+1
The playground defaults to 2015. Might as well use the latest edition.
2024-09-24Move example code block to paragraph referencing itNoah Lev-6/+6
Noticed by Mario Carneiro.
2024-09-24Minor editsNoratrieb-17/+17
- un-codeblock some words - uncomment the last paragraph (it's useful to know this)
2024-09-24Update name-resolution.mdTbkhi-1/+1
2024-09-24Update name-resolution.mdTbkhi-47/+59
2024-09-24feat: Add section about partial clones with `git clone --filter='blob:none'`Felix Rath-4/+24
2024-09-24mention rustc's stable-through-unstable bug being fixeddianne-4/+6
2024-09-24Fix `is_diagnostic_item()` exampletrevyn-1/+1
2024-09-24Revise wording to not imply *only* Python 3.10 can be installed许杰友 Jieyou Xu (Joe)-4/+3
2024-09-24Update src/tests/compiletest.mdnora-1/+3
2024-09-24Document `crashes` test suite许杰友 Jieyou Xu (Joe)-0/+37
Describe procedure for adding new crashes tests and removing crashes tests when the crash is intentionally fixed. Also mention setting `COMPILETEST_VERBOSE_CRASHES=1` env var for verbose crashes test output.
2024-09-24Fix getting diagnostics exampleVetle Rasmussen-3/+6
2024-09-24Document `#[rustc_default_body_unstable]`dianne-0/+10
2024-09-24Describe `.git-blame-ignore-rev`许杰友 Jieyou Xu (Joe)-0/+13
2024-09-24Note lldb debuginfo requires `python310.dll` to be present in `PATH`许杰友 Jieyou Xu (Joe)-0/+11
2024-09-23chore: add missing `.` (#2074)Marco Ieni-1/+1
2024-09-23Add remark on required free disk space (#2073)许杰友 Jieyou Xu (Joe)-0/+14
2024-09-23fix broken links (#2063)Max Heller-2/+2
2024-09-23Add advice about submitting potentially hard-to-review PRs (#2036)许杰友 Jieyou Xu (Joe)-0/+34
2024-09-23Edit a sentence for clarity (#2071)joculatrix-2/+2
2024-09-20Emphasize how to run a single tool test (#2070)adwin-0/+11
2024-09-18Remove chalk is owned by WG-traitsSantiago Pastorino-2/+1
2024-09-18Fix conditions lowering text for enums with no fields (#2066)Santiago Pastorino-1/+1
2024-09-17update proof tree chapter (#2054)lcnr-38/+35
* update proof tree chapter * uwu * cool beans
2024-09-15Further clarificationMichael Howell-2/+5
2024-09-15Specify, more explicitly, the default behaviorMichael Howell-7/+6
2024-09-15Update src/rustdoc-internals/search.mdMichael Howell-1/+1
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
2024-09-15Clean up misleading languageMichael Howell-3/+2
2024-09-15Minor wording improvementsMichael Howell-8/+7
2024-09-15Add docs for JS testsMichael Howell-1/+101
2024-09-12Reflect `x.py test`'s `--rustc-args` option being renamed to ↵dianne-2/+2
`--compiletest-rustc-args` (#2062)
2024-09-11we standardized on this more reliable command (#2061)Tshepang Mbambo-2/+2
2024-09-10Fix Typo and Remove Outdated Line About C VariadicsVeera-2/+1
This PR does two minor fixes: 1. Removes the line "c-variadic functions are declared with at least one named argument" since it is no longer true since 124048 got merged. 2. Fixes typo: "lingint" -> "linting".
2024-09-09fix some comments (#2059)cui fliter-7/+7
Signed-off-by: cuishuang <imcusg@gmail.com>
2024-09-09Fix a link and create an implied internal link (#2051)Prashanth Mundkur-2/+3
2024-09-09link to additional LLVM update PRs (#2055)Tshepang Mbambo-0/+4
2024-09-09fix/improve rdg contributing howto (#2056)Tshepang Mbambo-9/+10
2024-09-08fixed the typo (#2058)Bilal Khan-1/+1
2024-09-08fix typo maker -> marker (thanks @lholten)jdonszelmann-1/+1
2024-09-06improve query system documentation (#2041)Jonathan Dönszelmann-4/+20
* improve query system documentation * fix typo messages => message * Update src/queries/incremental-compilation-in-detail.md Co-authored-by: lcnr <rust@lcnr.de> --------- Co-authored-by: lcnr <rust@lcnr.de>
2024-09-06add section on overlap checks (#2042)Jonathan Dönszelmann-2/+100
* add section on overlap checks * fix some typos * merge piece on overlap checks with docs about coherence (based on review comments) * fix comments after discussion
2024-08-31clarify the role of rustc_const_unstableRalf Jung-5/+5
2024-08-26Fix x.py referenceMarc Poulhiès-1/+1
Trivial fix to change `x.py` into `x`
2024-08-24Update `stabilization_guide.md` (#2034)Folkert de Vries-6/+6
2024-08-24Explain the internal `#[rustc_*]` TEST attributes used for debugging and ↵León Orell Valerian Liehr-30/+81
inside tests (#2046)
2024-08-22missing char (#2047)Tshepang Mbambo-1/+1
2024-08-21Replace direct http links to rustc-dev-guide.rust-lang.org to relative links ↵Prashanth Mundkur-8/+8
to the corresponding md source files. (#2044) Use relative links to the corresponding md source files; this helps local browsing of generated docs.
2024-08-20fix typo (#2043)flash-1/+1
line 320: original: "valtree back a to MIR constant" updated: "valtree back to a MIR constant"