| Age | Commit message (Expand) | Author | Lines |
| 2022-02-27 | Auto merge of #94400 - c410-f3r:more-let-chains, r=Dylan-DPC | bors | -59/+53 |
| 2022-02-27 | Add test to ensure that links to impls are correctly generated | Guillaume Gomez | -0/+20 |
| 2022-02-27 | Correctly generate links in the sidebar for impls | Guillaume Gomez | -7/+10 |
| 2022-02-27 | Use the first codegen backend in the config.toml as default | bjorn3 | -7/+9 |
| 2022-02-27 | Auto merge of #94221 - erikdesjardins:addattr, r=nikic | bors | -439/+420 |
| 2022-02-27 | fix box icing when it has aggregate abi | DrMeepster | -1/+34 |
| 2022-02-27 | Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillot | bors | -117/+75 |
| 2022-02-27 | Auto merge of #94361 - nikic:s390x-update, r=Mark-Simulacrum | bors | -295/+476 |
| 2022-02-26 | For MIRI, cfg out the swap logic from 94212 | Scott McMurray | -13/+64 |
| 2022-02-27 | Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-02-26 | avoid rebuilding bootstrap when PATH changes | Ralf Jung | -1/+1 |
| 2022-02-26 | Update dist-s390x-dist image | Nikita Popov | -295/+476 |
| 2022-02-26 | AttrBuilder doesn't take a context in old LLVM | Erik Desjardins | -4/+7 |
| 2022-02-26 | use attrbuilder to remove attrs in old LLVM | Erik Desjardins | -4/+7 |
| 2022-02-26 | just put smallvec lengths in the signature | Erik Desjardins | -11/+8 |
| 2022-02-26 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -58/+85 |
| 2022-02-26 | Apply noundef attribute to all scalar types which do not permit raw init | Erik Desjardins | -6/+61 |
| 2022-02-26 | rust-lang/portable-simd#239: Bitmask conversion trait | Jubilee | -58/+115 |
| 2022-02-26 | Auto merge of #93449 - JakobDegen:restrict-hasdrop-optimization, r=cjgillot | bors | -19/+31 |
| 2022-02-26 | Add LLVM attributes in batches instead of individually | Erik Desjardins | -439/+417 |
| 2022-02-26 | 2 - Make more use of let_chains | Caio | -59/+53 |
| 2022-02-26 | Auto merge of #94329 - flip1995:clippyup, r=Manishearth | bors | -1444/+3465 |
| 2022-02-26 | Add test for #79465 to prevent regression | Guillaume Gomez | -0/+18 |
| 2022-02-26 | Auto merge of #94376 - c410-f3r:more-let-chains, r=petrochenkov | bors | -101/+88 |
| 2022-02-26 | Update Cargo.lock (Clippy version bump) | flip1995 | -3/+4 |
| 2022-02-26 | Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup | flip1995 | -1441/+3461 |
| 2022-02-26 | Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-int... | bors | -18/+543 |
| 2022-02-26 | Make more use of `let_chains` | Caio | -164/+142 |
| 2022-02-26 | Document that pre-expansion lint passes are deprecated | xFrednet | -1/+6 |
| 2022-02-26 | Auto merge of #94127 - erikdesjardins:debugattr, r=nikic | bors | -53/+127 |
| 2022-02-26 | Auto merge of #94392 - matthiaskrgr:rollup-npscf95, r=matthiaskrgr | bors | -115/+266 |
| 2022-02-26 | Rollup merge of #94306 - Mark-Simulacrum:dom-fixups, r=jackh726 | Matthias Krüger | -3/+13 |
| 2022-02-26 | Rollup merge of #94235 - Dirbaio:fix-chalk-opaque-debrujin, r=jackh726 | Matthias Krüger | -18/+94 |
| 2022-02-26 | Rollup merge of #94087 - tmiasko:rm-ignore-borrow-on-drop, r=jackh726 | Matthias Krüger | -38/+13 |
| 2022-02-26 | Rollup merge of #93982 - nbdd0121:explicit-generic-args, r=jackh726 | Matthias Krüger | -49/+79 |
| 2022-02-26 | Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds... | Matthias Krüger | -7/+67 |
| 2022-02-26 | suggest a float literal when dividing a floating-point type by {integer} | Takayuki Maeda | -18/+543 |
| 2022-02-26 | Auto merge of #92884 - compiler-errors:const-generic-expr-recovery, r=jackh726 | bors | -18/+121 |
| 2022-02-26 | Provide extra note if synthetic type args are specified | Gary Guo | -49/+79 |
| 2022-02-26 | Auto merge of #8464 - Jarcho:ptr_arg_8463, r=camsteffen | bors | -1/+9 |
| 2022-02-26 | Auto merge of #8453 - tamaroning:fix_large_enum_variant, r=camsteffen | bors | -28/+64 |
| 2022-02-26 | Auto merge of #94385 - matthiaskrgr:rollup-4pwegqk, r=matthiaskrgr | bors | -25/+109 |
| 2022-02-25 | Suggest {} around more bad const generic exprs | Michael Goulet | -18/+121 |
| 2022-02-25 | avoid test failure on targets where all functions are dso_local (e.g. wasm) | Erik Desjardins | -4/+4 |
| 2022-02-26 | Rollup merge of #94377 - cynecx:fix-used-with-args, r=nikic | Matthias Krüger | -2/+11 |
| 2022-02-26 | Rollup merge of #94363 - aDotInTheVoid:fmt-needless-borrows, r=scottmcm | Matthias Krüger | -6/+6 |
| 2022-02-26 | Rollup merge of #94355 - ouz-a:master, r=oli-bok | Matthias Krüger | -0/+45 |
| 2022-02-26 | Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec... | Matthias Krüger | -15/+34 |
| 2022-02-26 | Rollup merge of #93603 - connorff:compute-polonius-liveness-facts-flag, r=ecs... | Matthias Krüger | -2/+13 |
| 2022-02-25 | Auto merge of #94342 - ibraheemdev:swap-regression, r=Dylan-DPC | bors | -5/+11 |