about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-18Add test checking that fallthrough branches are correctly identified as deadJakob Degen-17/+128
2022-02-18New lint `cast_enum_truncation`Jason Newcomb-52/+183
2022-02-18Extend uninhabited match branch optimization to also work on fallthrough.Jakob Degen-3/+39
2022-02-18Lint enum-to-int casts with `cast_possible_truncation`Jason Newcomb-39/+258
2022-02-18Put crate metadata first in the rlib when possiblebjorn3-40/+68
2022-02-18Auto merge of #8419 - flip1995:await_parking_alot, r=llogiqbors-128/+454
2022-02-18Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomezbors-8/+55
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-8/+55
2022-02-18fix some typosMizobrook-kan-2/+2
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-10/+2
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-227/+281
2022-02-17fixMario Carneiro-2/+0
2022-02-18document rustc_middle::mir::FieldMizobrook-kan-0/+9
2022-02-17Optimize char_try_from_u32Mario Carneiro-1/+14
2022-02-18Auto merge of #94095 - Amanieu:update_stdarch, r=dtolnaybors-0/+0
2022-02-17fix impl trait message, bless testsMichael Goulet-256/+129
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-210/+487
2022-02-17Remove SimpleDefKindMark Rousskov-62/+14
2022-02-17Auto merge of #8442 - rsmantini:issue-8120-fix, r=Manishearthbors-9/+60
2022-02-17Auto merge of #94103 - matthiaskrgr:rollup-cd70ofn, r=matthiaskrgrbors-416/+499
2022-02-17Destabilise entry_insert5225225-2/+4
2022-02-17Rollup merge of #94085 - flip1995:clippy_needless_borrow_temp_fix, r=ManishearthMatthias Krüger-26/+8
2022-02-17Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-SimulacrumMatthias Krüger-6/+0
2022-02-17Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obkMatthias Krüger-1/+9
2022-02-17Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcmMatthias Krüger-0/+129
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-104/+50
2022-02-17Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahcMatthias Krüger-0/+6
2022-02-17Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jshaMatthias Krüger-186/+168
2022-02-17Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwUMatthias Krüger-77/+113
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-16/+16
2022-02-17core: Implement trim functions on byte slicesDanilo Bargen-0/+78
2022-02-17Remove hack testing for `cfg` attribute in `match_single_binding`Jason Newcomb-25/+16
2022-02-17trigger ptr_as_ptr inside macrosRodrigo Mantini-9/+60
2022-02-17Suggest copying trait associated type bounds on lifetime errorJack Huey-28/+163
2022-02-17Add module-level docs for `rustc_middle::query`pierwill-0/+6
2022-02-17Check for `cfg` attrubutes before linting `match` expressionsJason Newcomb-24/+171
2022-02-17Fix documentation for is_X_feature_detected!Amanieu d'Antras-0/+0
2022-02-17Move await_holding_* lints to suspicious and improve docflip1995-30/+64
2022-02-17Add test for drop-before-await FPflip1995-33/+64
2022-02-17Actually lint parking_lot in await_holding_lockflip1995-103/+287
2022-02-17Improve lint message of await_holding_*flip1995-37/+114
2022-02-17Auto merge of #8218 - Jarcho:redundant_slicing_deref, r=camsteffenbors-48/+295
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-10/+2
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-227/+281
2022-02-17Auto merge of #8441 - Jarcho:needless_borrow_temp, r=flip1995bors-26/+8
2022-02-17Remove unused `unsound_ignore_borrow_on_drop`Tomasz Miąsko-38/+13
2022-02-17Fix ScalarInt to char conversionTomasz Miąsko-22/+52
2022-02-17Remove some redundant checks in various matches lintsJason Newcomb-129/+128
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-26/+8
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-26/+8