| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 #88834 - the8472:char-count, r=joshtriplett | bors | -7/+39 |
| 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 | Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearth | bors | -135/+251 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -229/+100 |
| 2021-10-03 | Rollup merge of #89505 - Aaron1011:nll-const-test, r=Mark-Simulacrum | Manish Goregaokar | -0/+20 |
| 2021-10-03 | Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnay | Manish Goregaokar | -6/+21 |
| 2021-10-03 | Rollup merge of #89467 - tniessen:rustdoc-unecessary, r=jyn514 | Manish Goregaokar | -3/+3 |
| 2021-10-03 | Rollup merge of #89401 - owengage:master, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-10-03 | Rollup merge of #89138 - newpavlov:patch-2, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-10-03 | Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillot | Manish Goregaokar | -65/+31 |
| 2021-10-03 | Rollup merge of #88370 - Seppel3210:master, r=dtolnay | Manish Goregaokar | -1/+6 |
| 2021-10-03 | Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplett | Manish Goregaokar | -3/+3 |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-03 | Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay | Manish Goregaokar | -2/+1 |
| 2021-10-03 | Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ... | Manish Goregaokar | -2/+2 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -7/+30 |
| 2021-10-03 | Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplett | Manish Goregaokar | -32/+103 |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -41/+37 |
| 2021-10-03 | Add regression test for spurious const error with NLL | Aaron Hill | -0/+20 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -24/+28 |