| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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-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-06 | Update books | Eric Huss | -0/+0 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -132/+8 |
| 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-22 | Update books | Eric Huss | -0/+0 |
| 2021-06-20 | Fix rust.css fonts. | Eric Huss | -10/+33 |
| 2021-06-17 | Auto merge of #83572 - pkubaj:patch-1, r=nagisa | bors | -0/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+29 |
| 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-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-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 |
| 2021-05-28 | Fix typo on nvptx support | Eric Huss | -1/+1 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -29/+0 |
| 2021-05-26 | Rollup merge of #85699 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-05-25 | Update books | Eric Huss | -0/+0 |
| 2021-05-25 | Fix tasklist example in rustdoc book. | Eric Huss | -6/+4 |
| 2021-05-23 | Add BPF target to platform-support.md | Alessandro Decina | -0/+2 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+6 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+2 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -0/+12 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -0/+12 |
| 2021-05-17 | Address review comments | Joshua Nelson | -13/+20 |
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -2/+2 |
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -1/+1 |