rustc-dev-guide/src
İsmail Arılık f15fd8ba86 fix(duplicate): remove unnecessary duplicate word 2023-07-18 12:17:31 +02:00
..
appendix replace dead link (#1717) 2023-07-03 10:34:58 +09:00
backend Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
borrow_check Address the change in https://github.com/rust-lang/rust/pull/107256 2023-02-03 06:23:25 +02:00
building fix(suggested): remove an unnecessary and confusing statement 2023-07-14 20:41:09 +02:00
const-eval Fixed typing error (#1623) 2023-03-03 20:13:18 +09:00
diagnostics Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
img Add a section for how to review code more easily (#1538) 2023-01-02 15:35:09 -08:00
mir Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
notification-groups Improve cleanup-crew.md with an example post 2023-07-11 08:02:34 +02:00
profiling Change `x.py` into `x`, add explanation for `x` 2023-06-30 23:11:14 +02:00
queries Update incremental-compilation-in-detail.md (#1553) 2023-01-14 12:37:03 +09:00
solve add section for normalization with the new solver 2023-07-11 19:59:26 +01:00
tests fix(duplicate): remove unnecessary duplicate word 2023-07-18 12:17:31 +02:00
traits Fix typo (#1697) 2023-06-14 06:43:09 +02:00
SUMMARY.md split file and replace with deep dive doc 2023-07-11 16:43:01 -04:00
about-this-guide.md remove duplicated reference in about-this-guide.md 2023-07-12 12:38:00 +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 --verbose is useful when not compiling and when compiling (#901) 2020-09-29 17:18:00 +02:00
closure.md Fix some links 2023-06-29 06:43:19 +02:00
compiler-debugging.md Update some links and information for cargo-bisect-rustc (#1657) 2023-04-02 15:15:55 +09:00
compiler-src.md Fix some links 2023-06-29 06:43:19 +02:00
compiler-team.md Update triagebot links. 2023-06-13 20:49:13 +02:00
const-eval.md fix_typo 2023-06-26 18:34:26 +02:00
constants.md ty::ConstKind has moved (#1724) 2023-07-08 01:36:13 +09:00
contributing.md various fixes/improvements to Contributing chapter (#1723) 2023-07-08 11:52:53 +09: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 minor fixes 2022-07-30 19:54:34 -04:00
diagnostics.md fix link 2023-06-28 06:55:24 +02:00
early-late-bound.md Update src/early-late-bound.md 2023-07-11 16:43:01 -04: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 Move "Adding a new feature gate" to the "Implementing new features" chapter 2023-06-29 10:05:10 -05:00
fuzzing.md Fix some links 2023-06-29 06:43:19 +02:00
generic_arguments.md generic_arguments.md: substs -> GenericArgs 2023-07-15 02:01:35 +02:00
generics.md first mention of type, and add a link (#1643) 2023-03-21 17:55:42 +09:00
getting-started.md Fix a bug in getting-started.md (#1726) 2023-07-09 19:22:22 +09:00
git.md linked issue is closed (#1729) 2023-07-13 04:02:06 +09:00
hir-debugging.md Use unpretty for debugging Hir (#1685) 2023-05-11 18:59:23 +09:00
hir.md Update hir.md 2023-01-25 17:29:12 +02:00
identifiers.md Fix some links 2023-06-29 06:43:19 +02:00
implementing_new_features.md fix link 2023-07-02 16:16:44 -07:00
incrcomp-debugging.md Change `src/test` to `tests` (#1547) 2023-01-13 07:31:47 +09:00
lang-items.md fix some typos (#1398) 2022-07-17 06:45:36 +09:00
licenses.md minor grammar edit 2020-03-22 19:27:23 -05:00
llvm-coverage-instrumentation.md fix: update link to function coverage (#1727) 2023-07-09 23:50:50 +09:00
lowering.md Fix path to hir_id_validator.rs 2022-07-02 21:32:39 +02:00
macro-expansion.md Consistent ordered list indexing 2022-11-09 10:39:06 +02:00
memory.md Remove TyS 2022-12-08 09:06:11 +01:00
method-lookup.md fix some links (#1490) 2022-10-22 19:53:46 +09:00
name-resolution.md name-resolution: Fix some typos in "Scopes and ribs" 2023-06-13 19:45:19 +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 update link 2023-07-03 00:51:52 +02:00
panic-implementation.md fix some links (#1490) 2022-10-22 19:53:46 +09: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 Edit Part 2 introduction (#777) 2020-07-01 13:26:25 +02:00
part-3-intro.md Fix distortions of "representation" 2020-07-14 14:26:41 -05:00
part-4-intro.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
part-5-intro.md Consistent ordered list indexing 2022-11-09 10:39:06 +02:00
pat-exhaustive-checking.md fix a couple links 2020-12-03 00:06:19 -05: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
rustbot.md Update triagebot links. 2023-06-13 20:49:13 +02:00
rustc-driver-getting-diagnostics.md update rustc_driver examples (#1655) 2023-04-01 09:35:35 -04:00
rustc-driver-interacting-with-the-ast.md update rustc_driver examples (#1655) 2023-04-01 09:35:35 -04:00
rustc-driver.md Fix some links 2023-06-29 06:43:19 +02:00
rustdoc-internals.md Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
rustdoc.md Change `x.py` into `x`, add explanation for `x` 2023-06-30 23:11:14 +02:00
salsa.md Triage some date-check items (#1513) 2022-11-26 22:25:58 +09:00
sanitizers.md Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
serialization.md Fix incorrect links (#1549) 2023-01-10 22:00:49 +09:00
stability.md distinguish language and library processes more consistently 2023-06-29 10:05:10 -05:00
stabilization_guide.md distinguish language and library processes more consistently 2023-06-29 10:05:10 -05:00
syntax-intro.md add a bit to syntax intro 2020-05-08 09:42:27 -05:00
test-implementation.md Remove a dangling link on "The `#[test]` attribute" 2022-08-29 20:07:51 +02:00
the-parser.md Remove mention to lexer/parser refactoring 2023-03-03 17:41:21 +02:00
thir.md Fix typo in thir.md 2023-06-13 21:18:46 -07:00
tracing.md improve accuracy 2023-03-10 09:04:21 +02:00
ty-fold.md Fixes some typos (#1502) 2022-11-02 13:11:03 -05:00
ty.md Address the change in https://github.com/rust-lang/rust/pull/97287 2023-02-03 06:23:25 +02: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
variance.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
walkthrough.md Spelling: Rename `rust` to `Rust` (#1288) 2022-01-18 11:09:37 -03:00