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
borrow_check
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
img
mir intern valtrees 2025-02-13 00:38:17 +01:00
notification-groups
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
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
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
SUMMARY.md add rustc-dev doc about bootstrap tools 2025-02-19 09:03:35 +03:00
about-this-guide.md
asm.md
ast-lowering.md
ast-validation.md
attributes.md
borrow_check.md
bug-fix-procedure.md
cli.md
closure.md
coherence.md
compiler-debugging.md Fix borked link 2025-02-14 07:23:10 +01:00
compiler-src.md
compiler-team.md
const-eval.md
contributing.md
conventions.md Fix a typo in conventions.md 2025-01-31 10:23:46 +11:00
coroutine-closures.md
crates-io.md
debugging-support-in-rustc.md
diagnostics.md overlong line 2025-02-03 22:07:10 +02:00
early_late_parameters.md
effects.md
external-repos.md
feature-gate-ck.md
feature-gates.md
fuzzing.md
generic_parameters_summary.md
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
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
llvm-coverage-instrumentation.md
macro-expansion.md
memory.md
method-lookup.md
name-resolution.md
opaque-types-impl-trait-inference.md
opaque-types-type-alias-impl-trait.md
overview.md
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
profile-guided-optimization.md
profiling.md
query.md
return-position-impl-trait-in-trait.md
rustbot.md
rustdoc-internals.md
rustdoc.md Add some extra pointers for rustdoc frontend devs 2025-01-28 11:04:26 -07:00
sanitizers.md
serialization.md
stability.md
stabilization_guide.md
syntax-intro.md
test-implementation.md
the-parser.md
thir.md
tracing.md
ty-fold.md
ty.md
type-checking.md
type-inference.md
unsafety-checking.md
variance.md
walkthrough.md