about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-28Remove LLVM attribute removalErik Desjardins-87/+13
2022-02-28Auto merge of #94431 - matthiaskrgr:rollup-1jsj0wu, r=matthiaskrgrbors-238/+250
2022-02-27Auto merge of #94157 - erikdesjardins:more-noundef, r=nikicbors-8/+63
2022-02-27Rollup merge of #94420 - c410-f3r:more-let-chains, r=Dylan-DPCMatthias Krüger-58/+44
2022-02-27Rollup merge of #94417 - GuillaumeGomez:fix-duplicated-impl-links, r=notriddleMatthias Krüger-7/+30
2022-02-27Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-SimulacrumMatthias Krüger-7/+9
2022-02-27Rollup merge of #94409 - RalfJung:path, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-02-27Rollup merge of #94399 - GuillaumeGomez:regression-test-79465, r=matthiaskrgrMatthias Krüger-0/+18
2022-02-27Rollup merge of #94397 - xFrednet:69838-deprecate-pre-expansion, r=cjgillotMatthias Krüger-1/+6
2022-02-27Rollup merge of #94396 - c410-f3r:yet-more-let-chains, r=Dylan-DPCMatthias Krüger-164/+142
2022-02-27make pgo-branch-weights test not dependent on argument attributesErik Desjardins-2/+2
2022-02-27Auto merge of #94412 - scottmcm:cfg-out-miri-from-swap, r=oli-obkbors-13/+64
2022-02-273 - Make more use of let_chainsCaio-58/+44
2022-02-27Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillotbors-204/+167
2022-02-27Auto merge of #94400 - c410-f3r:more-let-chains, r=Dylan-DPCbors-59/+53
2022-02-27Add test to ensure that links to impls are correctly generatedGuillaume Gomez-0/+20
2022-02-27Correctly generate links in the sidebar for implsGuillaume Gomez-7/+10
2022-02-27Use the first codegen backend in the config.toml as defaultbjorn3-7/+9
2022-02-27Auto merge of #94221 - erikdesjardins:addattr, r=nikicbors-439/+420
2022-02-27Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillotbors-117/+75
2022-02-27Auto merge of #94361 - nikic:s390x-update, r=Mark-Simulacrumbors-295/+476
2022-02-26For MIRI, cfg out the swap logic from 94212Scott McMurray-13/+64
2022-02-27Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrumbors-2/+2
2022-02-26avoid rebuilding bootstrap when PATH changesRalf Jung-1/+1
2022-02-26Update dist-s390x-dist imageNikita Popov-295/+476
2022-02-26AttrBuilder doesn't take a context in old LLVMErik Desjardins-4/+7
2022-02-26use attrbuilder to remove attrs in old LLVMErik Desjardins-4/+7
2022-02-26just put smallvec lengths in the signatureErik Desjardins-11/+8
2022-02-26Auto merge of #93516 - nagisa:branch-protection, r=cjgillotbors-58/+85
2022-02-26Apply noundef attribute to all scalar types which do not permit raw initErik Desjardins-6/+61
2022-02-26Auto merge of #93449 - JakobDegen:restrict-hasdrop-optimization, r=cjgillotbors-19/+31
2022-02-26Add LLVM attributes in batches instead of individuallyErik Desjardins-439/+417
2022-02-262 - Make more use of let_chainsCaio-59/+53
2022-02-26Auto merge of #94329 - flip1995:clippyup, r=Manishearthbors-1444/+3465
2022-02-26Add test for #79465 to prevent regressionGuillaume Gomez-0/+18
2022-02-26Auto merge of #94376 - c410-f3r:more-let-chains, r=petrochenkovbors-101/+88
2022-02-26Update Cargo.lock (Clippy version bump)flip1995-3/+4
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-1441/+3461
2022-02-26Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-int...bors-18/+543
2022-02-26Make more use of `let_chains`Caio-164/+142
2022-02-26Document that pre-expansion lint passes are deprecatedxFrednet-1/+6
2022-02-26Auto merge of #94127 - erikdesjardins:debugattr, r=nikicbors-53/+127
2022-02-26Auto merge of #94392 - matthiaskrgr:rollup-npscf95, r=matthiaskrgrbors-115/+266
2022-02-26Rollup merge of #94306 - Mark-Simulacrum:dom-fixups, r=jackh726Matthias Krüger-3/+13
2022-02-26Rollup merge of #94235 - Dirbaio:fix-chalk-opaque-debrujin, r=jackh726Matthias Krüger-18/+94
2022-02-26Rollup merge of #94087 - tmiasko:rm-ignore-borrow-on-drop, r=jackh726Matthias Krüger-38/+13
2022-02-26Rollup merge of #93982 - nbdd0121:explicit-generic-args, r=jackh726Matthias Krüger-49/+79
2022-02-26Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds...Matthias Krüger-7/+67
2022-02-26suggest a float literal when dividing a floating-point type by {integer}Takayuki Maeda-18/+543
2022-02-26Auto merge of #92884 - compiler-errors:const-generic-expr-recovery, r=jackh726bors-18/+121