rustc-dev-guide/src
Nixon Enraght-Moony a801509b43 All links to rustdoc-internals.md 2020-12-10 14:51:04 -05:00
..
appendix Document what 'sysroot' means 2020-11-29 20:02:55 -05:00
backend Document CGU partioning in case of generic and inline functions 2020-09-07 10:07:40 -04:00
borrow_check fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
building Document what 'sysroot' means 2020-11-29 20:02:55 -05:00
diagnostics Apply suggestions from review. 2020-12-02 22:34:16 -06:00
img Adds a dev guide section on Rust Coverage 2020-12-07 14:22:45 -05:00
mir Edit the Mir page to fix infelicities. (#984) 2020-12-06 15:36:52 +01:00
notification-groups Adjust mentions about CI to GitHub Actions 2020-08-02 08:38:26 -05:00
profiling Fix typo (#678) 2020-04-19 17:54:45 +02:00
queries Update src/queries/profiling.md 2020-09-09 12:30:56 -04:00
tests Address feedback 2020-11-30 18:06:43 -05:00
traits fix a couple links 2020-12-03 00:06:19 -05:00
SUMMARY.md Adds a dev guide section on Rust Coverage 2020-12-07 14:22:45 -05:00
about-this-guide.md inluding -> including 2020-07-10 16:47:54 -05:00
ast-validation.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
borrow_check.md Wrap link in borrow_check.md to satify line length checks 2020-04-05 12:46:22 -05:00
bug-fix-procedure.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
cli.md --verbose is useful when not compiling and when compiling (#901) 2020-09-29 17:18:00 +02:00
closure.md update link to 'BorrowKind' to be implicit in markdown 2020-09-25 22:55:49 -04:00
compiler-debugging.md Update src/compiler-debugging.md 2020-11-11 10:39:15 -05:00
compiler-src.md Fix a typo 2020-11-28 14:09:03 -05:00
compiler-team.md Replace links to `buildbot2.r-l.o` with `bors.r-l.o` 2020-10-21 17:34:07 -04:00
compiletest.md Clean up `compiletest` chapter (#935) 2020-10-26 11:58:00 +09:00
const-eval.md `ConstEvalResult` is now `EvalToConstValueResult` (#885) 2020-09-22 22:52:05 +02:00
contributing.md Replace links to `buildbot2.r-l.o` with `bors.r-l.o` 2020-10-21 17:34:07 -04:00
conventions.md Remove reference to copyright notices. 2020-09-24 11:45:35 -04:00
crates-io.md Some small fixes 2020-08-03 11:07:57 -05:00
debugging-support-in-rustc.md Add section describing source file checksums in debug info 2020-04-08 15:50:31 -05:00
diagnostics.md Use shorter [][]-style link to not pass 100 chars. 2020-12-02 22:34:16 -06:00
early-late-bound.md Add a bit about various type system concepts (#697) 2020-06-05 13:11:09 -03:00
feature-gate-ck.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
feature-gates.md Link to feature-stabilization docs 2020-11-26 20:43:36 -05:00
generic_arguments.md
generics.md
getting-started.md Add reference PRs for `r?` and `r+` comments (#928) 2020-10-21 23:53:32 +02:00
git.md Don't imply that the name of the fork always needs to be changed 2020-11-29 10:42:20 -05:00
hir-debugging.md
hir.md Small improvements (#936) 2020-10-27 19:34:28 +01:00
identifiers.md Add a section on identifiers in the MIR (#951) 2020-12-07 20:56:25 +01:00
implementing_new_features.md Move instructions for adding a feature gate to "Feature Gates" 2020-11-26 20:43:36 -05:00
incrcomp-debugging.md Fix dep-graph-caller-callee test location 2020-09-03 16:21:30 +02:00
licenses.md
llvm-coverage-instrumentation.md Adds a dev guide section on Rust Coverage 2020-12-07 14:22:45 -05:00
lowering.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
macro-expansion.md Fix typo errros -> errors 2020-10-19 14:11:19 -04:00
memory.md Change `rustc::*` to `rustc_middle::*` (#798) 2020-07-16 11:13:49 +09:00
method-lookup.md
miri.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
name-resolution.md Document speculative crate loading (#859) 2020-09-09 10:19:01 +03:00
opaque-types-type-alias-impl-trait.md
overview.md add string interning wikipedia link (#960) 2020-11-15 12:14:06 -05:00
panic-implementation.md fix line lengths 2020-08-31 05:12:13 +02:00
parallel-rustc.md Fix a broken link 2020-08-04 09:50:19 -04:00
param_env.md Update `param_env` link 2020-11-23 18:40:46 -05: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 Remove duplicate MIR chapter entry (#830) 2020-08-19 11:46:02 +00:00
pat-exhaustive-checking.md fix a couple links 2020-12-03 00:06:19 -05:00
profile-guided-optimization.md Adds a dev guide section on Rust Coverage 2020-12-07 14:22:45 -05:00
profiling.md Did more measurements on what exactly affects llvm-lines: 2020-10-04 10:12:47 -04:00
query.md Use `provide_both` link instead of `provide(_extern)` 2020-11-06 19:18:15 -06:00
rustbot.md Use shorter 'rustbot label' command 2020-12-01 13:56:48 -05:00
rustc-driver-getting-diagnostics.md Reference complete examples 2020-05-07 17:30:27 -05:00
rustc-driver-interacting-with-the-ast.md Some small fixes (#823) 2020-08-11 19:36:48 -04:00
rustc-driver.md remove stupid-stats, and some references to removed API 2020-04-04 13:36:17 -05:00
rustdoc-internals.md All links to rustdoc-internals.md 2020-12-10 14:51:04 -05:00
rustdoc.md Link to the Rustdoc book in the rustdoc chapter (#981) 2020-12-04 18:23:46 +01:00
salsa.md Remove EN1 2020-09-15 18:13:33 -04:00
sanitizers.md
serialization.md Remove unneeded hashmarks (#826) 2020-08-17 04:51:37 +09:00
stability.md correct attribute used here 2020-09-12 18:41:06 -04:00
stabilization_guide.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
syntax-intro.md add a bit to syntax intro 2020-05-08 09:42:27 -05:00
test-implementation.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
the-parser.md Improve link and description of entry points in parser section (#876) 2020-09-12 08:49:05 +09:00
ty-fold.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
ty.md fix type in example (#832) 2020-08-21 18:54:59 +09:00
type-checking.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
type-inference.md add some type inference links, and fix/improve some stuff (#654) 2020-04-01 10:52:31 +02:00
variance.md
walkthrough.md Adjust mentions about CI to GitHub Actions 2020-08-02 08:38:26 -05:00