about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2019-07-19Update install.shWho? Me?!-1/+1
2019-07-19Update mdbookWho? Me?!-1/+1
2019-07-17add nomicon intro tooMark Mansi-0/+1
2019-07-17break rustMark Mansi-0/+1
2019-07-17Add colonYuki Okushi-1/+1
2019-07-17Move into rust-langYuki Okushi-3/+3
2019-07-17Minor fix in borrow_checkYuki Okushi-11/+6
Fixes as follows: - fixes spelling - removes unnecessary white spaces and blank lines
2019-07-17Document `--pass $mode`Yuki Okushi-0/+17
2019-07-17blacklist some commonly problematic linksMark Mansi-1/+1
2019-07-17Update experts' linkYuki Okushi-1/+3
2019-07-10add humor appendix; closes #163Mark Mansi-0/+15
2019-07-04Fix broken links (#382)Yuki Okushi-2/+2
2019-07-04Update pass modes for ui tests (#380)Yuki Okushi-3/+5
2019-06-26Fix typoYuki Okushi-1/+1
2019-06-26fix mdbook testMark Mansi-14/+14
2019-06-26fix linksMark Mansi-6/+6
2019-06-26fix long lineMark Mansi-1/+3
2019-06-26add `point` to the glossary and link a use of itNiko Matsakis-1/+4
2019-06-26fix indentationNiko Matsakis-3/+3
2019-06-26Update src/borrow_check/region_inference/placeholders_and_universes.mdNiko Matsakis-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2019-06-26Update src/borrow_check/region_inference/placeholders_and_universes.mdNiko Matsakis-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2019-06-26Update src/borrow_check/region_inference/placeholders_and_universes.mdNiko Matsakis-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2019-06-26Update src/borrow_check/region_inference/member_constraints.mdNiko Matsakis-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2019-06-26Update src/borrow_check/region_inference/member_constraints.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2019-06-26Update src/borrow_check/region_inference/member_constraints.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/member_constraints.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/lifetime_parameters.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/member_constraints.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/lifetime_parameters.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/lifetime_parameters.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/lifetime_parameters.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26Update src/borrow_check/region_inference/constraint_propagation.mdNiko Matsakis-1/+1
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
2019-06-26adjust overview slightlyNiko Matsakis-13/+14
2019-06-26describe region inference and member constraints in some detailNiko Matsakis-68/+466
2019-06-26start filling out the constraint propagation chapter in more detailNiko Matsakis-1/+144
2019-06-26break out parts of the region inference chapter into sub-chaptersNiko Matsakis-457/+461
2019-06-26fix typoNiko Matsakis-1/+1
2019-06-26avoid ftp linksMark Mansi-2/+2
2019-06-26fix broken linksMark Mansi-5/+6
2019-06-26add bibligraphy appendixMark Mansi-0/+90
2019-06-24Update to mdbook-linkcheck 0.3.0Who? Me?!-1/+1