rustc-dev-guide/src
zahash f83c46a12e 1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git 2023-08-30 10:02:41 +02:00
..
appendix update internal terminology: Substs -> GenericArgs 2023-08-21 07:28:56 +02:00
backend llvm updates (#1761) 2023-08-27 10:00:45 +09:00
borrow_check Add dropck documentation (#1767) 2023-08-18 23:13:31 +02:00
building Reword sentence about using `./x` over `./x.py` 2023-08-28 07:06:58 +02:00
const-eval Fixed typing error (#1623) 2023-03-03 20:13:18 +09:00
diagnostics Improve clarity about attribute applicability 2023-08-08 09:16:43 +02:00
img Add a section for how to review code more easily (#1538) 2023-01-02 15:35:09 -08:00
mir fix(visitor.md): fix a type name in a code sample 2023-08-01 09:55:47 +02:00
notification-groups fix(about.md): use `a` instead of `an` 2023-07-24 15:33:43 +02: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
solve add section for normalization with the new solver 2023-07-11 19:59:26 +01:00
tests date-check: test suites/classes using "revisions" (#1738) 2023-08-27 09:59:53 +09:00
traits Fix typo (#1697) 2023-06-14 06:43:09 +02:00
SUMMARY.md Add dropck documentation (#1767) 2023-08-18 23:13:31 +02: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 fix: stabilize debugger_visualizer 2023-08-14 10:34:59 +02:00
diagnostics.md fix link 2023-06-28 06:55:24 +02:00
early-late-bound.md update internal terminology: Substs -> GenericArgs 2023-08-21 07:28:56 +02: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 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 move placement of std-dev-guide link (#1699) 2023-08-29 10:45:38 +02:00
git.md 1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git 2023-08-30 10:02:41 +02: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 Fix long lines 2023-08-22 15:31:14 +01:00
llvm-coverage-instrumentation.md remove (excessive) indentation (#1781) 2023-08-27 10:02:25 +09:00
lowering.md Fix path to hir_id_validator.rs 2022-07-02 21:32:39 +02:00
macro-expansion.md fix(macro-expansion.md): fix the article `an` to `a` to have uninterrupted reading 2023-07-28 11:09:30 +02:00
memory.md missing space 2023-08-21 07:28:56 +02: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 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 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 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
return-position-impl-trait-in-trait.md update internal terminology: Substs -> GenericArgs 2023-08-21 07:28:56 +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 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 fix(salsa.md): add punctuation to prevent confusion 2023-07-27 11:28:57 +02:00
sanitizers.md Change `./x.py` into `./x` 2023-06-30 23:11:14 +02:00
serialization.md fix(serialization.md): fix the name of a derive macro 2023-07-28 05:20:21 +02: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
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 fix link 2023-08-21 07:28:56 +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 fix(walkthrough.md) add a comma operator to eliminate ambiguity 2023-07-22 14:15:50 +02:00