..
appendix
fixing author of "You Can't Spell Trust Without Rust"
2023-10-31 17:58:29 +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
Suggest `gcc_multi` to make `mir_opts` run on nixos ( #1841 )
2023-12-19 19:07:35 +09:00
const-eval
Fixed typing error ( #1623 )
2023-03-03 20:13:18 +09:00
diagnostics
Remove mentions of plugin lints ( #1833 )
2023-12-06 10:48:33 -03: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
explain the MIR const vs TY const situation
2023-09-18 03:57:13 +02: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
solve
add a new type system invariant
2023-11-06 08:14:34 -08:00
tests
Add explanations on how to run rustc_codegen_gcc tests ( #1821 )
2023-11-27 19:05:08 -03:00
traits
Fix typo in unsize docs ( #1843 )
2023-12-29 10:06:18 +09:00
SUMMARY.md
Move Editions chapter to "Contributing to Rust". ( #1838 )
2023-12-14 20:28:32 +09: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
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
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
Add a chapter on editions. ( #1835 )
2023-12-12 16:42:10 -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
Replace experts map with reviewers from triagebot
2023-12-05 18:40:26 +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
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
2023-06-29 06:43:19 +02:00
implementing_new_features.md
Remove feature edition fields. ( #1836 )
2023-12-13 21:19:43 +09: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
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
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
Document subtle implied bounds issue in RPITIT inference ( #1807 )
2023-10-14 15:53:57 +02:00
rustbot.md
Update triagebot links.
2023-06-13 20:49:13 +02:00
rustc-driver-getting-diagnostics.md
update rustc_driver examples ( #1803 )
2023-10-05 19:19:12 +09:00
rustc-driver-interacting-with-the-ast.md
update rustc_driver examples ( #1803 )
2023-10-05 19:19:12 +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
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 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
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
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 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 typo in contribution walkthrough ( #1824 )
2023-11-11 00:11:39 +09:00
what-does-early-late-bound-mean.md
add doc and move existing stuff around
2023-09-19 10:19:58 -07:00