| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebank | Dylan DPC | -68/+63 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -2/+34 |
| 2022-03-01 | Rollup merge of #91545 - compiler-errors:deref-suggestion-improvements, r=est... | Dylan DPC | -60/+94 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -9/+63 |
| 2022-02-28 | Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau | Matthias Krüger | -1/+47 |
| 2022-02-28 | Rollup merge of #94445 - c410-f3r:more-let-chains, r=cjgillot | Matthias Krüger | -76/+72 |
| 2022-02-28 | Rollup merge of #94414 - DrMeepster:box_alloc_ice2, r=tmiasko | Matthias Krüger | -1/+12 |
| 2022-02-28 | Rollup merge of #94248 - compiler-errors:fix-while-loop-bad-delay, r=petroche... | Matthias Krüger | -71/+98 |
| 2022-02-28 | 5 - Make more use of let_chains | Caio | -68/+63 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -55/+152 |
| 2022-02-28 | Add explanation for E0726 | Guillaume Gomez | -1/+47 |
| 2022-02-28 | Auto merge of #94447 - matthiaskrgr:rollup-d8rj2xv, r=matthiaskrgr | bors | -1/+3 |
| 2022-02-28 | Rollup merge of #94365 - mati865:fix-mingw-detection-for-rawdylib, r=michaelw... | Matthias Krüger | -1/+3 |
| 2022-02-28 | Auto merge of #94216 - psumbera:sparc64-abi-fix2, r=nagisa | bors | -100/+176 |
| 2022-02-28 | 4 - Make more use of `let_chains` | Caio | -76/+72 |
| 2022-02-28 | Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obk | bors | -25/+24 |
| 2022-02-28 | Auto merge of #94158 - erikdesjardins:more-more-noundef, r=nikic | bors | -0/+15 |
| 2022-02-27 | expadn abi check + condese & fix tests | DrMeepster | -1/+1 |
| 2022-02-27 | fix ICE when passing empty block to while-loop condition | Michael Goulet | -71/+98 |
| 2022-02-28 | Auto merge of #94431 - matthiaskrgr:rollup-1jsj0wu, r=matthiaskrgr | bors | -229/+194 |
| 2022-02-27 | Make deref suggestion better | Michael Goulet | -60/+94 |
| 2022-02-27 | Auto merge of #94157 - erikdesjardins:more-noundef, r=nikic | bors | -0/+5 |
| 2022-02-27 | Rollup merge of #94420 - c410-f3r:more-let-chains, r=Dylan-DPC | Matthias Krüger | -58/+44 |
| 2022-02-27 | Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-Simulacrum | Matthias Krüger | -6/+2 |
| 2022-02-27 | Rollup merge of #94397 - xFrednet:69838-deprecate-pre-expansion, r=cjgillot | Matthias Krüger | -1/+6 |
| 2022-02-27 | Rollup merge of #94396 - c410-f3r:yet-more-let-chains, r=Dylan-DPC | Matthias Krüger | -164/+142 |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -25/+24 |
| 2022-02-27 | Apply noundef metadata to loads of types that do not permit raw init | Erik Desjardins | -0/+15 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -2/+34 |
| 2022-02-27 | 3 - Make more use of let_chains | Caio | -58/+44 |
| 2022-02-27 | Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot | bors | -204/+167 |
| 2022-02-27 | Auto merge of #94400 - c410-f3r:more-let-chains, r=Dylan-DPC | bors | -59/+53 |
| 2022-02-27 | Use the first codegen backend in the config.toml as default | bjorn3 | -6/+2 |
| 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/+12 |
| 2022-02-27 | Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillot | bors | -117/+75 |
| 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 | -33/+38 |
| 2022-02-26 | Apply noundef attribute to all scalar types which do not permit raw init | Erik Desjardins | -0/+5 |
| 2022-02-26 | Auto merge of #93449 - JakobDegen:restrict-hasdrop-optimization, r=cjgillot | bors | -19/+17 |
| 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 #94376 - c410-f3r:more-let-chains, r=petrochenkov | bors | -100/+88 |
| 2022-02-26 | Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-int... | bors | -18/+214 |
| 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 | -49/+60 |
| 2022-02-26 | Auto merge of #94392 - matthiaskrgr:rollup-npscf95, r=matthiaskrgr | bors | -110/+181 |