summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-02Backport https://github.com/rust-lang/rust-clippy/pull/11596Mark Rousskov-56/+11
2023-10-02Add release notes & bump channelMark Rousskov-1/+1
2023-09-29Update LLVM submoduleNikita Popov-0/+0
2023-09-29Move to older, mirrored redox install and to newer ubuntuOli Scherer-3/+3
2023-09-29Fix jq in CIMichael Goulet-1/+1
2023-09-28Expose try_destructure_mir_constant_for_diagnostics directly to clippyOli Scherer-1/+1
2023-09-21Update to LLVM 17.0.0Nikita Popov-0/+0
2023-09-21MCP661: Move wasm32-wasi-preview1-threads to Tier2Georgii Rylov-15/+24
2023-09-09rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-8/+23
2023-09-01rustdoc: use unicode-aware checks for redundant explicit link fastpathMichael Howell-14/+4
2023-08-27[beta-1.73] Update cargoWeihang Lo-0/+0
2023-08-24Bump to released stable compilerJosh Stone-372/+273
2023-08-21Bump channel to betaMark Rousskov-1/+1
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-35/+35
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-38/+578
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-35/+35
2023-08-19Update cargoWeihang Lo-0/+0
2023-08-18Fix formatKyle Lin-1/+1
2023-08-18Fix private function importingKyle Lin-1/+1
2023-08-18Skip lint check when item is not fully publicKyle Lin-0/+19
2023-08-18relax redundancy constraintKyle Lin-6/+1
2023-08-18narrow down the lint trigger constraintKyle Lin-22/+51
2023-08-18fomar filesKyle Lin-4/+9
2023-08-18Still resolving rustdoc resolution panickingKyle Lin-71/+74
2023-08-18Support Reference & ReferenceUnknown link lintKyle Lin-61/+221
2023-08-18Refactor lint from rustc to rustdocKyle Lin-28/+192
2023-08-18add more testsKyle Lin-1/+1
2023-08-18Fix resolution cachingKyle Lin-44/+55
2023-08-18Add warn level lint `redundant_explicit_links`Kyle Lin-11/+124
2023-08-18rework link parsing loopKyle Lin-24/+65
2023-08-18Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgrbors-36/+201
2023-08-17Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitorJosh Stone-252/+118
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-23/+129
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-13/+72
2023-08-17Auto merge of #114932 - RalfJung:miri, r=RalfJungbors-177/+472
2023-08-17Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgrbors-0/+16
2023-08-17Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jshaMatthias Krüger-0/+16
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-0/+17
2023-08-16Rollup merge of #114878 - tshepang:tshepang-patch-1-1, r=davidtwcoMatthias Krüger-0/+3
2023-08-16Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...Matthias Krüger-336/+342
2023-08-16Rollup merge of #113115 - tshepang:patch-5, r=est31Matthias Krüger-1/+1
2023-08-16Auto merge of #3027 - ttsugriy:range-map, r=RalfJungbors-5/+2
2023-08-16Avoid unnecessary Vec resize.Taras Tsugrii-5/+2
2023-08-16Use more named format argsGuillaume Gomez-85/+130
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-300/+261
2023-08-16Auto merge of #114847 - nikic:update-llvm-12, r=cuviperbors-0/+0
2023-08-16on out-of-bounds error, show where the allocation was createdRalf Jung-8/+46
2023-08-16Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJungbors-18/+229
2023-08-16Auto merge of #3028 - ttsugriy:range-map-find-offset, r=RalfJungbors-20/+15
2023-08-16Merge from rustcThe Miri Conjob Bot-78/+205