| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Rollup merge of #87631 - :solarish_upd_fs, r=joshtriplett | Manish Goregaokar | -13/+17 |
| 2021-10-05 | library std, libc dependency update | David Carlier | -3/+3 |
| 2021-10-05 | Auto merge of #89545 - workingjubilee:rollup-ooxf3p2, r=workingjubilee | bors | -320/+809 |
| 2021-10-04 | Rollup merge of #89536 - RalfJung:miri, r=RalfJung | Jubilee | -27/+21 |
| 2021-10-04 | Rollup merge of #89511 - lnicola:rust-analyzer-2021-10-04, r=lnicola | Jubilee | -17/+18 |
| 2021-10-04 | Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco | Jubilee | -47/+135 |
| 2021-10-04 | Rollup merge of #89487 - FabianWolff:issue-89396, r=petrochenkov | Jubilee | -1/+71 |
| 2021-10-04 | Rollup merge of #89480 - hameerabbasi:issue-89118-test, r=jackh726 | Jubilee | -0/+95 |
| 2021-10-04 | Rollup merge of #89478 - zvavybir:master, r=jyn514 | Jubilee | -5/+11 |
| 2021-10-04 | Rollup merge of #89474 - camelid:better-pass-name, r=jyn514 | Jubilee | -14/+14 |
| 2021-10-04 | Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplett | Jubilee | -6/+27 |
| 2021-10-04 | Rollup merge of #89466 - Mark-Simulacrum:query-macros, r=oli-obk | Jubilee | -24/+24 |
| 2021-10-04 | Rollup merge of #89456 - cuviper:llvm-13, r=nikic | Jubilee | -1/+1 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -101/+147 |
| 2021-10-04 | Rollup merge of #89270 - seanyoung:join_fold, r=m-ou-se | Jubilee | -7/+55 |
| 2021-10-04 | Rollup merge of #88780 - orlp:int-abs-diff, r=m-ou-se | Jubilee | -0/+67 |
| 2021-10-04 | Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakis | Jubilee | -28/+109 |
| 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 |