rustc-dev-guide/src
Joshua Nelson 43fa1342f0 Document what 'sysroot' means 2020-11-29 20:02:55 -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 Update error codes to match the current implementation 2020-09-08 13:59:34 +02:00
img Describe how to generate graphviz diagrams for dataflow 2020-09-16 00:21:55 -04:00
mir add small explanation of why fuel can be useful for debugging 2020-11-22 08:43:00 -05: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 Replace links to `buildbot2.r-l.o` with `bors.r-l.o` 2020-10-21 17:34:07 -04:00
traits fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
SUMMARY.md Document how to modify feature gates 2020-11-26 20:43:36 -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 Document when errors should have an associated error code (#967) 2020-11-24 17:09:59 -08: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 Updated kinds that were renamed to generic arguments. 2019-10-12 09:44:31 -05:00
generics.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
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 Fix typo 2020-09-14 17:42:19 -05: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 minor grammar edit 2020-03-22 19:27:23 -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 Update section on "existential type" to "opaque type" 2019-08-29 08:13:12 -05:00
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 Explain why exhaustiveness is necessary for soundness 2020-10-16 18:26:10 -04:00
profile-guided-optimization.md Rename `src/libstd` to `library/std` etc. (#815) 2020-07-30 22:47:22 +09: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 Fix typos (#916) 2020-10-08 16:19:56 +09: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 Links to htmldocck/@has/matches for searchability 2020-11-11 19:02:37 -05:00
rustdoc.md Rename `src/libstd` to `library/std` etc. (#815) 2020-07-30 22:47:22 +09:00
salsa.md Remove EN1 2020-09-15 18:13:33 -04:00
sanitizers.md Update sanitizers documentation (#562) 2020-02-10 10:53:59 -05:00
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 fix broken links 2019-11-05 11:58:33 -06:00
walkthrough.md Adjust mentions about CI to GitHub Actions 2020-08-02 08:38:26 -05:00