rustc-dev-guide/src
LeSeulArtichaut 50f1e77e4a Apply suggestions from code review
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-10 12:12:44 -04:00
..
appendix Use HTTPS whenever possible in bibliography links (#909) 2020-10-03 22:56:29 +02: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 Recommend debug-logging instead of debug 2020-10-08 16:15:06 -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 Link to the -Zmir-opt-level proposal 2020-09-23 18:42:23 -04: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 Don't recommend building the compiler for running tests on the standard library (#887) 2020-09-23 15:46:43 +00:00
traits fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
SUMMARY.md Incorporated suggestions into git page and edit for more brevity. 2020-09-30 10:13:42 -04: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 debug-logging=true instead of debug-assertions=yes 2020-09-16 21:56:05 -04:00
compiler-src.md minor punctuation/grammar error fix 2020-09-25 22:55:49 -04:00
compiler-team.md Update chat info to reflect decision to close down Discord `#compiler`. (#800) 2020-07-17 13:01:31 +09:00
compiletest.md All the text is at the time of this writing 2020-03-17 12:16:02 -05:00
const-eval.md `ConstEvalResult` is now `EvalToConstValueResult` (#885) 2020-09-22 22:52:05 +02:00
contributing.md Use implicit reference links for shorter lines 2020-09-27 10:37:22 -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 fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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
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 Fix broken "system LLVM" link 2020-10-08 11:47:32 -04:00
git.md Apply suggestions from code review 2020-10-10 12:12:44 -04:00
hir-debugging.md
hir.md hir_map -> hir() 2020-10-03 19:38:38 -05:00
identifiers.md Fix typo 2020-09-14 17:42:19 -05:00
implementing_new_features.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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 links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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 fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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 Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -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 Reorganize the guide (#651) 2020-04-06 13:23:34 -03: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 fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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 Add new section to have a local HTTP server easily (#833) 2020-08-23 14:36:45 +02: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