| Age | Commit message (Expand) | Author | Lines |
| 2021-07-06 | Update books | Eric Huss | -0/+0 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -0/+10 |
| 2021-07-05 | Fixed typos in inline code | Yoh Deadfall | -2/+2 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -132/+8 |
| 2021-07-05 | Document lang items (#1119) | Joshua Nelson | -0/+68 |
| 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 |
| 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 |
| 2021-06-29 | override rustdoc.css {webkit,moz} box-sizing:unset | Deadbeef | -0/+3 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -50/+0 |
| 2021-06-28 | Make every standalone doc use rustdoc.css | Deadbeef | -0/+5 |
| 2021-06-27 | Add Website features page to rustdoc book | Jean-Luc Thumm | -0/+26 |
| 2021-06-27 | Use rustdoc.css for error index | Deadbeef | -138/+6 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -1/+2 |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -1/+2 |
| 2021-06-25 | Remove requests or suggestions about rebase and fixup contradictory to rust-h... | Jesús Hernández | -2/+1 |
| 2021-06-24 | Generate glossary table correctly (#1146) | Smittyvb | -89/+90 |
| 2021-06-23 | Correct the wrong serial number (#1147) | 二手掉包工程师 | -13/+13 |
| 2021-06-22 | Update books | Eric Huss | -0/+0 |
| 2021-06-21 | Update "Inference variables" section (#1145) | Yuki Okushi | -2/+3 |
| 2021-06-20 | Fix rust.css fonts. | Eric Huss | -10/+33 |
| 2021-06-17 | Document how to run unit tests (#1141) | Yuki Okushi | -0/+14 |
| 2021-06-17 | Auto merge of #83572 - pkubaj:patch-1, r=nagisa | bors | -0/+1 |
| 2021-06-15 | We stopped using allow_internal_unstable a while ago (#1142) | Oli Scherer | -13/+21 |
| 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 |
| 2021-06-13 | Add suggested settings note for coc (#1144) | Jade | -0/+5 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+29 |
| 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-08 | Update books | Eric Huss | -0/+0 |
| 2021-06-08 | Rollup merge of #85951 - hyd-dev:force-unwind-tables, r=steveklabnik | Yuki Okushi | -2/+1 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+10 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -59/+1 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -0/+21 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -59/+1 |
| 2021-06-04 | Fix some links (#1137) | Yuki Okushi | -9/+9 |
| 2021-06-03 | Satisfy unstable book lint | Jubilee Young | -2/+5 |
| 2021-06-03 | Add run-make test testing flag stability | Ryan Levick | -1/+1 |
| 2021-06-03 | Update the documentation of `-C force-unwind-tables` | hyd-dev | -2/+1 |
| 2021-06-02 | Add a page on force-warns in unstable book | Ryan Levick | -0/+21 |
| 2021-05-30 | Rollup merge of #85781 - badboy:document-aarch-ios-sim-support, r=Amanieu | Guillaume Gomez | -1/+58 |
| 2021-05-30 | explain Miri engine vs Miri-the-tool | Ralf Jung | -1/+6 |
| 2021-05-29 | Add documentation for aarch64-apple-ios-sim target | Jan-Erik Rediger | -1/+58 |
| 2021-05-29 | BPF: misc minor review fixes | Alessandro Decina | -3/+3 |