summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing unsafe {} blocks in const thread_local! implconst_tls_local_panic_countbjorn32022-01-101-2/+12
* Use const initializer for LOCAL_PANIC_COUNTbjorn32021-12-311-1/+1
* Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednetbors2021-12-315-17/+29
|\
| * Update pulldown-cmark version in clippyGuillaume Gomez2021-12-283-6/+6
| * Update pulldown-cmark version to 0.9Guillaume Gomez2021-12-283-11/+23
* | Auto merge of #91929 - anuvratsingh:remove_in_band_lifetimes_compiler_rustc_t...bors2021-12-315-10/+9
|\ \
| * | Removed `in_band_lifetimes` from `rustc_traits`Anuvrat2021-12-305-10/+9
* | | Auto merge of #92437 - flip1995:clippyup, r=Manishearthbors2021-12-3180-439/+1493
|\ \ \
| * \ \ Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip19952021-12-3080-439/+1493
| |\ \ \
| | * \ \ Auto merge of #8196 - flip1995:rustup, r=flip1995bors2021-12-3060-141/+168
| | |\ \ \
| | | * | | Bump nightly version -> 2021-12-30flip19952021-12-301-1/+1
| | | * | | Merge remote-tracking branch 'upstream/master' into rustupflip19952021-12-3083-451/+1518
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Auto merge of #8117 - hotate29:issue7320, r=camsteffenbors2021-12-2811-128/+307
| | |\ \ \ \
| | | * | | | Change to enclose both sides of Range in parentheses.hotate292021-12-251-4/+4
| | | * | | | Change ```floating_point_arthmetic::detect_hypot()``` to enclose the expressi...hotate292021-12-251-2/+2
| | | * | | | Use helper functions in ```Sugg``` tests.hotate292021-12-251-25/+14
| | | * | | | refactor ```Sugg::BinOp```hotate292021-12-254-138/+166
| | | * | | | Add testhotate292021-12-254-13/+148
| | | * | | | update: ```Sugg::not()``` replacing the comparison operator. #7320hotate292021-12-183-3/+30
| | * | | | | Auto merge of #8183 - alex-ozdemir:limit-ident, r=camsteffenbors2021-12-284-18/+56
| | |\ \ \ \ \
| | | * | | | | contants peel_refs to catch `x << &0`Alex Ozdemir2021-12-284-4/+19
| | | * | | | | testAlex Ozdemir2021-12-283-14/+34
| | | * | | | | Limit the identity_op lint to integral operands.Alex Ozdemir2021-12-271-4/+7
| | * | | | | | Auto merge of #8187 - ApamNapat:fix_7651, r=llogiqbors2021-12-284-4/+64
| | |\ \ \ \ \ \
| | | * | | | | | Fixed issues with to_radians and to_degrees lintsBB2021-12-284-4/+64
| | | |/ / / / /
| | * | | | | | Auto merge of #8127 - dswij:8090, r=xFrednetbors2021-12-284-72/+187
| | |\ \ \ \ \ \
| | | * | | | | | Add limitation description for `enum_variant_names`dswij2021-12-251-0/+6
| | | * | | | | | Some minor cleanupdswij2021-12-252-30/+34
| | | * | | | | | Fix reversed suggestion on postfixdswij2021-12-252-3/+6
| | | * | | | | | Update str_utils testdswij2021-12-251-12/+16
| | | * | | | | | update `enum_variants` testdswij2021-12-252-15/+33
| | | * | | | | | Add str_util helpers to split camelcase stringsdswij2021-12-251-0/+81
| | | * | | | | | Fix False Positive on `enum_variants` when prefixes are not camel-casedswij2021-12-251-26/+22
| | | * | | | | | Refactor `enum_variants`dswij2021-12-251-37/+40
| | * | | | | | | Auto merge of #8185 - dswij:8177, r=llogiqbors2021-12-284-26/+72
| | |\ \ \ \ \ \ \
| | | * | | | | | | `needless_return` suggest return unit type on void returnsbors2021-12-284-26/+72
| | * | | | | | | | Auto merge of #8175 - Kage-Yami:feature/document-8145, r=llogiqbors2021-12-280-0/+0
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Readme: note that config changes don't apply to already compiled codebors2021-12-281-0/+4
| | | |/ / / / / /
| | * | | | | | | Auto merge of #8182 - rust-lang:cache-test-items, r=giraffatebors2021-12-281-28/+42
| | |\ \ \ \ \ \ \
| | | * | | | | | | cache test item namesAndre Bogus2021-12-281-28/+42
| | * | | | | | | | Auto merge of #8181 - ApamNapat:typos_fixes, r=giraffatebors2021-12-282-7/+7
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | Fixed some typos in README and CONTRIBUTINGBB2021-12-282-7/+7
| | |/ / / / / / /
| | * | | | | | | Auto merge of #8170 - rust-lang:numbered-fields, r=xFrednetbors2021-12-2711-7/+198
| | |\ \ \ \ \ \ \
| | | * | | | | | | new lint: `init-numbered-fields`Andre Bogus2021-12-2611-7/+198
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Auto merge of #8175 - Kage-Yami:feature/document-8145, r=llogiqbors2021-12-271-0/+4
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Readme: note that config changes don't apply to already compiled codebors2021-12-271-0/+4
| | | |/ / / / /
| | * | | | | | Auto merge of #8133 - surechen:fix_8128, r=xFrednetbors2021-12-266-10/+138
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fixes #8128surechen2021-12-266-10/+138
| | * | | | | | Auto merge of #8167 - rust-lang:fix-8166, r=xFredNetbors2021-12-251-2/+3
| | |\ \ \ \ \ \
| | | * | | | | | fix an ICE on unwrapping a NoneAndre Bogus2021-12-251-2/+3