rustc-dev-guide/src
Michael Howell 713eeaa1a2 Update src/rustdoc-internals/search.md
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
2024-09-15 14:53:28 -04:00
..
appendix linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
backend link to additional LLVM update PRs (#2055) 2024-09-09 00:13:44 +08:00
borrow_check fix some comments (#2059) 2024-09-09 12:58:45 +02:00
building missing char (#2047) 2024-08-22 22:43:28 +02:00
const-eval Fix more links (#1884) 2024-02-21 12:17:28 -03:00
diagnostics linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
early-late-bound-params add a high level explanation, and remove a disclaimer (#1982) 2024-05-17 19:04:58 +02: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 Typo and Remove Outdated Line About C Variadics 2024-09-10 09:32:10 +02:00
notification-groups Add Rust for Linux notification group entry 2024-05-25 15:40:04 -07:00
param_env Replace direct http links to rustc-dev-guide.rust-lang.org to relative links to the corresponding md source files. (#2044) 2024-08-21 11:54:39 -07:00
profiling refactor(profiling/with_perf): remove a wrong to be verb 2023-07-19 16:54:57 +02:00
queries fix some comments (#2059) 2024-09-09 12:58:45 +02:00
rustdoc-internals Update src/rustdoc-internals/search.md 2024-09-15 14:53:28 -04:00
solve add section on overlap checks (#2042) 2024-09-06 16:03:43 +02:00
tests Reflect `x.py test`'s `--rustc-args` option being renamed to `--compiletest-rustc-args` (#2062) 2024-09-12 09:58:27 +08:00
traits add section on overlap checks (#2042) 2024-09-06 16:03:43 +02:00
ty_module fix some comments (#2059) 2024-09-09 12:58:45 +02:00
SUMMARY.md add section on overlap checks (#2042) 2024-09-06 16:03:43 +02: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-lowering.md Rename AstConv to HIR ty lowering 2024-03-23 08:44:42 +01:00
ast-validation.md Fix Typo and Remove Outdated Line About C Variadics 2024-09-10 09:32:10 +02:00
attributes.md Document inert vs active attributes (#1110) 2024-06-23 16:09:09 +02:00
borrow_check.md Fix rustc_borrowck crate name typo (#1535) 2022-12-25 21:11:21 +09:00
bug-fix-procedure.md Fix typo: lists -> lints (#2011) 2024-07-08 21:28:55 +00:00
cli.md --verbose is useful when not compiling and when compiling (#901) 2020-09-29 17:18:00 +02:00
closure.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
coherence.md fix typo maker -> marker (thanks @lholten) 2024-09-08 14:01:27 +02:00
compiler-debugging.md Explain the internal `#[rustc_*]` TEST attributes used for debugging and inside tests (#2046) 2024-08-24 01:58:50 +08:00
compiler-src.md Fix some broken links under bootstrapping. (#1958) 2024-04-06 20:55:06 +01:00
compiler-team.md Replace experts map with reviewers from triagebot 2023-12-05 18:40:26 +02:00
const-eval.md Edit `Parameter Environments`'s url as it has been edited in #1953 2024-05-09 15:22:03 +02:00
constants.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
contributing.md fix/improve rdg contributing howto (#2056) 2024-09-09 00:13:14 +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 Rename AstConv to HIR ty lowering 2024-03-23 08:44:42 +01: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_parameters_summary.md Introduce chapter for defining generic parameters 2024-05-31 01:27:28 +01:00
getting-started.md Add run-make port initiative to the Recurring work section (#1992) 2024-06-09 09:57:13 +01:00
git.md docs: document hard-resetting submodules 2024-06-19 20:14:28 +02:00
hir-debugging.md recommend `unpretty=hir` alongside `unpretty=hir-tree` 2023-10-18 10:01:49 -07:00
hir.md Fix broken link to "Lowering" 2024-05-17 12:15:36 +02:00
identifiers.md Fix some links (#1865) 2024-01-28 19:44:41 -03:00
implementing_new_features.md chore: fix some typos in conments 2024-04-09 10:59:59 +02: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 chore: fix some comments 2024-07-30 08:04:13 +02:00
llvm-coverage-instrumentation.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
macro-expansion.md Improving macro expansion section (#1875) 2024-01-30 04:53:39 +09:00
memory.md Fix a link and create an implied internal link (#2051) 2024-09-09 00:15:41 +08: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 Replace direct http links to rustc-dev-guide.rust-lang.org to relative links to the corresponding md source files. (#2044) 2024-08-21 11:54:39 -07:00
opaque-types-type-alias-impl-trait.md make date-check more lightweight (#1394) 2022-08-02 13:50:32 -07:00
overview.md Replace direct http links to rustc-dev-guide.rust-lang.org to relative links to the corresponding md source files. (#2044) 2024-08-21 11:54:39 -07:00
panic-implementation.md separate link target from normal content 2024-02-11 06:36:15 +01:00
parallel-rustc.md OwningRef exists no more 2023-07-02 13:17:42 +02: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 linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02: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 fix some typos 2024-05-21 11:56:12 +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 the rustc_interface examples for current rustc (#1974) 2024-05-11 00:06:30 +01:00
rustc-driver-interacting-with-the-ast.md Update the rustc_interface examples for current rustc (#1974) 2024-05-11 00:06:30 +01:00
rustc-driver.md Fix some links 2023-06-29 06:43:19 +02:00
rustdoc-internals.md Update rustdoc-internals.md (#1911) 2024-03-13 18:56:14 -03:00
rustdoc.md Clean up misleading language 2024-09-15 14:53:28 -04:00
salsa.md Add link in salsa (#1866) 2024-01-28 19:42:26 -03:00
sanitizers.md linkcheck: fix reported broken links (part 1) (#2022) 2024-07-24 20:01:25 +08:00
serialization.md Remove reference to -Z ast-json and -Z ast-json-noexpand 2024-02-17 20:47:05 +01:00
stability.md clarify the role of rustc_const_unstable 2024-08-31 15:02:08 +02:00
stabilization_guide.md Update `stabilization_guide.md` (#2034) 2024-08-24 02:46:04 +08:00
syntax-intro.md
test-implementation.md Document inert vs active attributes (#1110) 2024-06-23 16:09:09 +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 chore: fix some typos in conments 2024-04-09 10:59:59 +02:00
tracing.md improve accuracy 2023-03-10 09:04:21 +02:00
ty-fold.md linkcheck: fix reported broken links (part 2) (#2024) 2024-07-27 14:45:57 +02:00
ty.md Reviews 2024-05-31 01:27:28 +01: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 Fix more links (#1884) 2024-02-21 12:17:28 -03:00
variance.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
walkthrough.md fixed the typo (#2058) 2024-09-08 11:51:11 -04:00
what_is_ty_generics.md Reviews 2024-05-31 01:27:28 +01:00