about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2021-09-08Update SUMMARY.mdAndrey Cherkashin-1/+0
2021-09-08Move ctag section to "Suggested Workflow"Andrey Cherkashin-0/+28
2021-09-08Delete ctags.mdAndrey Cherkashin-26/+0
2021-09-08Clarify paragraph in "Keeping things up to date"Noah Lev-3/+3
2021-09-07Docs: added section on rustdocTimothy Maloney-0/+7
2021-09-07Docs: made suggested fixTimothy Maloney-1/+1
2021-09-07Docs: deleted copyTimothy Maloney-6/+0
2021-09-07Docs: added section discussing core ideasTimothy Maloney-1/+16
2021-09-07Docs: delete redundant use of correctnessTimothy Maloney-1/+1
2021-09-07Docs: consolidated parallelism informationTimothy Maloney-47/+47
2021-09-06Add links to overview.md (#1202)Dezhi Wu-7/+13
2021-09-05Spelling change intermidiate to intermediatesjud-2/+2
Very importent change.
2021-09-05Fix a typo (#1200)Dezhi Wu-1/+1
2021-09-01Documenting diagnostic items with their usage and naming conventions (#1192)Fridtjof Stoldt-0/+147
* Documenting diagnostic items with their usage and naming conventions * Fixed typos in diagnostic items documentation Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Camelid <camelidcamel@gmail.com>
2021-08-31Add link to `Span`Noah Lev-1/+2
2021-08-31Add rustc-source to suggested rust-analyzer config (#1189)Joshua Nelson-0/+1
This allows loading the sources for crates loaded from the sysroot.
2021-08-31Fix typo, clarify backtick wording, and use inline codeNoah Lev-4/+4
2021-08-28Trailing date comments in a line inside of a paragraph caused beginning of a ↵Frank Steffahn-4/+4
new paragraph. (#1196) This PR fixes the 2 occurrences of that. (I'm not sure if there's an underlying issue with mdbook or if this is working as intended.)
2021-08-28Fix warning "Renderer command uses a path relative to the renderer output ↵Frank Steffahn-1/+1
directory ..." (#1194)
2021-08-27Fix a code block containing ```rustFrank Steffahn-1/+1
This wasn't displayed correctly. Changing `` ```rust `` to `` ```rust`` made it a code block again, but the leading space was rendered as-well. (This may be an issue in mdbook, but I'm not sure.) This commit changes it to use HTML-syntax in order to get the desired result.
2021-08-26date-check: Recognize capitalized 'Date' as wellNoah Lev-1/+7
Now, if people use 'Date' instead of 'date', it won't be ignored.
2021-08-22Fix typo “a Rc” → “an Rc” (#1191)Frank Steffahn-1/+1
2021-08-21Expand THIR section with more details (#1183)Smittyvb-7/+183
* Expand THIR section with more details * Remove incorrect reference to `HirId`s Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com>
2021-08-16Remove docs for old -Z profile-queries flagSmitty-348/+20
2021-08-15update mdbook version to latestTshepang Lekhonkhobe-1/+1
v0.4.7 didn't have the feature to allow this See https://github.com/rust-lang/rustc-dev-guide/pull/1180#issuecomment-899128718
2021-08-15allow to quickly edit a page directly on githubTshepang Lekhonkhobe-0/+1
2021-08-10Remove a dead link in `new-target.md` + other nits (#1186)Rahul Butani-6/+8
2021-08-07Add description of -opt-bisect-limit LLVM option (#1182)Bryan Cantrill-0/+13
2021-08-05Fixed team responsible for stabilization (#1181)Yoh Deadfall-2/+2
2021-07-29Add S-Inactive PRs as another source of things contributors could work on ↵the8472-0/+6
(#1177)
2021-07-28git.md: Fix No-Merge Policy linkDave-1/+1
2021-07-26Fix typo in building/bootstrapping.md (#1175)Ben Reeves-1/+1
2021-07-20Link directly to stabilization report comments (#1173)Noah Lev-3/+9
Previously, readers had to scroll through tons of comments to find the report.
2021-07-13Update for merge of CrateDisambiguator into StableCrateIdbjorn3-14/+15
2021-07-08Minor capitalization fix (#1170)Eric Holk-1/+1
2021-07-05Fixed typos in inline codeYoh Deadfall-2/+2
2021-07-05Document lang items (#1119)Joshua Nelson-0/+68
* Document lang items * Apply suggestions from code review Co-authored-by: Camelid <camelidcamel@gmail.com> * Add an example of retrieving lang items * Add two missing words * Fix line lengths Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru> Co-authored-by: Camelid <camelidcamel@gmail.com>
2021-07-04More specifics on what future-incompatible lints are used forRyan Levick-5/+19
2021-07-04Fix line lensRyan Levick-5/+7
2021-07-04Update information on lints particularly on future-incompatibleRyan Levick-22/+38
2021-07-04Update section of lint storeRyan Levick-27/+34
2021-07-02Update around half of the January 2021 date references (#1155)Ryan Levick-20/+11
2021-07-02Create issues for many TODOs (#1163)Ryan Levick-13/+15
* Create issues for many TODOs * Update src/crates-io.md Co-authored-by: Joshua Nelson <github@jyn.dev> * Update src/backend/inline-asm.md Co-authored-by: Yuki Okushi <jtitor@2k36.org> Co-authored-by: Joshua Nelson <github@jyn.dev> Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2021-07-01Links from rustc-dev-guide to std-dev-guide (#1152)Josh Triplett-0/+5
2021-06-29Document how to mark features as incomplete (#1151)Smittyvb-0/+9
* Document how to mark features as incomplete This was changed in https://github.com/rust-lang/rust/pull/86446 so that incompleteness is included in the delcaration. * Footerify link
2021-06-25Remove requests or suggestions about rebase and fixup contradictory to ↵Jesús Hernández-2/+1
rust-highfive bot comment (#1111)
2021-06-24Generate glossary table correctly (#1146)Smittyvb-89/+90
Co-authored-by: Yuki Okushi <yuki.okushi@huawei.com>
2021-06-23Correct the wrong serial number (#1147)二手掉包工程师-13/+13
2021-06-21Update "Inference variables" section (#1145)Yuki Okushi-2/+3
2021-06-17Document how to run unit tests (#1141)Yuki Okushi-0/+14