about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-03-17Add some more info to param_env (#610)Who? Me?!-10/+49
* add some more info to param_env * Remove some trailing spaces Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-16Changed rustc-ty link to go to first messageSolomon Ucko-1/+1
2020-03-16Change Rust Koans link to point to first koanSolomon Ucko-1/+1
2020-03-17Fix broken link (#612)Who? Me?!-1/+1
2020-03-16quote some commands by to make the style more consistent (#611)DillionMango-7/+7
2020-03-15Clarify sentence meaningYoungsuk Kim-1/+1
2020-03-15Fix broken linkYuki Okushi-1/+1
2020-03-12Fix sentence grammarWho? Me?!-3/+2
2020-03-12Use common (American) spellingsWho? Me?!-11/+11
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-12Update src/backend/codegen.mdWho? Me?!-1/+1
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-12update backend chapters from nagisa's notesMark Mansi-32/+151
2020-03-12monomorphization chapterMark Mansi-3/+80
2020-03-12add some placeholder text, short introMark Mansi-0/+26
2020-03-12skeleton for backend chaptersMark Mansi-13/+17
2020-03-10Rename rustc-guide to rustc-dev-guide (#601)Santiago Pastorino-29/+29
* Rename rustc-guide to rustc-dev-guide * rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
2020-03-10Add travis config for custom domain (#608)Yuki Okushi-0/+1
2020-03-10Update ./x.py tidy testing documentation (#607)Chris Simpkins-7/+7
* update all docs to use ./x.py test tidy syntax
2020-03-09cname (#606)Who? Me?!-0/+1
2020-03-08Just lol (#603)Who? Me?!-0/+1
* Just lol * Update src/appendix/humorust.md Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-08Remove references to chalkify tests (#604)Yuki Okushi-17/+8
2020-03-04typo (#599)Who? Me?!-1/+1
2020-03-02Spell `Voilà` properly in README.mdLeSeulArtichaut-1/+1
2020-03-03Get rid of references to the refractored `libsyntax` crate (#598)LeSeulArtichaut-44/+44
* Get rid of references to the refractored `libsyntax` crate * Apply suggestions from code review Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-01Make all links in Appendix E activeLeSeulArtichaut-47/+23
2020-02-27Move bless section to running chapterYuki Okushi-17/+16
2020-02-27Fixed wrong variable name (#593)SarthakSingh31-1/+1
2020-02-25Don't reference librustc_resolve just yet.Philipp Hansch-4/+4
It's mentioned further down with more details.
2020-02-25typo: eg. -> e.g.Philipp Hansch-3/+3
2020-02-25Name resolution: Add intro sectionPhilipp Hansch-1/+18
2020-02-20add back linkMark Mansi-0/+2
2020-02-20update glossaryMark Mansi-1/+2
2020-02-20create a separate chapter on arenas/interningMark Mansi-107/+119
2020-02-20mention tidy blessMark Mansi-0/+3
2020-02-20tidy runs rustfmt checkMark Mansi-1/+2
2020-02-20document ./x.py fmtMark Mansi-0/+9
2020-02-19spit of type folder and generics subchapters (#586)Who? Me?!-248/+251
2020-02-18fix linkMark Mansi-1/+1
2020-02-18Update section following current stateYuki Okushi-5/+4
2020-02-15Add links to the rustc docs (#578)LORIS INTERGALACTIQUE-19/+31
2020-02-14Fix linkYuki Okushi-1/+1
2020-02-14Add link to `rustc::mir::Location` (#579)Youngsuk Kim-1/+2
2020-02-12Correction of type name (#576)Youngsuk Kim-2/+2
`ConstraintSet` => `OutlivesConstraintSet`
2020-02-12Minor typo correctionLoris-intergalactique-1/+1
2020-02-10minor typo fixYoungsuk Kim-1/+1
2020-02-10minor typo fixYoungsuk Kim-1/+1
2020-02-10Update sanitizers documentation (#562)Tomasz Miąsko-19/+25
2020-02-06Added example of icebreakers-cleanup-crewFelix S Klock II-0/+1
(I figure its low cost to just list all the possible pings, compared to the cost of people getting the command wrong or not even knowing the full set of teams possible.)
2020-02-05mir: begin documenting user variable debuginfo. (#571)Eduard-Mihai Burtescu-10/+22
2020-02-02Add a mention of the new `-Zllvm-time-trace` flagWesley Wiser-0/+2
2020-02-02Update READMEWho? Me?!-2/+2