rustc-dev-guide/src
PotHix a7beb12a13 Update the "Testing infrastructure" section
The testing infrastructure was migrated from Travis and AppVeyor to
Azure Pipelines some time ago. This commit updates the documentation to
reflect this change.

Fixes #500.
2019-11-08 10:14:17 -06:00
..
appendix add compiler lecture series appendix 2019-11-05 13:24:26 -06:00
borrow_check fix broken links 2019-11-05 11:58:33 -06:00
building Fix diagram src 2019-11-05 21:57:14 -06:00
codegen fix broken links 2019-11-05 11:58:33 -06:00
diagnostics Fixup links in lintstore docs (#487) 2019-10-30 09:32:16 -04:00
ice-breaker Fix missing link (#480) 2019-10-24 15:54:40 -03:00
img Added rustc phases diagram and explanation 2019-05-15 09:39:50 -05:00
mir Prefer https in GitHub pages urls (#454) 2019-09-30 11:26:27 -03:00
profiling fix links 2019-11-05 21:45:49 -06:00
queries Fix typo 2019-07-20 15:45:30 -05:00
tests Update the "Testing infrastructure" section 2019-11-08 10:14:17 -06:00
traits update link 2019-10-16 00:35:41 -05:00
SUMMARY.md breakup the building chapter 2019-11-05 21:45:49 -06:00
about-this-guide.md fix awkward sentence structure (#410) 2019-08-05 18:07:17 -03:00
borrow_check.md Prefer https in GitHub pages urls (#454) 2019-09-30 11:26:27 -03:00
closure.md Fix miscellaneous spelling typos. (#397) 2019-07-25 19:25:26 -03:00
codegen.md Update link to debugging codegen 2019-03-22 16:29:47 -05:00
compiler-debugging.md Update for TyCtxt<'a, 'gcx, 'tcx> -> TyCtxt<'tcx>. 2019-06-15 16:58:30 -05:00
compiler-team.md fix broken link 2019-09-05 16:58:38 -05:00
compiletest.md run-pass dir is gone (#409) 2019-08-01 23:25:07 -03:00
const-eval.md fix related miri variables 2019-01-19 23:48:13 +09:00
conventions.md Please don't rustfmt. 2019-11-05 09:10:33 -06:00
crates-io.md update conventions 2019-01-23 12:56:40 -06:00
debugging-support-in-rustc.md Fix typos. 2019-08-01 16:03:20 -05:00
diagnostics.md add guidelines for future-incompat lints 2019-11-05 11:56:31 -06:00
generic_arguments.md Updated kinds that were renamed to generic arguments. 2019-10-12 09:44:31 -05:00
high-level-overview.md Fix the file path where AST is defined 2018-12-01 15:11:25 -06:00
hir-debugging.md Organize and finish debugging chapters 2019-02-23 18:14:47 -06:00
hir.md Update BodyId description 2019-04-20 09:57:54 -05:00
implementing_new_features.md Updated instructions for tracking issue (#488) 2019-11-01 14:36:47 -03:00
important-links.md better grouping, more links 2019-01-27 19:58:43 -06:00
incrcomp-debugging.md fix all the not-en-dashes 2018-07-09 21:45:49 -05:00
lowering.md Typo nits #181 (#205) 2018-09-28 20:47:52 -05:00
macro-expansion.md add discussion transcript so we don't lose it 2019-11-05 11:56:47 -06:00
method-lookup.md update nightly documention for issue#100-b 2018-04-06 21:40:18 -05:00
miri.md apply linebreaks 2019-11-05 12:33:38 -06:00
name-resolution.md document the interaction between macros and nameres 2018-11-09 19:11:32 -06:00
opaque-types-type-alias-impl-trait.md Update section on "existential type" to "opaque type" 2019-08-29 08:13:12 -05:00
param_env.md Add some documentation for const eval and related topics 2018-02-23 12:36:20 -06:00
part-1-intro.md better titles a la Niko 2019-01-18 15:51:53 -06:00
part-2-intro.md Reorganize the book into 3 parts 2019-01-18 15:51:53 -06:00
profile-guided-optimization.md Add documentation about profile-guided optimization. 2019-05-14 11:19:21 -05:00
profiling.md Improve "Profiling the compiler" docs 2019-08-25 11:39:11 -05:00
query.md Fix a link in the query docs. 2019-09-05 16:58:26 -05:00
rustc-driver.md Clarify function name and add links (#506) 2019-11-09 01:09:44 +09:00
rustdoc.md Fix typos 2018-09-12 07:32:18 +02:00
sanitizers.md Sanitizers implementation in rustc 2019-11-05 09:05:38 -06:00
stability.md Try to clarify how crates are able to access force-unstable dependencies 2019-10-10 21:00:58 -05:00
stabilization_guide.md Fix typos. 2019-08-01 16:03:20 -05:00
test-implementation.md minor typo fixes (#445) 2019-09-16 17:34:03 -03:00
the-parser.md write a short paragraph about the new lexer 2019-07-22 00:19:17 -05:00
ty.md Updated kinds that were renamed to generic arguments. 2019-10-12 09:44:31 -05:00
type-checking.md fix all the not-en-dashes 2018-07-09 21:45:49 -05:00
type-inference.md Update for TyCtxt<'a, 'gcx, 'tcx> -> TyCtxt<'tcx>. 2019-06-15 16:58:30 -05:00
variance.md fix broken links 2019-11-05 11:58:33 -06:00
walkthrough.md Fix a typo (#477) 2019-10-24 02:42:52 +09:00