about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2019-10-24Fix missing link (#480)CreepySkeleton-0/+2
2019-10-24Fix a typo (#477)CreepySkeleton-1/+1
2019-10-22give instructions for how to ping the ICE-breaker teams (#475)Niko Matsakis-0/+17
* give instructions for how to ping the ICE-breaker teams * Update src/ice-breaker/about.md Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> * add links
2019-10-18Update links (#472)Yuki Okushi-8/+8
2019-10-17I prefers long options in documentationTshepang Lekhonkhobe-1/+2
2019-10-17format examples better (#471)Tshepang Lekhonkhobe-14/+14
2019-10-17fix links (#469)Tshepang Lekhonkhobe-4/+4
2019-10-16update linkTshepang Lekhonkhobe-1/+1
2019-10-12Fix some paths: tt -> mbe (#465)Chris Emerson-4/+4
2019-10-12Updated kinds that were renamed to generic arguments.Diogo Sousa-51/+52
This change happened in commit bea3d67c77dd643ef1f89c8bd6562e90b373cec4 on rust-lang/rust.
2019-10-10Try to clarify how crates are able to access force-unstable dependenciesEric Huss-7/+11
without a feature attribute.
2019-10-10Expand on stability documentation.Eric Huss-5/+78
2019-10-10reference the new PR mechanism (#463)Niko Matsakis-3/+15
* reference the new PR mechanism * wrap lines
2019-10-04Refactor (build CI script): minimizes the script, thanks to mark-i-mAmanjeev Sethi-14/+2
2019-10-04Fix (build CI script): fails early if linkcheck failsAmanjeev Sethi-2/+7
2019-10-04Fix (build CI script):Amanjeev Sethi-30/+18
* Removes timeout hack because it is not needed because we have upgraded mdbook_linkcheck * Renamed build script because it is no longer ignoring timeouts
2019-10-04Revert "Removes timeout script so CI does not have false positives"Amanjeev Sethi-0/+29
This reverts commit c3ed0a1ef9013f2821eed24efcd9954600ce2b41.
2019-10-04Revert "Removes timeout script call so CI does not have false pasitives"Amanjeev Sethi-0/+1
This reverts commit 5aa733097afa7d4b3ec67e4fb09b76c761f18d17.
2019-10-04Removes timeout script call so CI does not have false pasitivesAmanjeev Sethi-1/+0
2019-10-04Removes timeout script so CI does not have false positivesAmanjeev Sethi-29/+0
2019-10-02create guide to ICE-breaker groups and specifically advice for LLVM (#452)Niko Matsakis-1/+115
2019-10-02fix chalk links (#457)Tshepang Lekhonkhobe-28/+28
* whitespace * update links
2019-10-02codegen unit is aka CGU (#459)Tshepang Lekhonkhobe-1/+1
2019-10-01Update feature gating docs to fit reality (#455)Mazdak Farrokhzad-5/+14
2019-10-01issues/issue-12345.rs is an anti-pattern (#456)Mazdak Farrokhzad-6/+7
2019-09-30Prefer https in GitHub pages urls (#454)lzutao-14/+14
2019-09-25file has since been removed from content (#453)Tshepang Lekhonkhobe-1/+0
Should of been part of 2ef961e45465a5edfbd3d5c49e4a16cee356b44b
2019-09-20Update the "Updating LLVM" documentation (#451)Alex Crichton-27/+63
Make sure existing sections are up-to-date and then also add some words about the recent convention we developed for updating LLVM versions with respect to branch naming as well.
2019-09-19Add guidance for making a PR fixes toolstateYuki Okushi-1/+11
2019-09-18add some instructions to fix toolstate (#446)Who? Me?!-0/+28
2019-09-16minor typo fixes (#445)Youngsuk Kim-3/+3
* typo fix how to expose the them to any sort of external testing apparatus => how to expose them to any sort of external testing apparatus * typo fix These following image depicts => The following image depicts * typo fix trait itself is found in in => trait itself is found in * Update src/mir/passes.md following JohnTitor's suggestion Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> * Update src/test-implementation.md Also following JohnTitor's suggestion Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-09-16typo fix (#444)Youngsuk Kim-1/+1
that would get compile to => that would get compiled to
2019-09-08typo (#441)Tshepang Lekhonkhobe-1/+1
2019-09-05hack + drive-by-fixMark Mansi-3/+12
2019-09-05Made sure travis caches mdbook-linkcheck's cache fileMichael Bryan-0/+2
2019-09-05Updated the mdbook-linkcheck versionMichael Bryan-1/+1
2019-09-05fix broken linkMark Mansi-4/+4
2019-09-05Fix a link in the query docs.Edd Barrett-3/+3
2019-08-29Update section on "existential type" to "opaque type"varkor-48/+62
2019-08-27merge libtest build step with libstd (#434)Tshepang Lekhonkhobe-22/+9
Partially handles #431
2019-08-27immutable was meant here (#435)Tshepang Lekhonkhobe-1/+1
2019-08-26'or' skippedTshepang Lekhonkhobe-1/+1
2019-08-25mention stable-in-unstable issueRalf Jung-0/+7
2019-08-25Improve "Profiling the compiler" docsWesley Wiser-6/+13
Add mentions and links to `rustc-perf` and `measureme`.
2019-08-24minor fixesmark-2/+5
2019-08-24Update stability.mdOliver Scherer-0/+3
2019-08-24Update stability.mdOliver Scherer-0/+4
2019-08-24Apply suggestions from code reviewOliver Scherer-4/+4
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2019-08-24Update src/stability.mdOliver Scherer-1/+1
Co-Authored-By: Jake Goulding <shepmaster@mac.com>
2019-08-24Explain our stability attributesOliver Scherer-0/+36