rustc-dev-guide/src
Nicholas Nethercote 7f5b5c36f8 Move methods from `Map` to `TyCtxt`, part 4.
Continuing the work from #137350.

Removes the unused methods: `expect_variant`, `expect_field`,
`expect_foreign_item`.

Every method gains a `hir_` prefix.
2025-03-12 08:55:37 +11:00
..
appendix Replace link with a https based one 2025-02-06 09:12:42 +01:00
backend Correct information on dylib compression 2025-01-26 12:08:48 -08:00
borrow_check nyaa 2025-01-15 14:23:48 +01:00
building Auto merge of #136864 - Kobzol:citool, r=marcoieni 2025-03-02 09:18:02 +00:00
const-eval
diagnostics tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` 2025-02-03 13:25:57 +03:00
guides Fix some broken links 2025-01-14 21:52:33 -08:00
img
mir intern valtrees 2025-02-13 00:38:17 +01:00
notification-groups Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
param_env Remove reference to enum.Reveal 2025-02-07 09:03:22 +01:00
profiling add notes for perf issue 2025-02-14 13:49:02 +08:00
queries Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
rustc-driver Fix examples to work with nightly-2025-02-13 2025-02-15 19:44:32 +01:00
rustdoc-internals Update links to type schemas 2025-02-06 08:29:10 -07:00
solve fix(solve/significant-changes): typo 2025-01-24 14:12:17 +01:00
tests Handle backticks in try job patterns 2025-03-10 14:07:46 +01:00
traits Apply suggestions from code review 2025-02-02 17:30:30 +09:00
ty_module fix some more typos 2025-01-14 23:01:42 -08:00
SUMMARY.md add rustc-dev doc about bootstrap tools 2025-02-19 09:03:35 +03:00
about-this-guide.md Update about-this-guide.md 2025-01-28 07:43:16 +01:00
asm.md Fix some typos 2024-12-18 07:56:30 +02:00
ast-lowering.md
ast-validation.md Fix Typo and Remove Outdated Line About C Variadics 2024-09-10 09:32:10 +02:00
attributes.md
borrow_check.md
bug-fix-procedure.md Fix broken raw HTML (#2198) 2025-01-07 16:00:59 +08:00
cli.md
closure.md fix some more typos 2025-01-14 23:01:42 -08:00
coherence.md Fix some typos 2024-12-18 07:56:30 +02:00
compiler-debugging.md Fix borked link 2025-02-14 07:23:10 +01:00
compiler-src.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
compiler-team.md
const-eval.md fix some more typos 2025-01-14 23:01:42 -08:00
contributing.md Only keep label description in Forge docs 2025-01-06 18:59:36 +02:00
conventions.md Fix a typo in conventions.md 2025-01-31 10:23:46 +11:00
coroutine-closures.md Ok now linkify 2024-11-02 16:45:00 -04:00
crates-io.md
debugging-support-in-rustc.md
diagnostics.md overlong line 2025-02-03 22:07:10 +02:00
early_late_parameters.md Remove accidental leading empty line in code block 2025-01-26 02:42:09 +01:00
effects.md
external-repos.md Add portable SIMD to list of subtrees 2025-01-20 13:53:10 +01:00
feature-gate-ck.md
feature-gates.md
fuzzing.md
generic_parameters_summary.md Split stuff out of representing types, and rewrite early/late bound chapter (#2192) 2025-01-05 17:51:45 +01:00
getting-started.md Remove "Port run-make tests from Make to Rust" tracking issue from Recurring work 2025-02-04 01:26:15 +05:30
git.md squashing: recommend --keep-base when squashing without a conflict (#2157) 2024-12-07 06:59:23 +08:00
hir-debugging.md
hir.md Move methods from `Map` to `TyCtxt`, part 4. 2025-03-12 08:55:37 +11:00
implementing_new_features.md docs(dev): Access features as functions, not members 2025-02-18 10:35:13 -06:00
incrcomp-debugging.md
lang-items.md
licenses.md chore: fix some comments 2024-07-30 08:04:13 +02:00
llvm-coverage-instrumentation.md Remove stale implementation details of coverage instrumentation (#2179) 2024-12-30 12:02:52 +11:00
macro-expansion.md Minor edits 2024-09-24 20:16:28 +02:00
memory.md Fix broken links (#2123) 2024-11-04 16:24:05 +08:00
method-lookup.md comment out FIXMEs to not display them on UI (#2186) 2025-01-05 17:51:45 +01:00
name-resolution.md Minor edits 2024-09-24 20:07:57 +02:00
opaque-types-impl-trait-inference.md fix some more typos 2025-01-14 23:01:42 -08:00
opaque-types-type-alias-impl-trait.md
overview.md Fix some broken links 2025-01-14 21:52:33 -08:00
panic-implementation.md
parallel-rustc.md Remove some unnecessary aliases from `rustc_data_structures::sync` 2025-03-03 20:20:24 +11:00
part-2-intro.md
part-3-intro.md
part-4-intro.md
part-5-intro.md
pat-exhaustive-checking.md Fix some typos 2024-12-18 07:56:30 +02:00
profile-guided-optimization.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
profiling.md
query.md
return-position-impl-trait-in-trait.md
rustbot.md
rustdoc-internals.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
rustdoc.md Add some extra pointers for rustdoc frontend devs 2025-01-28 11:04:26 -07:00
sanitizers.md
serialization.md minor edits 2024-09-24 20:33:04 +02:00
stability.md rustc-dev-guide: add note about not adding rustc_allowed_through_unstable_modules to more items 2025-01-14 17:00:12 +01:00
stabilization_guide.md Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
syntax-intro.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
test-implementation.md
the-parser.md Fix some broken links 2025-01-14 21:52:33 -08:00
thir.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
tracing.md
ty-fold.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
ty.md Flatten generic parameter defs section 2024-11-22 11:17:57 +00:00
type-checking.md
type-inference.md Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
unsafety-checking.md
variance.md Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
walkthrough.md Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00