about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-36/+2907
2022-02-20Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill...bors-2/+120
2022-02-20Auto merge of #93387 - JakobDegen:improve_partialeq, r=tmiaskobors-17/+128
2022-02-20Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgrbors-74/+122
2022-02-20Rollup merge of #94093 - tmiasko:pp-no-variants, r=oli-obkMatthias Krüger-65/+71
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-1/+14
2022-02-20Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-SimulacrumMatthias Krüger-2/+5
2022-02-20Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddleMatthias Krüger-6/+32
2022-02-19Auto merge of #92911 - nbdd0121:unwind, r=Amanieubors-12/+71
2022-02-19Bump version to 1.61Mark Rousskov-1/+1
2022-02-19Fix codegen test for MSVCGary Guo-13/+2
2022-02-19Fix pretty printing of enums without variantsTomasz Miąsko-65/+71
2022-02-19Add rustdoc test for const computed valueGuillaume Gomez-0/+9
2022-02-19Don't render Const computed values in hexadecimal for DisplayGuillaume Gomez-1/+5
2022-02-19Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwcoMatthias Krüger-18/+38
2022-02-19Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebankMatthias Krüger-4/+4
2022-02-19Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-SimulacrumMatthias Krüger-3/+6
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-74/+2
2022-02-19Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgrbors-393/+744
2022-02-18Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelixbors-0/+23
2022-02-18Rollup merge of #93953 - jackh726:known_bug, r=Mark-SimulacrumMatthias Krüger-248/+218
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-1/+106
2022-02-18Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakisMatthias Krüger-10/+37
2022-02-18Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomezMatthias Krüger-5/+37
2022-02-18Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebankMatthias Krüger-126/+126
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-3/+36
2022-02-18Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726Matthias Krüger-0/+184
2022-02-18Suggest `impl Trait` return typeNilstrieb-0/+184
2022-02-18Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebankMatthias Krüger-0/+22
2022-02-18Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebankMatthias Krüger-35/+265
2022-02-18Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebankMatthias Krüger-14/+2
2022-02-18Rollup merge of #92683 - jackh726:issue-92033, r=estebankMatthias Krüger-25/+77
2022-02-18Add test checking that fallthrough branches are correctly identified as deadJakob Degen-17/+128
2022-02-18Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomezbors-0/+44
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-0/+44
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-149/+193
2022-02-17fix impl trait message, bless testsMichael Goulet-252/+126
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-120/+246
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-0/+6
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-21/+7
2022-02-17Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jshaMatthias Krüger-186/+168
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-12/+12
2022-02-17Suggest copying trait associated type bounds on lifetime errorJack Huey-25/+77
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-149/+193
2022-02-17Fix ScalarInt to char conversionTomasz Miąsko-18/+38
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-26/+8
2022-02-17Remove CFG_PLATFORMbjorn3-6/+0
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-4/+6