rustc-dev-guide/src
Joshua Nelson 185f43c746 Use imprecise times, because the time to build depends on your computer
Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com>
2020-09-09 20:58:30 -04:00
..
appendix Typo 2020-08-31 05:12:13 +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 Use imprecise times, because the time to build depends on your computer 2020-09-09 20:58:30 -04:00
diagnostics Update error codes to match the current implementation 2020-09-08 13:59:34 +02:00
img Minor updates to stage docs. (#781) 2020-07-04 00:28:44 +09:00
mir Adds documentation to cover spanview output 2020-09-02 12:39:47 +02: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 Adjust mentions about CI to GitHub Actions 2020-08-02 08:38:26 -05:00
traits fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
SUMMARY.md Remove duplicate MIR chapter entry (#830) 2020-08-19 11:46:02 +00: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 Add a link to the forge procedure on adding new options. (#754) 2020-06-18 10:33:15 +02:00
closure.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02:00
compiler-debugging.md broken intra-page link from spanview to graphviz 2020-09-09 19:01:14 -04:00
compiler-src.md update docs to refer to the move 2020-09-03 19:25:02 -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 Update docs related to const-eval/Miri (#676) 2020-05-25 17:23:15 +09:00
contributing.md Rename `src/libstd` to `library/std` etc. (#815) 2020-07-30 22:47:22 +09:00
conventions.md update conventions (#735) 2020-06-05 13:06:39 -03: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 Rename src/rustc to compiler/rustc 2020-09-06 16:21:08 +02: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 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 Update section on "existential type" to "opaque type" 2019-08-29 08:13:12 -05:00
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 Update some projects locations (#658) 2020-04-02 18:40:15 +02:00
query.md fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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 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
serialization.md Remove unneeded hashmarks (#826) 2020-08-17 04:51:37 +09:00
stability.md Some small fixes 2020-08-03 11:07:57 -05: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 fix links and names after compiler mv to compiler/ 2020-08-31 05:12:13 +02: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