about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-07-17Update chat info to reflect decision to close down Discord `#compiler`. (#800)Felix S Klock II-3/+8
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-07-16Exclude `rustaceans.org` from linkcheckYuki Okushi-1/+1
2020-07-16Change `rustc::*` to `rustc_middle::*` (#798)Takayuki Nakata-14/+14
2020-07-14Resync config.toml and suggest better settingsSantiago Pastorino-12/+45
2020-07-14Fix typosYuki Okushi-5/+5
2020-07-14Fix distortions of "representation"Yuki Okushi-2/+2
2020-07-14Improve getting-started guideJoshua Nelson-12/+18
- Clean up wording - Suggest `build --stage 1 src/libstd`, which doesn't recompile rustc twice unnecessarily - Fix rustdoc globs which only work on Linux - Add suggestion for `build --stage 0 src/libstd` - Suggest `-j1` for very slow builds - Suggesting letting CI run tests when using a slow machine
2020-07-14Fix the difference of title in appendix A (#793)Takayuki Nakata-1/+1
2020-07-12Earlier clarification of pFCP abbreviation (#791)Ivan Veselov-6/+7
2020-07-11Fix typo: review -> reviewerIvan Veselov-1/+1
2020-07-10inluding -> includingSantiago Pastorino-1/+1
2020-07-05Canonicalize part 1 name (#788)Matt Kraai-1/+1
2020-07-04Suggest selectively disabling optimizationsNadrieril-0/+16
2020-07-04Update bug report links.Eric Huss-2/+2
2020-07-04Fix link for armhf-gnu DockerfileYuki Okushi-2/+2
2020-07-04Update docs on using Docker images.Eric Huss-6/+44
2020-07-03Update mdbookEric Huss-1/+1
2020-07-04Fix jump marker of debruijn index (#783)Takayuki Nakata-1/+1
2020-07-04Minor updates to stage docs. (#781)Eric Huss-15/+17
2020-07-03add stub inline asm chapter (#773)Who? Me?!-0/+4
2020-07-02Fix the names of table of contents and heading are differentTakayuki Nakata-3/+3
Not to write the part of Appendix `A` in heading along with other appendix.
2020-07-01fix linksmark-4/+4
2020-07-01Escape other non-linkWho? Me?!-1/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-07-01Fix non-linkWho? Me?!-1/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-07-01fix linksmark-5/+8
2020-07-01fix linksmark-8/+11
2020-07-01line lengthmark-2/+3
2020-07-01move CONTRIBUTING.md to rustc-dev-guidemark-0/+500
2020-07-01Edit Part 2 introduction (#777)pierwill-4/+3
* Edit Part 2 introduction * needs a pause Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
2020-06-30fix file namemark-1/+1
2020-06-30Move Getting Started to a "prefix chapter"Who? Me?!-1/+2
2020-06-30Move Errors and Lints to AnalysisWho? Me?!-3/+4
2020-06-30Rename resolvers following the latest rustc change (#776)Yuki Okushi-4/+4
2020-06-28Edit ty.mdpierwill-45/+40
Makes various edits throughout for formatting, punctuation, and typo fixes. Also makes some edits and re-wording for clarity.
2020-06-28Fix line lengthsJoshua Nelson-1/+2
2020-06-28Improve wording and fix typosJoshua Nelson-2/+2
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-06-28Revamp bootstrapping sectionJoshua Nelson-20/+88
- Move most of the overview to building/bootstrapping.md - Add things besides stages to bootstrapping.md
2020-06-27Add 'recovery' to the gloassaryAaron Hill-0/+1
2020-06-26Fold chapters by default to make ToC shorterWho? Me?!-1/+1
2020-06-24Fix formattingWho? Me?!-2/+2
2020-06-24Upgrade to mdbook 0.4 and switch to book parts (#764)Who? Me?!-134/+144
* upgrade to mdbook 0.4 and switch to book parts * update linkcheck * fix links, update about-this-guide
2020-06-23Move x.py commands to overviewJoshua Nelson-4/+5
2020-06-23Split up rustdoc pageJoshua Nelson-191/+200
2020-06-23Move rustdoc to 'How to build the compiler'Joshua Nelson-1/+1
The old layout was less about rustdoc and more about the compiler: "Here is an example of a project using rustc_interface". This gives focus to rustdoc on something you might want to work on for its own sake. It also makes the page much easier to find for newcomers.
2020-06-23Small spelling fix.Drew Youngwerth-1/+1
2020-06-23address review commentsmark-5/+32
2020-06-23Add prerequisite pageFlorian Gilcher-1/+28
2020-06-23add suggestion style guideAndy Russell-0/+16
The guide is based on [existing rustdoc]. [existing rustdoc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_errors/struct.Diagnostic.html#method.span_suggestion
2020-06-23fix the rebase trickmark-1/+3
2020-06-23whitelist amazonWho? Me?!-1/+1