rustc-dev-guide/src
许杰友 Jieyou Xu (Joe) a86a368f0f rustc-dev-guide: update bootstrap tracing docs 2025-01-27 01:24:53 +08:00
..
appendix Fix some broken links 2025-01-14 21:52:33 -08:00
backend Merge from rustc 2025-01-20 14:12:41 +01:00
borrow_check nyaa 2025-01-15 14:23:48 +01:00
building rustc-dev-guide: update bootstrap tracing docs 2025-01-27 01:24:53 +08:00
const-eval Fix more links (#1884) 2024-02-21 12:17:28 -03:00
diagnostics Add instructions to test error code docs (#2145) 2024-11-21 10:58:56 -08:00
guides Fix some broken links 2025-01-14 21:52:33 -08:00
img Remove outdated references to coverage debug code (#1797) 2023-09-22 01:32:45 +09:00
mir Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08: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 Replace direct http links to rustc-dev-guide.rust-lang.org to relative links to the corresponding md source files. (#2044) 2024-08-21 11:54:39 -07:00
profiling Fix some typos 2024-12-18 07:56:30 +02:00
queries Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
rustc-driver Remove RunCompiler 2025-01-23 09:38:58 +00:00
rustdoc-internals rustdoc: docs for search deduplication (#1850) 2024-10-07 23:09:03 +08:00
solve remove outdated text about wfx implies 2025-01-17 12:04:42 -03:00
tests Rollup merge of #135829 - Kobzol:rustc-push, r=jieyouxu 2025-01-24 23:25:44 +01:00
traits fix some more typos 2025-01-14 23:01:42 -08:00
ty_module fix some more typos 2025-01-14 23:01:42 -08:00
SUMMARY.md rustc-dev-guide: document `BOOTSTRAP_TRACING` and bootstrap `tracing` setup 2025-01-13 13:46:20 +08:00
about-this-guide.md Correct the link to rust reference 2024-01-12 14:08:53 +02:00
asm.md Fix some typos 2024-12-18 07:56:30 +02:00
ast-lowering.md Rename AstConv to HIR ty lowering 2024-03-23 08:44:42 +01:00
ast-validation.md Fix Typo and Remove Outdated Line About C Variadics 2024-09-10 09:32:10 +02:00
attributes.md Document inert vs active attributes (#1110) 2024-06-23 16:09:09 +02:00
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 fixups (#2082) 2024-10-03 10:54:50 +08:00
compiler-src.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
compiler-team.md Replace experts map with reviewers from triagebot 2023-12-05 18:40:26 +02:00
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 Document Python formatting and linting in the rustc-dev-guide 2025-01-24 09:35:46 +01: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 fix some more typos 2025-01-14 23:01:42 -08:00
early_late_parameters.md Split stuff out of representing types, and rewrite early/late bound chapter (#2192) 2025-01-05 17:51:45 +01:00
effects.md Start a chapter about the evolving const effect system (#1808) 2023-10-18 19:35:15 +08:00
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 Remove feature edition fields. (#1836) 2023-12-13 21:19:43 +09:00
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 chalk is owned by WG-traits 2024-09-18 17:48:40 -04:00
git.md squashing: recommend --keep-base when squashing without a conflict (#2157) 2024-12-07 06:59:23 +08:00
hir-debugging.md recommend `unpretty=hir` alongside `unpretty=hir-tree` 2023-10-18 10:01:49 -07:00
hir.md Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) 2024-12-31 22:02:50 +08:00
implementing_new_features.md chore: fix some typos in conments 2024-04-09 10:59:59 +02:00
incrcomp-debugging.md Followup to #1862 (#1864) 2024-01-28 06:12:41 +09:00
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 separate link target from normal content 2024-02-11 06:36:15 +01:00
parallel-rustc.md typo (#2132) 2024-11-10 11:36:49 +08: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 fix some typos 2024-05-21 11:56:12 +02:00
rustbot.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
rustdoc-internals.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
rustdoc.md Update rustdoc build instructions 2024-09-24 20:47:22 +02:00
sanitizers.md linkcheck: fix reported broken links (part 1) (#2022) 2024-07-24 20:01:25 +08:00
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 Document inert vs active attributes (#1110) 2024-06-23 16:09:09 +02:00
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 Fix more links (#1884) 2024-02-21 12:17:28 -03:00
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