Commit graph

844 commits

Author SHA1 Message Date
Yuki Okushi
690f8240a4 Fix links and paths 2020-01-10 13:12:39 -05:00
Yuki Okushi
1dd43c3273 Fix links 2020-01-05 18:38:38 -05:00
Santiago Pastorino
1daca67360 Summarize the lecture of ty into a chapter (#530)
* Summarize the lecture of ty into a chapter

* Add note that def-id is explained later

* Add mark-i-am fixes

* Address some of Niko's comments

* address last review comments

* fix link

Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-01-03 09:12:37 -05:00
Aaron Hill
4550084007 Add missing hash marks
Fixes #550

I can no longer reproduce the issue
2020-01-02 22:00:26 -06:00
Aaron Hill
15b76609ec Apply fixes
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-02 21:54:14 -06:00
Aaron Hill
b73fee53d3 Fix line lengths 2020-01-02 21:54:14 -06:00
Aaron Hill
5708a70893 Update for method renames in libstd 2020-01-02 21:54:14 -06:00
Aaron Hill
bb1f79d856 Fix name of lang item 2020-01-02 21:54:14 -06:00
Aaron Hill
1b0297fe0e Fix typo 2020-01-02 21:54:14 -06:00
Aaron Hill
33cd0d0c9b Apply some fixes
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-01-02 21:54:14 -06:00
Aaron Hill
441a9229fd Add panic implementation docs 2020-01-02 21:54:14 -06:00
Yuki Okushi
66e8c4fd12 Fix links (#549) 2019-12-31 19:45:01 +01:00
Who? Me?!
c7aee944bb More info about using local LLVM (#547)
* more info about llvm-config

* typo

Co-Authored-By: Santiago Pastorino <spastorino@gmail.com>

Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
2019-12-31 09:46:49 -03:00
Who? Me?!
095a0f3c17 add a bit about def path (#548) 2019-12-31 09:46:18 -03:00
YOUNGSUK KIM
abb4d7d104 minor grammar fixes 2019-12-28 17:02:38 -06:00
Yuki Okushi
9e9fdd9215 Fix link 2019-12-28 16:59:45 -06:00
Yuki Okushi
cf454c3fc2 Update link 2019-12-26 13:53:05 -06:00
Oliver Scherer
11cc47efec Introduce rustc_const_stable and explain rustc_const_unstable (#542) 2019-12-24 01:16:23 +01:00
Ross MacArthur
a57693df70 Minor update to stability.md 2019-12-22 17:17:47 -06:00
Ross MacArthur
6cf400b75f Update stability documentation, mention issue = "none" 2019-12-22 17:17:47 -06:00
Ross MacArthur
4347a2b9f3 Rewrap stability.md to column 79 2019-12-22 17:17:47 -06:00
Who? Me?!
cd31b973e4 Document rustc internal env vars a little bit (#513) 2019-12-21 08:00:09 -05:00
Tshepang Lekhonkhobe
bf3597ec12 chalk: place brackets in usual positions 2019-12-19 23:03:31 -06:00
Tshepang Lekhonkhobe
843e23cd5c salsa: reduce overlong sentence 2019-12-19 23:03:08 -06:00
Christoph Schmidler
50c6bc4add Correct statement that wrongly claims the json emitter still lives in libsyntax crate 2019-12-17 08:35:30 -06:00
Mark Mansi
35669443ea update NLL after refactorings 2019-12-14 06:41:11 -06:00
Mark Mansi
14481656f5 fix link 2019-12-09 10:52:52 -06:00
Mark Mansi
d45703aeca move the last few things from the forge 2019-12-09 10:52:52 -06:00
Yuki Okushi
e9c69b21d8 Fix links 2019-12-06 09:42:24 -06:00
Laurențiu Nicola
a901945587 Remove reference to run-pass tests 2019-12-03 19:37:21 -06:00
Tshepang Lekhonkhobe
a682d03810 fix links 2019-12-03 19:34:15 -06:00
Who? Me?!
71d57f5f74 Add Karrq's salsa chapter (#529)
* add Karrq's salsa chapter

* add youtu.be short url
2019-11-27 14:06:07 -03:00
Who? Me?!
10c7269ac0 Update src/walkthrough.md
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-26 21:01:59 -06:00
Mark Mansi
6d62c507cd Define FCP where first used 2019-11-26 21:01:59 -06:00
Who? Me?!
0d0f1e20df Revert "website has disappeared"
This reverts commit 0930e773f1123f9c118f81af3f00b09f1dafc17e.
2019-11-26 21:00:47 -06:00
Who? Me?!
5af9a8edc8 Don't run mdbook test
We don't want to test almost any of our code blocks... none of them are valid on their own...
2019-11-26 21:00:34 -06:00
Hanif Bin Ariffin
14bc65ee13 Couple of changes to code so that its safe
Specifically, `> $1` causes it to write into the file $1 if it exist
And `> ./x.py` is particularly bad because it overwrite the script with
empty spaces...
2019-11-26 17:18:04 -06:00
Ivan Tham
2810d33295 Fix typo 2019-11-26 17:14:05 -06:00
Mark Mansi
dcc452a13c website has disappeared 2019-11-26 17:05:11 -06:00
Tyler Mandry
ab0640a053 -Cllvm-arg is actually -Cllvm-args 2019-11-26 17:03:43 -06:00
Santiago Pastorino
91056aaefa Minor mir chapter fixes 2019-11-20 08:00:49 -06:00
homersimpsons
8f1c6763d3 ty.md: fix a typo 2019-11-19 17:57:31 -06:00
Mark Mansi
61362746dc some cleanup 2019-11-14 14:14:39 -06:00
Who? Me?!
1fbf3dd9ca typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-14 13:08:20 -06:00
Who? Me?!
13d0eabc63 typo
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-14 13:08:20 -06:00
Mark Mansi
f583948e83 add oli note 2019-11-14 13:08:20 -06:00
Mark Mansi
7ecacb4af5 add something for mir opt 2019-11-14 13:08:20 -06:00
Who? Me?!
99ba3e67d6 add compilers biblio (#512) 2019-11-13 16:51:01 +01:00
ksqsf
391c77b148 backtraces work on Mac 2019-11-12 14:44:41 -06:00
Mark Mansi
1bfdcdbd9e update parser chapter 2019-11-12 10:28:31 -06:00