Commit Graph

41 Commits

Author SHA1 Message Date
Who? Me?! 10a4d76ecd Reorganize the guide (#651)
* start on guide reorg

* backend intro

* part 2, 3, 4 intros

* some missing files

* Fix typos

Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>

* add links from intro

* rename compiler source chapter and add placeholder for overview

* rename parts, mv rustc_driver to part 3, make syntax chapter

* update part intros

* add syntax ch intro

* address review comments

* Better overview chapter placeholder

Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>

* fix link

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
2020-04-06 13:23:34 -03:00
Paul Daniel Faria ef8048d986 Add ids to all glossary items, make existing glossary links point to glossary, add links for def id in query.md 2020-04-05 12:46:22 -05:00
LeSeulArtichaut cb99cfcc1e Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
Youngsuk Kim b51dfaa0d1 Clarify sentence meaning 2020-03-15 21:27:40 -05:00
Santiago Pastorino c05ed676d2 Rename rustc-guide to rustc-dev-guide (#601)
* Rename rustc-guide to rustc-dev-guide

* rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
2020-03-10 11:01:43 -03:00
Eduard-Mihai Burtescu 7be25179bd mir: begin documenting user variable debuginfo. (#571) 2020-02-05 23:55:42 +01:00
Yuki Okushi 236c78d993 Fix link 2020-01-13 22:58:05 -06:00
Yuki Okushi 2d61e5cd29 Fix links 2020-01-13 13:14:26 -06:00
Santiago Pastorino 09f6d83008 Minor mir chapter fixes 2019-11-20 08:00:49 -06:00
Who? Me?! 8f729bb3ec typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-14 13:08:20 -06:00
Who? Me?! a35f67c21c typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-14 13:08:20 -06:00
Mark Mansi d1614a5c8c add oli note 2019-11-14 13:08:20 -06:00
Mark Mansi 3f6781eb0c add something for mir opt 2019-11-14 13:08:20 -06:00
lzutao 45a3c4f5cc Prefer https in GitHub pages urls (#454) 2019-09-30 11:26:27 -03:00
Youngsuk Kim 4cb7c6159c minor typo fixes (#445)
* 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-16 17:34:03 -03:00
Youngsuk Kim 2e15dbd1f5 typo fix (#444)
that would get compile to => that would get compiled to
2019-09-16 10:37:02 -03:00
Yuki Okushi dd1898f265 Fix typo 2019-06-26 22:21:47 -05:00
Eduard-Mihai Burtescu 2309adfd9d Update for TyCtxt<'a, 'gcx, 'tcx> -> TyCtxt<'tcx>. 2019-06-15 16:58:30 -05:00
Mark Mansi 2a74e5f5ce Organize and finish debugging chapters 2019-02-23 18:14:47 -06:00
Oliver Scherer fdec17d475 Add graphs that I forgot to push in the original PR 2018-12-14 17:29:38 -06:00
Dan Robertson bb91e56438 Fix link to rustc_mir::hair::cx::expr 2018-12-11 21:58:29 -06:00
Oliver Scherer 4252f1753a Don't try to build some example code snippets 2018-11-09 19:17:49 -06:00
Oliver Scherer 073588bc59 Line length checks 2018-11-09 19:17:49 -06:00
Oliver Scherer 5fd83b7d44 Remove a sentence from the end of a chapter because it also appears right at the start of the chapter 2018-11-09 19:17:49 -06:00
Who? Me?! c9f929122a Clarify aggregates
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?! 203a545285 Missing connection between two consecutive sentences
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?! cc33639a95 english is hard
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?! 7d4e8fade7 caps nit
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Who? Me?! 13a9a2c9ab Grammar nit
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
2018-11-09 19:17:49 -06:00
Oliver Scherer 5c1574d43f Fix tidy 2018-11-09 19:17:49 -06:00
Oliver Scherer ee6dcdb221 Address most other review comments 2018-11-09 19:17:49 -06:00
Niko Matsakis d8c2025b02 Explain the unpack! macro 2018-11-09 19:17:49 -06:00
Oliver Scherer a6843376d8 Split overcomplicated sentence into two 2018-11-09 19:17:49 -06:00
Oliver Scherer e5017443f2 Link to docs and address some review comments 2018-11-09 19:17:49 -06:00
Oliver Scherer dd84db1f25 Document MIR building somewhat 2018-11-09 19:17:49 -06:00
Gareth Ellis 817a8879c9 Fixed Spelling Mistake In MIR/index.md - "alloated" 2018-11-09 18:08:51 -06:00
Mark Mansi 0ccae015cb Fix all the links to be relative for mdbook 2 2018-09-21 15:54:25 -05:00
Niko Matsakis 363ae64a2f rearrange to promote the borrow checker into its own section 2018-09-11 16:31:47 -04:00
mark 8a49eb7686 fix all the not-en-dashes 2018-07-09 21:45:49 -05:00
Mark Mansi eec934f762 fix remaining links 2018-06-02 17:20:47 -04:00
Mark Mansi 6017a9cf91 move mir 2018-06-02 17:20:47 -04:00