| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-17 | Update 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-16 | Exclude `rustaceans.org` from linkcheck | Yuki Okushi | -1/+1 | |
| 2020-07-16 | Change `rustc::*` to `rustc_middle::*` (#798) | Takayuki Nakata | -14/+14 | |
| 2020-07-14 | Resync config.toml and suggest better settings | Santiago Pastorino | -12/+45 | |
| 2020-07-14 | Fix typos | Yuki Okushi | -5/+5 | |
| 2020-07-14 | Fix distortions of "representation" | Yuki Okushi | -2/+2 | |
| 2020-07-14 | Improve getting-started guide | Joshua 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-14 | Fix the difference of title in appendix A (#793) | Takayuki Nakata | -1/+1 | |
| 2020-07-12 | Earlier clarification of pFCP abbreviation (#791) | Ivan Veselov | -6/+7 | |
| 2020-07-11 | Fix typo: review -> reviewer | Ivan Veselov | -1/+1 | |
| 2020-07-10 | inluding -> including | Santiago Pastorino | -1/+1 | |
| 2020-07-05 | Canonicalize part 1 name (#788) | Matt Kraai | -1/+1 | |
| 2020-07-04 | Suggest selectively disabling optimizations | Nadrieril | -0/+16 | |
| 2020-07-04 | Update bug report links. | Eric Huss | -2/+2 | |
| 2020-07-04 | Fix link for armhf-gnu Dockerfile | Yuki Okushi | -2/+2 | |
| 2020-07-04 | Update docs on using Docker images. | Eric Huss | -6/+44 | |
| 2020-07-03 | Update mdbook | Eric Huss | -1/+1 | |
| 2020-07-04 | Fix jump marker of debruijn index (#783) | Takayuki Nakata | -1/+1 | |
| 2020-07-04 | Minor updates to stage docs. (#781) | Eric Huss | -15/+17 | |
| 2020-07-03 | add stub inline asm chapter (#773) | Who? Me?! | -0/+4 | |
| 2020-07-02 | Fix the names of table of contents and heading are different | Takayuki Nakata | -3/+3 | |
| Not to write the part of Appendix `A` in heading along with other appendix. | ||||
| 2020-07-01 | fix links | mark | -4/+4 | |
| 2020-07-01 | Escape other non-link | Who? Me?! | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-07-01 | Fix non-link | Who? Me?! | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-07-01 | fix links | mark | -5/+8 | |
| 2020-07-01 | fix links | mark | -8/+11 | |
| 2020-07-01 | line length | mark | -2/+3 | |
| 2020-07-01 | move CONTRIBUTING.md to rustc-dev-guide | mark | -0/+500 | |
| 2020-07-01 | Edit Part 2 introduction (#777) | pierwill | -4/+3 | |
| * Edit Part 2 introduction * needs a pause Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com> | ||||
| 2020-06-30 | fix file name | mark | -1/+1 | |
| 2020-06-30 | Move Getting Started to a "prefix chapter" | Who? Me?! | -1/+2 | |
| 2020-06-30 | Move Errors and Lints to Analysis | Who? Me?! | -3/+4 | |
| 2020-06-30 | Rename resolvers following the latest rustc change (#776) | Yuki Okushi | -4/+4 | |
| 2020-06-28 | Edit ty.md | pierwill | -45/+40 | |
| Makes various edits throughout for formatting, punctuation, and typo fixes. Also makes some edits and re-wording for clarity. | ||||
| 2020-06-28 | Fix line lengths | Joshua Nelson | -1/+2 | |
| 2020-06-28 | Improve wording and fix typos | Joshua Nelson | -2/+2 | |
| Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-06-28 | Revamp bootstrapping section | Joshua Nelson | -20/+88 | |
| - Move most of the overview to building/bootstrapping.md - Add things besides stages to bootstrapping.md | ||||
| 2020-06-27 | Add 'recovery' to the gloassary | Aaron Hill | -0/+1 | |
| 2020-06-26 | Fold chapters by default to make ToC shorter | Who? Me?! | -1/+1 | |
| 2020-06-24 | Fix formatting | Who? Me?! | -2/+2 | |
| 2020-06-24 | Upgrade 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-23 | Move x.py commands to overview | Joshua Nelson | -4/+5 | |
| 2020-06-23 | Split up rustdoc page | Joshua Nelson | -191/+200 | |
| 2020-06-23 | Move 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-23 | Small spelling fix. | Drew Youngwerth | -1/+1 | |
| 2020-06-23 | address review comments | mark | -5/+32 | |
| 2020-06-23 | Add prerequisite page | Florian Gilcher | -1/+28 | |
| 2020-06-23 | add suggestion style guide | Andy 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-23 | fix the rebase trick | mark | -1/+3 | |
| 2020-06-23 | whitelist amazon | Who? Me?! | -1/+1 | |
