| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-26 | Fix typo in building/bootstrapping.md (#1175) | Ben Reeves | -1/+1 | |
| 2021-07-20 | Link directly to stabilization report comments (#1173) | Noah Lev | -3/+9 | |
| Previously, readers had to scroll through tons of comments to find the report. | ||||
| 2021-07-13 | Update for merge of CrateDisambiguator into StableCrateId | bjorn3 | -14/+15 | |
| 2021-07-08 | Minor capitalization fix (#1170) | Eric Holk | -1/+1 | |
| 2021-07-05 | Fixed typos in inline code | Yoh Deadfall | -2/+2 | |
| 2021-07-05 | Document lang items (#1119) | Joshua Nelson | -0/+68 | |
| * Document lang items * Apply suggestions from code review Co-authored-by: Camelid <camelidcamel@gmail.com> * Add an example of retrieving lang items * Add two missing words * Fix line lengths Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru> Co-authored-by: Camelid <camelidcamel@gmail.com> | ||||
| 2021-07-04 | More specifics on what future-incompatible lints are used for | Ryan Levick | -5/+19 | |
| 2021-07-04 | Fix line lens | Ryan Levick | -5/+7 | |
| 2021-07-04 | Update information on lints particularly on future-incompatible | Ryan Levick | -22/+38 | |
| 2021-07-04 | Update section of lint store | Ryan Levick | -27/+34 | |
| 2021-07-02 | Update around half of the January 2021 date references (#1155) | Ryan Levick | -20/+11 | |
| 2021-07-02 | Create 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-01 | Links from rustc-dev-guide to std-dev-guide (#1152) | Josh Triplett | -0/+5 | |
| 2021-06-29 | Document 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-25 | Remove requests or suggestions about rebase and fixup contradictory to ↵ | Jesús Hernández | -2/+1 | |
| rust-highfive bot comment (#1111) | ||||
| 2021-06-24 | Generate glossary table correctly (#1146) | Smittyvb | -89/+90 | |
| Co-authored-by: Yuki Okushi <yuki.okushi@huawei.com> | ||||
| 2021-06-23 | Correct the wrong serial number (#1147) | 二手掉包工程师 | -13/+13 | |
| 2021-06-21 | Update "Inference variables" section (#1145) | Yuki Okushi | -2/+3 | |
| 2021-06-17 | Document how to run unit tests (#1141) | Yuki Okushi | -0/+14 | |
| 2021-06-15 | We 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-15 | Change the feature used as an example of stabilizing lib features (#1143) | Jade | -1/+4 | |
| 2021-06-14 | We 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-13 | Add suggested settings note for coc (#1144) | Jade | -0/+5 | |
| 2021-06-09 | move 7/8 to prose | Gus Wynn | -4/+5 | |
| 2021-06-09 | Add a section on keeping things up to date in the git section | Gus Wynn | -7/+47 | |
| 2021-06-04 | Fix some links (#1137) | Yuki Okushi | -9/+9 | |
| * Fix some links * Address review comment | ||||
| 2021-05-30 | explain Miri engine vs Miri-the-tool | Ralf Jung | -1/+6 | |
| 2021-05-28 | Add more information about no_hash query modifier. (#1133) | Michael Woerister | -0/+20 | |
| 2021-05-26 | improve section introduction | Ralf Jung | -13/+10 | |
| 2021-05-26 | not all tools require waiting for a nightly release before they can be fixed | Ralf Jung | -6/+10 | |
| 2021-05-25 | Describe the difference of rustc_lint vs rustc_lint_defs. | Eric Huss | -1/+5 | |
| 2021-05-20 | update 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-18 | Remove `--stage 1` argument from `doc` invocations (#1125) | Justus K | -2/+2 | |
| 2021-05-13 | Update coverage docs (#1122) | Rich Kadel | -70/+72 | |
| 2021-05-13 | Document -Zunpretty=thir-tree (#1128) | Smittyvb | -0/+3 | |
| * document -Zunpretty=thir-tree * Update position/wording | ||||
| 2021-05-10 | Unified CPU Requirements (#1126) | 二手掉包工程师 | -1/+1 | |
| 2021-05-05 | add 'waiting-for-review' incantation to main contrib page (#1124) | Ralf Jung | -2/+6 | |
| 2021-04-29 | Link to Zulip search for finding the most recent check-in (#1118) | Joshua Nelson | -1/+4 | |
| 2021-04-27 | Suggest using `git range-diff` (#1092) | Camelid | -0/+60 | |
| I have found it to be very helpful when rebasing. | ||||
| 2021-04-27 | Remove the possible unnecessary flag | JohnTitor | -1/+1 | |
| 2021-04-27 | Replace some Travis-related things completely | Yuki Okushi | -2/+2 | |
| 2021-04-27 | Trigger GHA only on the original repo | Yuki Okushi | -1/+3 | |
| 2021-04-27 | Add sample nix shell | Joshua Nelson | -13/+77 | |
| This also suggests using `x.py setup` instead of copying config.toml. | ||||
| 2021-04-26 | more RA config suggestions (#1114) | Ralf Jung | -1/+3 | |
| 2021-04-24 | Add Polymorphisation paper (#1093) | Nixon Enraght-Moony | -0/+1 | |
| 2021-04-23 | Mention unpretty=mir-cfg for debugging MIR | Smitty | -0/+275 | |
| 2021-04-09 | Improve formatting and update info in "method lookup" section | Camelid | -21/+12 | |
| 2021-04-09 | Change wording a bit: `module` => `crate` | Waffle Lapkin | -2/+2 | |
| It seems more correct | ||||
| 2021-04-09 | fix typo (#1107) | Waffle Lapkin | -1/+1 | |
| 2021-04-08 | fix typo | Waffle Lapkin | -1/+1 | |
