about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
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
2019-11-20Minor mir chapter fixesSantiago Pastorino-2/+2
2019-11-19ty.md: fix a typohomersimpsons-2/+2
2019-11-14some cleanupMark Mansi-20/+2
2019-11-14typoWho? Me?!-1/+1
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-14typoWho? Me?!-1/+1
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2019-11-14add oli noteMark Mansi-1/+6
2019-11-14add something for mir optMark Mansi-0/+44
2019-11-13add compilers biblio (#512)Who? Me?!-0/+35
2019-11-12backtraces work on Macksqsf-2/+2
2019-11-12update parser chapterMark Mansi-23/+32
2019-11-08Fix chalk linksMark Mansi-5/+5
2019-11-08trim down "Document rustc"Tshepang Lekhonkhobe-17/+7
2019-11-08whitespaceTshepang Lekhonkhobe-4/+4
2019-11-08those are now documented in this guideTshepang Lekhonkhobe-4/+0
2019-11-08rustc_back has long since been renamed to rustc_targetTshepang Lekhonkhobe-2/+2
2019-11-08fix typoTshepang Lekhonkhobe-1/+1
2019-11-08Update the "Testing infrastructure" sectionPotHix-10/+10
The testing infrastructure was migrated from Travis and AppVeyor to Azure Pipelines some time ago. This commit updates the documentation to reflect this change. Fixes #500.
2019-11-09Clarify function name and add links (#506)Youngsuk Kim-7/+9
* Clarify function name and add links rustc_interface::interface::run_compiler (https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/interface/fn.run_compiler.html)
2019-11-06Add link to git repository for bookYuki Okushi-0/+1
2019-11-05Fix diagram srcWho? Me?!-1/+1
2019-11-05fix linksMark Mansi-3/+3
2019-11-05breakup the building chapterMark Mansi-536/+548
2019-11-05fold subchaptersMark Mansi-1/+3
2019-11-05add compiler lecture series appendixMark Mansi-1/+53
2019-11-05apply linebreaksRalf Jung-63/+96
2019-11-05expand and update Miri descriptionRalf Jung-25/+82
2019-11-05Add travis badge to READMEWho? Me?!-0/+3
2019-11-05fix broken linksMark Mansi-2/+5
2019-11-05remove all the hacks, add some improvementsMark Mansi-15/+6
2019-11-05add discussion transcript so we don't lose itMark Mansi-0/+703
2019-11-05add guidelines for future-incompat lintsMark Mansi-0/+9
2019-11-05Fix some broken fragment links.Eric Huss-3/+3
2019-11-05Please don't rustfmt.Mazdak Farrokhzad-8/+6
2019-11-05Sanitizers implementation in rustcTomasz Miąsko-0/+69
2019-11-01Updated instructions for tracking issue (#488)Alexander Regueiro-6/+6
* Updated instructions for tracking issue Removed link to Forge instructions for documentation since they no longer seem to exist. * Improved links and wording
2019-10-30Fixup links in lintstore docs (#487)Mark Rousskov-4/+4
2019-10-29Add some docs around the lint store (#476)Mark Rousskov-13/+144
* Add some docs around the lint store * Update src/diagnostics.md Co-Authored-By: Niko Matsakis <niko@alum.mit.edu> * restructure
2019-10-28fix some whitespace issues (#483)Tshepang Lekhonkhobe-15/+15
Also, those are not sh scripts
2019-10-27Explain `rustc_on_unimplemented`Mazdak Farrokhzad-0/+147
2019-10-24move readme to guide (#481)Who? Me?!-0/+204