about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-09-04Auto merge of #88626 - cjgillot:lfitb, r=petrochenkovbors-235/+195
2021-09-04Auto merge of #7570 - HKalbasi:derivable-impls, r=camsteffenbors-58/+516
2021-09-04Auto merge of #7584 - shepmaster:unnecessary_expect, r=camsteffenbors-69/+212
2021-09-05add derivable impls linthamidreza kalbasi-58/+516
2021-09-04Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrumbors-0/+5
2021-09-04Use the 64b inner:monotonize() implementation not the 128b one for aarch64Ali Saidi-2/+2
2021-09-04test for issue #77175Stefano Buliani-0/+19
2021-09-04Skip single use lifetime lint for generated opaque typesStefano Buliani-1/+22
2021-09-04Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ...Kevin Reid-2/+2
2021-09-04Add sentence punctuation and links in `Option` docs.Kevin Reid-5/+5
2021-09-04“Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc.Kevin Reid-1/+1
2021-09-04Document when to use Windows' `symlink_dir` vs. `symlink_file`Chris Denton-2/+20
2021-09-04Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomezbors-4/+9
2021-09-04needless_option_as_dereflengyijun-2/+119
2021-09-04Auto merge of #88550 - dpaoliello:dpaoliello/allocdebuginfo, r=estebankbors-41/+66
2021-09-04Fix documentation of eval_order_dependencechansuke-2/+2
2021-09-04Fix #88256, remove duplicated diagnosticyukang-33/+3