| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -42/+14 |
| 2021-10-04 | Add tests for ensuring docblock headings. | Mukund Lakshman | -0/+29 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -61/+88 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -40/+36 |
| 2021-10-04 | Change `Markdown(...)` to `Markdown { ... }` | Mukund Lakshman | -47/+108 |
| 2021-10-04 | Make an initial guess for metadata size to reduce buffer resizes | Josh Triplett | -1/+3 |
| 2021-10-04 | Fix rustdoc test case | Michael Howell | -12/+6 |
| 2021-10-04 | Re-bless src/test/ui/simd | Jubilee Young | -84/+84 |
| 2021-10-04 | Rearrange test/ui/{simd,simd-intrinsic} | Jubilee Young | -0/+0 |
| 2021-10-04 | Use arrays over tuples in SIMD tests | Jubilee Young | -222/+69 |
| 2021-10-04 | Add documentation | Samuel E. Moelius III | -1/+33 |
| 2021-10-04 | Fix heading for methods on trait impls. | Mukund Lakshman | -1/+1 |
| 2021-10-04 | Make rustdoc not highlight `->` and `=>` as operators | Michael Howell | -6/+25 |
| 2021-10-04 | update Miri | Ralf Jung | -27/+21 |
| 2021-10-04 | fix busted JavaScript in error index generator | Michael Howell | -34/+19 |
| 2021-10-04 | Ensure that `MaybeLiveLocals` works with simple sum-type assignments | Dylan MacKenzie | -0/+32 |
| 2021-10-04 | Discuss field-sensitivity and enums in context of `MaybeLiveLocals` | Dylan MacKenzie | -0/+31 |
| 2021-10-04 | Auto merge of #89530 - workingjubilee:rollup-ua14iq6, r=workingjubilee | bors | -535/+922 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -229/+100 |
| 2021-10-04 | Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkov | Jubilee | -6/+38 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -168/+167 |
| 2021-10-04 | Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisa | Jubilee | -88/+88 |
| 2021-10-04 | Rollup merge of #89447 - FabianWolff:issue-89388, r=davidtwco | Jubilee | -0/+17 |
| 2021-10-04 | Rollup merge of #89444 - notriddle:notriddle/contains-str, r=jyn514 | Jubilee | -2/+2 |
| 2021-10-04 | Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnay | Jubilee | -2/+13 |
| 2021-10-04 | Rollup merge of #89407 - pierwill:recommend-clean-E0514, r=davidtwco | Jubilee | -1/+2 |
| 2021-10-04 | Rollup merge of #89400 - Nitepone:nitepone/map-or-else-docfix, r=dtolnay | Jubilee | -4/+4 |
| 2021-10-04 | Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-se | Jubilee | -1/+56 |
| 2021-10-04 | Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726 | Jubilee | -31/+15 |
| 2021-10-04 | Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett | Jubilee | -3/+399 |
| 2021-10-04 | Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubilee | Jubilee | -0/+21 |
| 2021-10-04 | Use `TokenKind::similar_tokens()` | Fabian Wolff | -1/+5 |
| 2021-10-04 | Auto merge of #7762 - HKalbasi:master, r=Manishearth | bors | -253/+572 |
| 2021-10-04 | Fix suggestion to borrow when casting from pointer to reference | Fabian Wolff | -14/+80 |
| 2021-10-04 | Add test for duplicated doc aliases | Guillaume Gomez | -0/+33 |
| 2021-10-04 | Add a check for duplicated doc aliases in unused lint | Guillaume Gomez | -7/+38 |
| 2021-10-04 | Implement equatable if let lint | hkalbasi | -253/+572 |
| 2021-10-04 | Auto merge of #7761 - giraffate:fix_ice_in_inplicit_hasher, r=Manishearth | bors | -18/+41 |
| 2021-10-04 | Optimize `saturating_add_signed` | BenoƮt du Garreau | -3/+6 |
| 2021-10-04 | Make `proc_macro_derive_resolution_fallback` a future-breakage lint | Aaron Hill | -0/+73 |
| 2021-10-04 | Fix ICE in `implicit_hasher` | Takayuki Nakata | -18/+41 |
| 2021-10-04 | Auto merge of #88834 - the8472:char-count, r=joshtriplett | bors | -7/+39 |
| 2021-10-04 | Don't rebuild GUI test crates every time you run test src/test/rustdoc-gui | Guillaume Gomez | -1/+1 |
| 2021-10-04 | Auto merge of #89489 - FabianWolff:issue-89485, r=oli-obk | bors | -8/+52 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -42/+14 |
| 2021-10-04 | Add doc aliases to `std::thread::available_parallelism` | Yoshua Wuyts | -0/+2 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -118/+147 |
| 2021-10-04 | Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearth | bors | -135/+251 |
| 2021-10-04 | Move generic error message to separate branches | kadmin | -52/+111 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -229/+100 |