| .. |
|
appendix
|
Fix jump marker of debruijn index (#783)
|
2020-07-04 00:31:52 +09:00 |
|
backend
|
Rename `src/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09:00 |
|
borrow_check
|
words
|
2020-06-05 10:33:15 -05:00 |
|
building
|
Rename `src/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09:00 |
|
diagnostics
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09:00 |
|
img
|
Minor updates to stage docs. (#781)
|
2020-07-04 00:28:44 +09:00 |
|
mir
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09: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
|
Rename `src/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09:00 |
|
tests
|
Adjust mentions about CI to GitHub Actions
|
2020-08-02 08:38:26 -05:00 |
|
traits
|
Fix example for winnowing
|
2020-05-02 21:23:21 -05:00 |
|
SUMMARY.md
|
Add basic steps for a new target (#805)
|
2020-07-29 04:41:28 +09: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 a few more links
|
2020-03-31 15:43:14 -05: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
|
Rename `upvars` query to `upvars_mentioned`
|
2020-05-26 11:05:21 -05:00 |
|
compiler-debugging.md
|
Clean-up minor issues (#802)
|
2020-07-18 00:00:34 +09:00 |
|
compiler-src.md
|
Replace `rustc` with `rustc_middle` (#680)
|
2020-04-20 15:16:27 +02: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
|
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
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09: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/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09: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
|
Earlier clarification of pFCP abbreviation (#791)
|
2020-07-12 10:29:17 +09:00 |
|
incrcomp-debugging.md
|
fix all the not-en-dashes
|
2018-07-09 21:45:49 -05:00 |
|
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
|
Rename resolvers following the latest rustc change (#776)
|
2020-06-30 16:22:38 +02:00 |
|
memory.md
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09:00 |
|
method-lookup.md
|
update nightly documention for issue#100-b
|
2018-04-06 21:40:18 -05:00 |
|
miri.md
|
Update docs related to const-eval/Miri (#676)
|
2020-05-25 17:23:15 +09:00 |
|
name-resolution.md
|
Rename resolvers following the latest rustc change (#776)
|
2020-06-30 16:22:38 +02: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 MIR to LLVM IR sentence (#811)
|
2020-07-28 05:03:37 +09:00 |
|
panic-implementation.md
|
Rename `src/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09:00 |
|
parallel-rustc.md
|
Fix typo
|
2020-05-08 12:02:56 -05: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
|
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
|
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
|
It looks like the high-level-overview was renamed (#721)
|
2020-05-28 00:04: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
|
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-internals.md
|
Rename `src/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09: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 |
|
stability.md
|
Introduce `rustc_const_stable` and explain `rustc_const_unstable` (#542)
|
2019-12-24 01:16:23 +01:00 |
|
stabilization_guide.md
|
Rename `src/libstd` to `library/std` etc. (#815)
|
2020-07-30 22:47:22 +09:00 |
|
syntax-intro.md
|
add a bit to syntax intro
|
2020-05-08 09:42:27 -05:00 |
|
test-implementation.md
|
fix links (#702)
|
2020-05-11 16:51:33 -03:00 |
|
the-parser.md
|
SPRINKLE ALL THE THINGS
|
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
|
Change `rustc::*` to `rustc_middle::*` (#798)
|
2020-07-16 11:13:49 +09:00 |
|
type-checking.md
|
fix all the not-en-dashes
|
2018-07-09 21:45:49 -05: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 |