rustc-dev-guide/src
Arthur Milchior e8c0bb0557 Add links for arena and interning. (#1868)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2024-01-30 04:55:16 +09:00
..
appendix Fix some broken links (#1877) 2024-01-30 04:49:51 +09:00
backend llvm updates (#1761) 2023-08-27 10:00:45 +09:00
borrow_check Fix some broken links (#1877) 2024-01-30 04:49:51 +09:00
building update link to rustc dependencies (#1869) 2024-01-28 12:42:18 +01:00
const-eval Fixed typing error (#1623) 2023-03-03 20:13:18 +09:00
diagnostics update some of the diagnostic translations info (#1711) 2024-01-20 20:47:06 +09: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 Fix some links (#1865) 2024-01-28 19:44:41 -03:00
notification-groups notification groups: add information about how to ping them to the respective pages (#1818) 2023-11-27 19:08:19 -03:00
profiling refactor(profiling/with_perf): remove a wrong to be verb 2023-07-19 16:54:57 +02:00
queries Update incremental-compilation-in-detail.md (#1553) 2023-01-14 12:37:03 +09:00
rustdoc-internals Add guide for rustdoc search implementation (#1846) 2024-01-06 18:47:01 +01:00
solve Fix some links (#1865) 2024-01-28 19:44:41 -03:00
tests Fix some links (#1865) 2024-01-28 19:44:41 -03:00
traits Fix some links (#1865) 2024-01-28 19:44:41 -03:00
SUMMARY.md Document unsafety checking (#1847) 2024-01-20 20:46:58 +09:00
about-this-guide.md Correct the link to rust reference 2024-01-12 14:08:53 +02:00
asm.md Update asm.md (#1560) 2023-01-17 21:44:19 +09:00
ast-validation.md Apply suggestions from code review 2023-01-29 20:58:11 +02:00
borrow_check.md Fix rustc_borrowck crate name typo (#1535) 2022-12-25 21:11:21 +09:00
bound-vars-and-params.md Gats isnt the only cool kid anymore 2023-07-11 16:43:01 -04:00
bug-fix-procedure.md Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
cli.md
closure.md Fix some links 2023-06-29 06:43:19 +02:00
compiler-debugging.md Remove outdated references to `-Z dump-mir-spanview` 2024-01-16 10:28:45 +02:00
compiler-src.md Fix some links 2023-06-29 06:43:19 +02:00
compiler-team.md Replace experts map with reviewers from triagebot 2023-12-05 18:40:26 +02:00
const-eval.md explain the MIR const vs TY const situation 2023-09-18 03:57:13 +02:00
constants.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
contributing.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
conventions.md Change `./x.py` into `./x` 2023-06-30 23:11:14 +02: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 Fix some links (#1865) 2024-01-28 19:44:41 -03:00
early-late-bound-summary.md add doc and move existing stuff around 2023-09-19 10:19:58 -07: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 Create issues for many TODOs (#1163) 2021-07-02 10:43:12 +02:00
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_arguments.md generic_arguments.md: substs -> GenericArgs 2023-07-15 02:01:35 +02:00
generics.md remove stray word (#1773) 2023-08-27 09:50:17 +09:00
getting-started.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
git.md 1675 move 'failed to push some refs' into its own section 2023-08-30 10:02:41 +02:00
hir-debugging.md recommend `unpretty=hir` alongside `unpretty=hir-tree` 2023-10-18 10:01:49 -07:00
hir.md Add a description of `unpretty=hir` to the HIR docs (#1842) 2023-12-29 10:07:07 +09:00
identifiers.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
implementing_new_features.md Remove feature edition fields. (#1836) 2023-12-13 21:19:43 +09:00
incrcomp-debugging.md Followup to #1862 (#1864) 2024-01-28 06:12:41 +09:00
lang-items.md fix some typos (#1398) 2022-07-17 06:45:36 +09:00
licenses.md Fix long lines 2023-08-22 15:31:14 +01:00
llvm-coverage-instrumentation.md Prominently mention `profiler = true` on the coverage page 2023-12-30 11:58:25 +02:00
lowering.md Fix path to hir_id_validator.rs 2022-07-02 21:32:39 +02:00
macro-expansion.md Improving macro expansion section (#1875) 2024-01-30 04:53:39 +09:00
memory.md Add links for arena and interning. (#1868) 2024-01-30 04:55:16 +09:00
method-lookup.md fix some links (#1490) 2022-10-22 19:53:46 +09:00
name-resolution.md fix(name-resolution): remove unnecessary closing paranthesis 2023-07-30 13:23:23 +02:00
opaque-types-impl-trait-inference.md Fix some typos 2022-09-22 10:45:25 +02:00
opaque-types-type-alias-impl-trait.md make date-check more lightweight (#1394) 2022-08-02 13:50:32 -07:00
overview.md Add links for arena and interning. (#1868) 2024-01-30 04:55:16 +09:00
panic-implementation.md Clarify what rt.rs is. (#1876) 2024-01-28 19:40:36 -03:00
parallel-rustc.md OwningRef exists no more 2023-07-02 13:17:42 +02:00
param_env.md Fix double-word typos (#1084) 2021-03-12 03:29:19 +09: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 Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09: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 Document subtle implied bounds issue in RPITIT inference (#1807) 2023-10-14 15:53:57 +02:00
rustbot.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
rustc-driver-getting-diagnostics.md Update examples (#1856) 2024-01-21 22:26:41 +09:00
rustc-driver-interacting-with-the-ast.md Update examples (#1856) 2024-01-21 22:26:41 +09:00
rustc-driver.md Fix some links 2023-06-29 06:43:19 +02:00
rustdoc-internals.md update internal terminology: Substs -> GenericArgs 2023-08-21 07:28:56 +02:00
rustdoc.md Change `x.py` into `x`, add explanation for `x` 2023-06-30 23:11:14 +02:00
salsa.md Add link in salsa (#1866) 2024-01-28 19:42:26 -03:00
sanitizers.md update old bootstrap docs 2024-01-15 19:44:49 +02:00
serialization.md fix type name (#1792) 2023-09-15 23:40:09 +09:00
stability.md distinguish language and library processes more consistently 2023-06-29 10:05:10 -05:00
stabilization_guide.md Update name of "active" features to "unstable" (#1814) 2023-10-30 02:16:02 +09:00
syntax-intro.md
test-implementation.md Remove a dangling link on "The `#[test]` attribute" 2022-08-29 20:07:51 +02:00
the-parser.md Replace letters by foo, bar and buz in lexing example (#1870) 2024-01-30 04:53:07 +09:00
thir.md Document unsafety checking (#1847) 2024-01-20 20:46:58 +09:00
tracing.md improve accuracy 2023-03-10 09:04:21 +02:00
turbofishing-and-early-late-bound.md line length limit 2023-09-19 10:19:58 -07:00
ty-fold.md Fixes some typos (#1502) 2022-11-02 13:11:03 -05:00
ty.md Fix some links (#1865) 2024-01-28 19:44:41 -03: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 Document unsafety checking (#1847) 2024-01-20 20:46:58 +09:00
variance.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
walkthrough.md Add some explanations for frequently used rustbot commands (#1849) 2024-01-20 19:56:35 +08:00
what-does-early-late-bound-mean.md add doc and move existing stuff around 2023-09-19 10:19:58 -07:00