about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2021-07-04Update section of lint storeRyan Levick-27/+34
2021-07-02Update around half of the January 2021 date references (#1155)Ryan Levick-20/+11
2021-07-02Create issues for many TODOs (#1163)Ryan Levick-13/+15
* Create issues for many TODOs * Update src/crates-io.md Co-authored-by: Joshua Nelson <github@jyn.dev> * Update src/backend/inline-asm.md Co-authored-by: Yuki Okushi <jtitor@2k36.org> Co-authored-by: Joshua Nelson <github@jyn.dev> Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2021-07-01Links from rustc-dev-guide to std-dev-guide (#1152)Josh Triplett-0/+5
2021-06-29Document how to mark features as incomplete (#1151)Smittyvb-0/+9
* Document how to mark features as incomplete This was changed in https://github.com/rust-lang/rust/pull/86446 so that incompleteness is included in the delcaration. * Footerify link
2021-06-25Remove requests or suggestions about rebase and fixup contradictory to ↵Jesús Hernández-2/+1
rust-highfive bot comment (#1111)
2021-06-24Generate glossary table correctly (#1146)Smittyvb-89/+90
Co-authored-by: Yuki Okushi <yuki.okushi@huawei.com>
2021-06-23Correct the wrong serial number (#1147)二手掉包工程师-13/+13
2021-06-21Update "Inference variables" section (#1145)Yuki Okushi-2/+3
2021-06-17Document how to run unit tests (#1141)Yuki Okushi-0/+14
2021-06-15We stopped using allow_internal_unstable a while ago (#1142)Oli Scherer-13/+21
Co-authored-by: Ralf Jung <post@ralfj.de> Co-authored-by: Yuki Okushi <jtitor@2k36.org> Co-authored-by: Noah Lev <camelidcamel@gmail.com>
2021-06-15Change the feature used as an example of stabilizing lib features (#1143)Jade-1/+4
2021-06-14We use HIR to do type inference, trait solving and type checking (#1139)Santiago Pastorino-4/+10
* We use HIR to do type inference, trait solving and type checking * Update src/overview.md Co-authored-by: Yuki Okushi <jtitor@2k36.org> * Update src/overview.md Co-authored-by: Yuki Okushi <jtitor@2k36.org> * Update src/overview.md Co-authored-by: Noah Lev <camelidcamel@gmail.com> * Fix type checking brief explanation Co-authored-by: Yuki Okushi <jtitor@2k36.org> Co-authored-by: Noah Lev <camelidcamel@gmail.com>
2021-06-13Add suggested settings note for coc (#1144)Jade-0/+5
2021-06-09move 7/8 to proseGus Wynn-4/+5
2021-06-09Add a section on keeping things up to date in the git sectionGus Wynn-7/+47
2021-06-04Fix some links (#1137)Yuki Okushi-9/+9
* Fix some links * Address review comment
2021-05-30explain Miri engine vs Miri-the-toolRalf Jung-1/+6
2021-05-28Add more information about no_hash query modifier. (#1133)Michael Woerister-0/+20
2021-05-26improve section introductionRalf Jung-13/+10
2021-05-26not all tools require waiting for a nightly release before they can be fixedRalf Jung-6/+10
2021-05-25Describe the difference of rustc_lint vs rustc_lint_defs.Eric Huss-1/+5
2021-05-20update rustfmt references to reflect change from submod to subtree (#1129)Caleb Cartwright-18/+17
* update rustfmt references to reflect change to subtree * clarify broken toolstate hypothetical scenario
2021-05-18Remove `--stage 1` argument from `doc` invocations (#1125)Justus K-2/+2
2021-05-13Update coverage docs (#1122)Rich Kadel-70/+72
2021-05-13Document -Zunpretty=thir-tree (#1128)Smittyvb-0/+3
* document -Zunpretty=thir-tree * Update position/wording
2021-05-10Unified CPU Requirements (#1126)二手掉包工程师-1/+1
2021-05-05add 'waiting-for-review' incantation to main contrib page (#1124)Ralf Jung-2/+6
2021-04-29Link to Zulip search for finding the most recent check-in (#1118)Joshua Nelson-1/+4
2021-04-27Suggest using `git range-diff` (#1092)Camelid-0/+60
I have found it to be very helpful when rebasing.
2021-04-27Remove the possible unnecessary flagJohnTitor-1/+1
2021-04-27Replace some Travis-related things completelyYuki Okushi-2/+2
2021-04-27Trigger GHA only on the original repoYuki Okushi-1/+3
2021-04-27Add sample nix shellJoshua Nelson-13/+77
This also suggests using `x.py setup` instead of copying config.toml.
2021-04-26more RA config suggestions (#1114)Ralf Jung-1/+3
2021-04-24Add Polymorphisation paper (#1093)Nixon Enraght-Moony-0/+1
2021-04-23Mention unpretty=mir-cfg for debugging MIRSmitty-0/+275
2021-04-09Improve formatting and update info in "method lookup" sectionCamelid-21/+12
2021-04-09Change wording a bit: `module` => `crate`Waffle Lapkin-2/+2
It seems more correct
2021-04-09fix typo (#1107)Waffle Lapkin-1/+1
2021-04-08fix typoWaffle Lapkin-1/+1
2021-04-03Mention CI build of LLVM in build instructionAngelicosPhosphoros-0/+3
2021-04-04Fix rustdocs test command typo (#1103)二手掉包工程师-1/+1
2021-04-02Update the "LLVM updates" sectionYuki Okushi-8/+12
2021-04-02Fix a link about Rustdoc internalsYuki Okushi-3/+4
2021-04-01Add quickstart for adding a new optimization (#1094)Camelid-0/+49
2021-04-01Add back example of {{cwd}} (#1099)Joshua Nelson-1/+1
I force-pushed this in the last commit and accidentally deleted the github suggestion.
2021-03-31Document test input normalizationJoshua Nelson-1/+21
2021-03-28Add notes about nightly rustc version for the rustc-driver examplesJohnTitor-9/+15
2021-03-28Update rustc-driver-*.rs examples (#1095)Undxxx-9/+15