rustc-dev-guide/src
mark 5ab21a1318 sprinkle around a bunch of links 2020-05-08 09:42:27 -05:00
..
appendix Address review comments. 2020-04-25 06:57:48 -05:00
backend Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
borrow_check Add ids to all glossary items, make existing glossary links point to glossary, add links for def id in query.md 2020-04-05 12:46:22 -05:00
building Start with the basics (#675) 2020-04-17 21:16:56 +09:00
codegen fix broken links 2020-03-31 21:34:55 -05:00
diagnostics Update ./x.py tidy testing documentation (#607) 2020-03-10 12:02:24 +09:00
ice-breaker It's just ICE-breaker (#685) 2020-04-28 21:19:37 +02:00
img Added rustc phases diagram and explanation 2019-05-15 09:39:50 -05:00
mir Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
profiling Fix typo (#678) 2020-04-19 17:54:45 +02:00
queries tidy 2020-04-30 21:25:29 -05:00
tests improve info regarding incremental a little 2020-05-01 09:18:42 -05:00
traits Fix example for winnowing 2020-05-02 21:23:21 -05:00
SUMMARY.md reorder some chapters 2020-05-08 09:42:27 -05:00
about-this-guide.md mark-i-m review edits 2020-04-07 12:11:56 -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 a few more links 2020-03-31 15:43:14 -05:00
closure.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
compiler-debugging.md I confirmed this 2020-05-01 09:17:27 -05:00
compiler-src.md Replace `rustc` with `rustc_middle` (#680) 2020-04-20 15:16:27 +02:00
compiler-team.md and a few more links 2020-03-31 15:43:14 -05:00
compiletest.md All the text is at the time of this writing 2020-03-17 12:16:02 -05:00
const-eval.md fix related miri variables 2019-01-19 23:48:13 +09:00
conventions.md Update some projects locations (#658) 2020-04-02 18:40:15 +02:00
crates-io.md update conventions 2019-01-23 12:56:40 -06: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 Remove extra the 2020-04-27 15:45:00 -05: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
hir-debugging.md Organize and finish debugging chapters 2019-02-23 18:14:47 -06:00
hir.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
implementing_new_features.md Remove typo 2020-03-17 12:16:02 -05:00
incrcomp-debugging.md
licenses.md minor grammar edit 2020-03-22 19:27:23 -05:00
lowering.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
macro-expansion.md sprinkle around a bunch of links 2020-05-08 09:42:27 -05:00
memory.md fix a few more links 2020-03-31 15:43:14 -05:00
method-lookup.md
miri.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
name-resolution.md expand some notes about expansion :P 2020-05-08 09:42:27 -05: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 Fix some whitespace (#677) 2020-04-19 01:40:16 +09:00
panic-implementation.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
parallel-rustc.md typo 2020-05-06 17:03:52 -05:00
param_env.md Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
part-1-intro.md consistent section title casing 2020-04-07 12:11:56 -05:00
part-2-intro.md mark-i-m review edits 2020-04-07 12:11:56 -05:00
part-3-intro.md add a bit to part 3 intro 2020-05-08 09:42:27 -05:00
part-4-intro.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
part-5-intro.md consistent section title casing 2020-04-07 12:11:56 -05:00
pat-exhaustive-checking.md Reorganize the guide (#651) 2020-04-06 13:23:34 -03:00
profile-guided-optimization.md Add documentation about profile-guided optimization. 2019-05-14 11:19:21 -05:00
profiling.md Update some projects locations (#658) 2020-04-02 18:40:15 +02:00
query.md Apply feedback. 2020-04-18 20:58:14 -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 Reference complete examples 2020-05-07 17:30:27 -05:00
rustc-driver.md remove stupid-stats, and some references to removed API 2020-04-04 13:36:17 -05:00
rustdoc.md Fix links and paths 2020-01-10 13:12:39 -05:00
salsa.md salsa: reduce overlong sentence 2019-12-19 23:03:08 -06:00
sanitizers.md Update sanitizers documentation (#562) 2020-02-10 10:53:59 -05:00
stability.md Introduce `rustc_const_stable` and explain `rustc_const_unstable` (#542) 2019-12-24 01:16:23 +01:00
stabilization_guide.md Fix links and paths 2020-01-12 14:31:55 -06:00
syntax-intro.md add a bit to syntax intro 2020-05-08 09:42:27 -05:00
test-implementation.md follow 4-space indent idiom 2020-03-31 22:17:15 -05:00
the-parser.md add note about macros in parser chapter 2020-05-08 09:42:27 -05:00
ty-fold.md fix a few more links 2020-03-31 15:43:14 -05:00
ty.md Added link to the `ty::Adt` (#696) 2020-05-07 23:44:39 +09:00
type-checking.md
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 Update src/walkthrough.md 2020-03-17 12:16:02 -05:00