| Age | Commit message (Expand) | Author | Lines |
| 2021-09-08 | Rollup merge of #88648 - kpreid:option, r=Mark-Simulacrum | Jack Huey | -8/+8 |
| 2021-09-08 | Rollup merge of #88594 - steffahn:more_symbolic_doc_aliases, r=joshtriplett | Jack Huey | -3/+7 |
| 2021-09-08 | Rollup merge of #88553 - theo-lw:issue-88276, r=estebank | Jack Huey | -6/+105 |
| 2021-09-08 | Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-Simulacrum | Jack Huey | -0/+54 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -11/+64 |
| 2021-09-08 | Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider | bors | -1/+29 |
| 2021-09-08 | Auto merge of #86943 - ptrojahn:suggest_derive, r=estebank | bors | -0/+235 |
| 2021-09-08 | Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebank | bors | -389/+300 |
| 2021-09-08 | Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakis | bors | -1/+239 |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -234/+181 |
| 2021-09-07 | Change is_unsized to add_implicitly_sized | jackh726 | -123/+63 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -82/+103 |
| 2021-09-07 | Static assert size of GenericBoun to ensure size doesn't change | jackh726 | -0/+3 |
| 2021-09-07 | Auto merge of #88724 - Mark-Simulacrum:bump-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2021-09-07 | Auto merge of #88710 - Mark-Simulacrum:tyvid-idx, r=jackh726 | bors | -26/+21 |
| 2021-09-07 | Bump RLS submodule | Mark Rousskov | -0/+0 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -10/+168 |
| 2021-09-07 | Add test case for no-bundle/whole-archive native libs linking. | Michael Woerister | -0/+87 |
| 2021-09-07 | Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillot | bors | -11/+12 |
| 2021-09-06 | Use index newtyping for TyVid | Mark Rousskov | -26/+21 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -10/+151 |
| 2021-09-06 | Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister | bors | -88/+123 |
| 2021-09-06 | Auto merge of #88692 - hyd-dev:miri, r=RalfJung | bors | -9/+34 |
| 2021-09-07 | Update `Cargo.lock` | hyd-dev | -2/+25 |
| 2021-09-07 | Update Miri | hyd-dev | -7/+9 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -11/+12 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -149/+677 |
| 2021-09-06 | Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-se | bors | -25/+258 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+235 |
| 2021-09-06 | Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obk | bors | -24/+25 |
| 2021-09-06 | Rollup merge of #88685 - lnicola:rust-analyzer-2021-09-06, r=lnicola | Ryan Levick | -20/+32 |
| 2021-09-06 | Rollup merge of #88673 - Qwaz:node-typo, r=jyn514 | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88659 - est31:update_smallvec_name, r=matthewjasper | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88647 - ChrisDenton:win-symlink-docs, r=joshtriplett | Ryan Levick | -2/+20 |
| 2021-09-06 | Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnr | Ryan Levick | -0/+203 |
| 2021-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -20/+32 |
| 2021-09-06 | Auto merge of #88631 - camelid:sugg-span, r=davidtwco | bors | -15/+162 |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -4/+17 |
| 2021-09-06 | Auto merge of #88665 - falk-hueffner:int-log-return-value-u32, r=scottmcm | bors | -35/+29 |
| 2021-09-06 | Auto merge of #88640 - SkiFire13:tests-for-85499, r=jackh726 | bors | -0/+144 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -65/+59 |
| 2021-09-06 | Add regression test for #74400 | Bram van den Heuvel | -0/+54 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -133/+118 |
| 2021-09-05 | Fix typo: needede -> needed | Yechan Bae | -1/+1 |
| 2021-09-05 | Auto merge of #88552 - nbdd0121:vtable, r=nagisa | bors | -42/+109 |
| 2021-09-05 | Change scope of temporaries in match guards | Matthew Jasper | -24/+25 |
| 2021-09-05 | Mention usage of `const` in raw pointer types at the top of the keyword's doc... | Frank Steffahn | -1/+1 |
| 2021-09-05 | Additional aliases for pointers | Frank Steffahn | -0/+3 |
| 2021-09-05 | Add query `own_existential_vtable_entries` | Gary Guo | -45/+70 |