about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Expand)AuthorLines
2020-09-26correct output path in Writing DocumentationShahar Or (mightyiam)-1/+1
2020-09-25update link to 'BorrowKind' to be implicit in markdownYoungsuk_Kim-2/+2
2020-09-25add link to 'BorrowKind' in closure.mdYoungsuk_Kim-3/+4
2020-09-25update description of 'ByRef' borrows of closuresYoungsuk_Kim-3/+3
2020-09-25minor punctuation/grammar error fixYoungsuk_Kim-4/+4
2020-09-24Remove reference to copyright notices.Jakob Degen-2/+1
2020-09-23Link to the -Zmir-opt-level proposalDániel Buga-1/+14
2020-09-23Don't recommend building the compiler for running tests on the standard libra...Joshua Nelson-3/+3
2020-09-22`ConstEvalResult` is now `EvalToConstValueResult` (#885)Camelid-2/+2
2020-09-19Improve instructions for adding a new test (#881)Joshua Nelson-4/+14
2020-09-17Fix typo in table of contentsCamelid-1/+1
2020-09-17Revert "Mention that places are sometimes called "lvalues""Camelid-2/+1
2020-09-17Mention that places are sometimes called "lvalues"Camelid-1/+2
2020-09-17More improvementsCamelid-5/+5
2020-09-17Improve MIR sections in appendixCamelid-27/+54
2020-09-16debug-logging=true instead of debug-assertions=yesMacdonald Umoren-2/+2
2020-09-16Add link for `AnalysisDomain::NAME`Dylan MacKenzie-1/+2
2020-09-16Describe how to generate graphviz diagrams for dataflowDylan MacKenzie-0/+20
2020-09-15Remove EN1Santiago Pastorino-4/+2
2020-09-15Complete text about salsa base inputsSantiago Pastorino-5/+4
2020-09-15Add Salsa In More Depth lectureSantiago Pastorino-1/+4
2020-09-15Use latest patch release of mdBook and linkcheckCamelid-2/+2
2020-09-15Bump mdbook versionCamelid-1/+1
2020-09-14Fix typoLeSeulArtichaut-1/+1
2020-09-14Make the HIR chapter point to the new chapter on IDsLeSeulArtichaut-36/+10
2020-09-14Apply suggestions from code reviewLeSeulArtichaut-2/+2
2020-09-14Add a chapter on all the identifiers used through `rustc`LeSeulArtichaut-0/+64
2020-09-13Update `Visitor` and `Cursor` examplesDylan MacKenzie-4/+4
2020-09-13Line editsDylan MacKenzie-24/+29
2020-09-13Add missing link to `Engine`Dylan MacKenzie-0/+1
2020-09-13Initial draft of MIR dataflow framework docsDylan MacKenzie-0/+166
2020-09-12correct attribute used hereMonadic Cat-1/+1
2020-09-12Address nitsJoshua Nelson-2/+2
2020-09-12Note that the default is 2015Joshua Nelson-1/+2
2020-09-12Document edition flag for UI testsJoshua Nelson-0/+1
2020-09-12Fix typoLeSeulArtichaut-1/+1
2020-09-12Hide `@rustdoc` implementation detailsLeSeulArtichaut-3/+4
2020-09-12Apply suggestions from code reviewLeSeulArtichaut-3/+3
2020-09-12Update src/rustbot.mdTshepang Lekhonkhobe-1/+1
2020-09-12Update src/rustbot.mdTshepang Lekhonkhobe-1/+1
2020-09-12Update src/contributing.mdTshepang Lekhonkhobe-1/+1
2020-09-12Update src/contributing.mdTshepang Lekhonkhobe-1/+1
2020-09-12Add a chapter on useful `@rustbot` commandsLeSeulArtichaut-4/+76
2020-09-12Improve link and description of entry points in parser section (#876)Gus Wynn-2/+3
2020-09-11Fix typoLeSeulArtichaut-1/+1
2020-09-11Apply suggestions from code reviewLeSeulArtichaut-4/+5
2020-09-11Clean up 'Contributing to Rust - Pull Requests'LeSeulArtichaut-36/+54
2020-09-10Fix other library commandsJoshua Nelson-1/+1
2020-09-10Fix incorrect docs about stagesJoshua Nelson-1/+1
2020-09-09Add back information about GooglingCamelid-16/+20