about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-08Rollup merge of #88648 - kpreid:option, r=Mark-SimulacrumJack Huey-8/+8
2021-09-08Rollup merge of #88594 - steffahn:more_symbolic_doc_aliases, r=joshtriplettJack Huey-3/+7
2021-09-08Rollup merge of #88553 - theo-lw:issue-88276, r=estebankJack Huey-6/+105
2021-09-08Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-SimulacrumJack Huey-0/+54
2021-09-08Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelidJack Huey-11/+64
2021-09-08Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpiderbors-1/+29
2021-09-08Auto merge of #86943 - ptrojahn:suggest_derive, r=estebankbors-0/+235
2021-09-08Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebankbors-389/+300
2021-09-08Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakisbors-1/+239
2021-09-07A bit of cleanup to astconvjackh726-234/+181
2021-09-07Change is_unsized to add_implicitly_sizedjackh726-123/+63
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-82/+103
2021-09-07Static assert size of GenericBoun to ensure size doesn't changejackh726-0/+3
2021-09-07Auto merge of #88724 - Mark-Simulacrum:bump-rls, r=Mark-Simulacrumbors-0/+0
2021-09-07Auto merge of #88710 - Mark-Simulacrum:tyvid-idx, r=jackh726bors-26/+21
2021-09-07Bump RLS submoduleMark Rousskov-0/+0
2021-09-07Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc...bors-10/+168
2021-09-07Add test case for no-bundle/whole-archive native libs linking.Michael Woerister-0/+87
2021-09-07Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillotbors-11/+12
2021-09-06Use index newtyping for TyVidMark Rousskov-26/+21
2021-09-07Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrumbors-10/+151
2021-09-06Auto merge of #83214 - cjgillot:dep-map, r=michaelwoeristerbors-88/+123
2021-09-06Auto merge of #88692 - hyd-dev:miri, r=RalfJungbors-9/+34
2021-09-07Update `Cargo.lock`hyd-dev-2/+25
2021-09-07Update Mirihyd-dev-7/+9
2021-09-06Move `confused_type_with_std_module` to `ResolverOutputs`Aaron Hill-11/+12
2021-09-06Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrumbors-149/+677
2021-09-06Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-sebors-25/+258
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+235
2021-09-06Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obkbors-24/+25
2021-09-06Rollup merge of #88685 - lnicola:rust-analyzer-2021-09-06, r=lnicolaRyan Levick-20/+32
2021-09-06Rollup merge of #88673 - Qwaz:node-typo, r=jyn514Ryan Levick-1/+1
2021-09-06Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplettRyan Levick-1/+1
2021-09-06Rollup merge of #88659 - est31:update_smallvec_name, r=matthewjasperRyan Levick-1/+1
2021-09-06Rollup merge of #88647 - ChrisDenton:win-symlink-docs, r=joshtriplettRyan Levick-2/+20
2021-09-06Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnrRyan Levick-0/+203
2021-09-06:arrow_up: rust-analyzerLaurențiu Nicola-20/+32
2021-09-06Auto merge of #88631 - camelid:sugg-span, r=davidtwcobors-15/+162
2021-09-06Correctly handle niche of enumDeadbeef-4/+17
2021-09-06Auto merge of #88665 - falk-hueffner:int-log-return-value-u32, r=scottmcmbors-35/+29
2021-09-06Auto merge of #88640 - SkiFire13:tests-for-85499, r=jackh726bors-0/+144
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-65/+59
2021-09-06Add regression test for #74400Bram van den Heuvel-0/+54
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-133/+118
2021-09-05Fix typo: needede -> neededYechan Bae-1/+1
2021-09-05Auto merge of #88552 - nbdd0121:vtable, r=nagisabors-42/+109
2021-09-05Change scope of temporaries in match guardsMatthew Jasper-24/+25
2021-09-05Mention usage of `const` in raw pointer types at the top of the keyword's doc...Frank Steffahn-1/+1
2021-09-05Additional aliases for pointersFrank Steffahn-0/+3
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-45/+70