about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-02-03Fix broken links (#570)Who? Me?!-6/+6
2020-01-30use cargo installMark Mansi-25/+2
2020-01-30Add an example PR to join the Cleanup Crew ICE-BreakersSantiago Pastorino-0/+1
2020-01-29Replaced simple comment with doc commentLeSeulArtichaut-1/+1
2020-01-23add cleanup crew (#556)Niko Matsakis-0/+115
* add cleanup crew * update the text about carog-bisect-rustc etc * Update src/ice-breaker/cleanup-crew.md Co-Authored-By: lqd <remy.rakic+github@gmail.com> * finish the 3rd section * fix typo * clarify when you need to find PR range * add link to zulip stream Co-authored-by: lqd <remy.rakic+github@gmail.com>
2020-01-13Fix linkYuki Okushi-2/+2
2020-01-13Update .gitattributesjethrogb-0/+5
See https://github.com/rust-lang/rust/pull/57858
2020-01-13Fix linksYuki Okushi-5/+5
2020-01-12Fix links and pathsYuki Okushi-9/+11
2020-01-10Fix line lengthYuki Okushi-17/+18
2020-01-10Fix links and pathsYuki Okushi-33/+33
2020-01-05Fix linksYuki Okushi-8/+8
2020-01-03Summarize the lecture of ty into a chapter (#530)Santiago Pastorino-87/+596
* 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-02Add missing hash marksAaron Hill-3/+3
Fixes #550 I can no longer reproduce the issue
2020-01-02Apply fixesAaron Hill-11/+12
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-02Fix line lengthsAaron Hill-5/+8
2020-01-02Update for method renames in libstdAaron Hill-3/+3
2020-01-02Fix name of lang itemAaron Hill-1/+1
2020-01-02Fix typoAaron Hill-1/+1
2020-01-02Apply some fixesAaron Hill-4/+3
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-01-02Add panic implementation docsAaron Hill-0/+106
2019-12-31Fix links (#549)Yuki Okushi-17/+17
2019-12-31More info about using local LLVM (#547)Who? Me?!-2/+12
* more info about llvm-config * typo Co-Authored-By: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
2019-12-31add a bit about def path (#548)Who? Me?!-0/+6
2019-12-28minor grammar fixesYOUNGSUK KIM-3/+3
2019-12-28Fix linkYuki Okushi-1/+1
2019-12-26Update linkYuki Okushi-1/+1
2019-12-24Introduce `rustc_const_stable` and explain `rustc_const_unstable` (#542)Oliver Scherer-0/+22
2019-12-22Minor update to stability.mdRoss MacArthur-1/+2
2019-12-22Update stability documentation, mention `issue = "none"`Ross MacArthur-0/+5
2019-12-22Rewrap stability.md to column 79Ross MacArthur-39/+44
2019-12-21Document rustc internal env vars a little bit (#513)Who? Me?!-0/+17
2019-12-19chalk: place brackets in usual positionsTshepang Lekhonkhobe-2/+2
2019-12-19salsa: reduce overlong sentenceTshepang Lekhonkhobe-2/+2
2019-12-17Correct statement that wrongly claims the json emitter still lives in ↵Christoph Schmidler-6/+4
libsyntax crate
2019-12-14update NLL after refactoringsMark Mansi-48/+41
2019-12-09fix linkMark Mansi-1/+3
2019-12-09move the last few things from the forgeMark Mansi-0/+314183
2019-12-06Fix linksYuki Okushi-17/+8
2019-12-03Remove reference to run-pass testsLaurențiu Nicola-3/+1
2019-12-03fix linksTshepang Lekhonkhobe-5/+5
2019-11-27Add Karrq's salsa chapter (#529)Who? Me?!-1/+216
* add Karrq's salsa chapter * add youtu.be short url
2019-11-26Update src/walkthrough.mdWho? Me?!-1/+1
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-26Define FCP where first usedMark Mansi-7/+7
2019-11-26Revert "website has disappeared"Who? Me?!-0/+3
This reverts commit 0930e773f1123f9c118f81af3f00b09f1dafc17e.
2019-11-26Don't run mdbook testWho? Me?!-1/+0
We don't want to test almost any of our code blocks... none of them are valid on their own...
2019-11-26Couple of changes to code so that its safeHanif Bin Ariffin-52/+52
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-26Fix typoIvan Tham-2/+2
2019-11-26website has disappearedMark Mansi-3/+0
2019-11-26-Cllvm-arg is actually -Cllvm-argsTyler Mandry-2/+2