about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-06Auto merge of #7634 - chansuke:update-eval-order-depends-docs, r=Manishearthbors-2/+2
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-33/+3
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-05rust fmtlovasoa-1/+5
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-05Auto merge of #7596 - lengyijun:option_needless_deref, r=llogiqbors-2/+116
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
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-12/+54
2021-09-05Auto merge of #7638 - xFrednet:7569-avoid-indexing-in-clippy, r=Manishearthbors-58/+58
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-19/+17
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-13/+13
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-216/+251
2021-09-05Change more x64 size checks to not apply to x32.Harald van Dijk-6/+6
2021-09-05Implement basic inline asm support (#72)Commeownist-213/+631
2021-09-05Tweak `write_fmt` doc.kraktus-1/+1
2021-09-05Change return type for T::{log,log2,log10} to u32. The value is atFalk Hüffner-35/+29
2021-09-05Auto merge of #7627 - xFrednet:0000-updating-issue-templates-again, r=llogiqbors-7/+10
2021-09-05Auto merge of #7629 - mikerite:fix-7623-2, r=xFrednetbors-82/+145
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-64/+96
2021-09-05Avoid slice indexing in Clippy (down with the ICEs)xFrednet-58/+58
2021-09-05Auto merge of #88662 - m-ou-se:rollup-h6lgp7k, r=m-ou-sebors-74/+426
2021-09-05Add testsGiacomo Stevanato-0/+144
2021-09-05Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-seMara Bos-4/+25
2021-09-05Rollup merge of #88511 - matthiaskrgr:xpyclippydefaulttarget, r=jyn514Mara Bos-2/+18
2021-09-05Rollup merge of #88432 - terrarier2111:patch-1, r=joshtriplettMara Bos-1/+1
2021-09-05Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obkMara Bos-67/+382
2021-09-05Auto merge of #88603 - nikic:llvm-update, r=cuviperbors-0/+0
2021-09-05Improve `approx_constant` outputMichael Wright-29/+69
2021-09-05Add MSRV to `approx_constant` documentationMichael Wright-1/+1
2021-09-05Correct typoest31-1/+1
2021-09-05Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillotbors-64/+19
2021-09-05Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillotbors-163/+84
2021-09-05Remove SmallVector mentionest31-1/+1
2021-09-04Fix formattingTheodore Luo Wang-1/+4
2021-09-04Use verbose suggestions and only match if the + is seen before a numeric literalTheodore Luo Wang-92/+55
2021-09-05Auto merge of #88469 - patrick-gu:master, r=dtolnaybors-25/+33
2021-09-04Fix 2021 `dyn` suggestion that used code as labelNoah Lev-4/+25
2021-09-05Update clippy_lints/src/needless_option_as_deref.rslyj-4/+1