| Age | Commit message (Expand) | Author | Lines |
| 2022-03-03 | Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov | Matthias Krüger | -0/+20 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -59/+53 |
| 2022-03-03 | Fix invalid lint_node_id being put on a removed stmt | Loïc BRANSTETT | -0/+20 |
| 2022-03-03 | Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank | Dylan DPC | -1/+41 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -0/+62 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -0/+310 |
| 2022-03-02 | Update unused_doc_comments ui test | Guillaume Gomez | -1/+41 |
| 2022-03-02 | Update test output. | Mara Bos | -4/+6 |
| 2022-03-02 | Add more tests for mismatched Option/Result return types. | Mara Bos | -8/+68 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -0/+210 |
| 2022-03-02 | Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r... | Matthias Krüger | -0/+210 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -15/+65 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -59/+53 |
| 2022-03-01 | update (bless) test results | Fausto | -34/+34 |
| 2022-03-01 | Use rustfix in copy suggestion test | Maybe Waffle | -25/+119 |
| 2022-03-01 | Add a test for Adt copy suggestions | Maybe Waffle | -0/+216 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -0/+62 |
| 2022-03-01 | Rollup merge of #94359 - tmiasko:legacy-verbose-const, r=petrochenkov | Matthias Krüger | -96/+1304 |
| 2022-03-01 | Auto merge of #94471 - matthiaskrgr:rollup-ffz65qt, r=matthiaskrgr | bors | -8/+37 |
| 2022-03-01 | Rollup merge of #94438 - compiler-errors:check-method-inputs-once, r=davidtwco | Matthias Krüger | -8/+37 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -162/+493 |
| 2022-03-01 | Rollup merge of #91545 - compiler-errors:deref-suggestion-improvements, r=est... | Dylan DPC | -0/+120 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -29/+2 |
| 2022-03-01 | Direct users towards using Rust feature names in CLI | Simonas Kazlauskas | -15/+80 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -4/+4 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -0/+210 |
| 2022-02-28 | Fix inconsistent symbol mangling of integers constants with -Zverbose | Tomasz Miąsko | -2/+472 |
| 2022-02-28 | Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau | Matthias Krüger | -1/+6 |
| 2022-02-28 | Rollup merge of #94414 - DrMeepster:box_alloc_ice2, r=tmiasko | Matthias Krüger | -6/+23 |
| 2022-02-28 | Rollup merge of #94248 - compiler-errors:fix-while-loop-bad-delay, r=petroche... | Matthias Krüger | -0/+13 |
| 2022-02-28 | Tweak diagnostics | Esteban Kuber | -106/+164 |
| 2022-02-28 | Update ui test with the add of E0726 explanation | Guillaume Gomez | -1/+6 |
| 2022-02-28 | Rollup merge of #93389 - cameron1024:issue-90847-regression, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2022-02-28 | Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obk | bors | -4/+8 |
| 2022-02-27 | expadn abi check + condese & fix tests | DrMeepster | -7/+2 |
| 2022-02-27 | only check method inputs once | Michael Goulet | -8/+37 |
| 2022-02-27 | fix ICE when passing empty block to while-loop condition | Michael Goulet | -0/+13 |
| 2022-02-27 | Make deref suggestion better | Michael Goulet | -0/+120 |
| 2022-02-27 | Do not pass through features without +/- prefix | Simonas Kazlauskas | -0/+12 |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -4/+8 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -162/+493 |
| 2022-02-27 | fix box icing when it has aggregate abi | DrMeepster | -0/+22 |
| 2022-02-26 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -1/+18 |
| 2022-02-26 | Auto merge of #93449 - JakobDegen:restrict-hasdrop-optimization, r=cjgillot | bors | -0/+14 |
| 2022-02-26 | Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-int... | bors | -0/+329 |
| 2022-02-26 | Auto merge of #94392 - matthiaskrgr:rollup-npscf95, r=matthiaskrgr | bors | -3/+83 |
| 2022-02-26 | Rollup merge of #94235 - Dirbaio:fix-chalk-opaque-debrujin, r=jackh726 | Matthias Krüger | -0/+48 |
| 2022-02-26 | Rollup merge of #93982 - nbdd0121:explicit-generic-args, r=jackh726 | Matthias Krüger | -0/+1 |
| 2022-02-26 | Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds... | Matthias Krüger | -3/+34 |
| 2022-02-26 | suggest a float literal when dividing a floating-point type by {integer} | Takayuki Maeda | -0/+329 |