rustc-dev-guide/src
Martin Liška 693b6d2b0f
Fix minicore.rs link (#2122)
2024-11-04 16:17:28 +08:00
..
appendix Fix borked links (#2119) 2024-11-03 15:58:43 +08:00
backend link to additional LLVM update PRs (#2055) 2024-09-09 00:13:44 +08:00
borrow_check Update for recent dataflow simplifications. (#2121) 2024-11-04 15:57:00 +08:00
building Describe why and how to use a separate build directory for rust-analyzer (#2106) 2024-10-29 18:16:11 +08:00
const-eval Fix more links (#1884) 2024-02-21 12:17:28 -03:00
diagnostics Update current status of diagnostics translation infra (#2105) 2024-10-28 17:37:50 +08:00
early-late-bound-params add a high level explanation, and remove a disclaimer (#1982) 2024-05-17 19:04:58 +02:00
guides Add a chapter on editions. (#1835) 2023-12-12 16:42:10 -03:00
img Remove outdated references to coverage debug code (#1797) 2023-09-22 01:32:45 +09:00
mir Update for recent dataflow simplifications. (#2121) 2024-11-04 15:57:00 +08:00
notification-groups Add the WASM | WASI | Emscripten notification groups (#2100) 2024-10-21 10:30:07 +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 Document `bootstrap` integration with `rustc-perf` (#2005) 2024-10-07 16:28:06 +08:00
queries minor edits 2024-09-24 20:46:07 +02:00
rustc-driver Fix file paths to section 35.1 & 35.2 example code (#2078) 2024-09-25 22:18:50 +08:00
rustdoc-internals rustdoc: docs for search deduplication (#1850) 2024-10-07 23:09:03 +08:00
solve Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
tests Fix minicore.rs link (#2122) 2024-11-04 16:17:28 +08:00
traits Rename "object safe" to "dyn compatible" (#2083) 2024-10-03 17:31:43 +08:00
ty_module fix some comments (#2059) 2024-09-09 12:58:45 +02:00
SUMMARY.md Describe `minicore` test auxiliary and directive (#2097) 2024-11-04 14:26:20 +08:00
about-this-guide.md Correct the link to rust reference 2024-01-12 14:08:53 +02:00
asm.md
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 typo: lists -> lints (#2011) 2024-07-08 21:28:55 +00:00
cli.md
closure.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
coherence.md fix broken links (#2063) 2024-09-23 16:47:44 +08: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 Edit `Parameter Environments`'s url as it has been edited in #1953 2024-05-09 15:22:03 +02:00
constants.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
contributing.md Describe how to revert a PR (#2118) 2024-11-03 14:32:15 +08:00
conventions.md Advice on auto-formatting C++ code (#2104) 2024-10-25 12:17:44 +08:00
coroutine-closures.md Ok now linkify 2024-11-02 16:45:00 -04:00
crates-io.md Vetting deps datecheck (#1614) 2023-02-18 22:20:08 +09:00
debugging-support-in-rustc.md fix: stabilize debugger_visualizer 2023-08-14 10:34:59 +02:00
diagnostics.md Rename AstConv to HIR ty lowering 2024-03-23 08:44:42 +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 document that it's rare for books to break 2023-04-09 21:20:55 +02:00
feature-gate-ck.md
feature-gates.md Remove feature edition fields. (#1836) 2023-12-13 21:19:43 +09:00
fuzzing.md feat(fuzzing.md): make `halfempty` word a link 2023-07-24 15:35:47 +02:00
generic_parameters_summary.md Introduce chapter for defining generic parameters 2024-05-31 01:27:28 +01:00
getting-started.md Remove chalk is owned by WG-traits 2024-09-18 17:48:40 -04:00
git.md Describe `.git-blame-ignore-rev` 2024-09-24 19:51:44 +02:00
hir-debugging.md recommend `unpretty=hir` alongside `unpretty=hir-tree` 2023-10-18 10:01:49 -07:00
hir.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
identifiers.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +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 Rename `needs-profiler-support` to `needs-profiler-runtime` (#2095) 2024-10-10 09:27:13 +11:00
macro-expansion.md Minor edits 2024-09-24 20:16:28 +02:00
memory.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
method-lookup.md
name-resolution.md Minor edits 2024-09-24 20:07:57 +02:00
opaque-types-impl-trait-inference.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
opaque-types-type-alias-impl-trait.md
overview.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +08:00
panic-implementation.md separate link target from normal content 2024-02-11 06:36:15 +01:00
parallel-rustc.md OwningRef exists no more 2023-07-02 13:17:42 +02:00
part-2-intro.md refactor(parts): remove part numbers to be consistent 2023-08-11 09:55:19 +02:00
part-3-intro.md refactor(parts): remove part numbers to be consistent 2023-08-11 09:55:19 +02:00
part-4-intro.md refactor(parts): remove part numbers to be consistent 2023-08-11 09:55:19 +02:00
part-5-intro.md revert(part-5-intro): revert 4806958 2023-08-11 09:55:19 +02:00
pat-exhaustive-checking.md Explain the important concepts of exhaustiveness checking 2024-01-07 11:54:59 +02:00
profile-guided-optimization.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
profiling.md Change `x.py` into `x`, add explanation for `x` 2023-06-30 23:11:14 +02:00
query.md Fix some links 2023-06-29 06:43:19 +02:00
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 update const stability docs (#2098) 2024-10-26 20:20:45 +08:00
stabilization_guide.md Fix internal and incomplete links (#2107) 2024-10-31 11:13:57 +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 minor edits 2024-09-24 20:19:59 +02:00
thir.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
tracing.md improve accuracy 2023-03-10 09:04:21 +02:00
ty-fold.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
ty.md Fix rustc-related links that are 404 right now (#2112) 2024-11-02 20:53:31 +08:00
type-checking.md fix review suggestion 2023-01-21 16:12:58 +02:00
type-inference.md Update date reference about infer context variables 2023-03-03 17:39:11 +02:00
unsafety-checking.md Fix more links (#1884) 2024-02-21 12:17:28 -03:00
variance.md
walkthrough.md fixed the typo (#2058) 2024-09-08 11:51:11 -04:00
what_is_ty_generics.md Reviews 2024-05-31 01:27:28 +01:00