| Age | Commit message (Expand) | Author | Lines |
| 2021-07-26 | Fix typo in building/bootstrapping.md (#1175) | Ben Reeves | -1/+1 |
| 2021-07-22 | Add support for powerpc-unknown-freebsd | Piotr Kubaj | -0/+1 |
| 2021-07-21 | Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis | Eric Huss | -3/+3 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -3/+3 |
| 2021-07-20 | Link directly to stabilization report comments (#1173) | Noah Lev | -3/+9 |
| 2021-07-20 | Fix ignore annotation | Richard Cobbe | -2/+1 |
| 2021-07-20 | Ignore example in automation | Richard Cobbe | -1/+2 |
| 2021-07-20 | Update books | Eric Huss | -0/+0 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -28/+0 |
| 2021-07-19 | Add docs for raw-dylib to unstable book | Richard Cobbe | -0/+34 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -28/+0 |
| 2021-07-18 | Add doc for --nocapture | Guillaume Gomez | -0/+7 |
| 2021-07-13 | Update for merge of CrateDisambiguator into StableCrateId | bjorn3 | -14/+15 |
| 2021-07-12 | Rollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -0/+53 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+10 |
| 2021-07-10 | Update reference.md | Manuel Drehwald | -1/+1 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+10 |
| 2021-07-08 | Minor capitalization fix (#1170) | Eric Holk | -1/+1 |
| 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 |