..
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
Review changes
2023-09-05 23:14:26 +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
Updated index.md to add a command which can show unoptimized MIR
2023-09-08 12:59:13 +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 section about building an optimized version of `rustc`
2023-09-05 23:14:26 +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
…
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
…
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 move 'failed to push some refs' into its own section
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
…
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
…
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
…
walkthrough.md
fix(walkthrough.md) add a comma operator to eliminate ambiguity
2023-07-22 14:15:50 +02:00