about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-12Rollup merge of #112546 - lcnr:opaque-type-cleanup, r=compiler-errorsMatthias Krüger-4/+4
2023-06-12Rollup merge of #112416 - jieyouxu:issue-112363, r=wesleywiserMatthias Krüger-5/+15
2023-06-12Rollup merge of #112302 - jieyouxu:issue-85184, r=WaffleLapkinMatthias Krüger-0/+43
2023-06-12update commentlcnr-1/+1
2023-06-12extend assertlcnr-3/+3
2023-06-12Fix debug ICE for extern type with where clauses许杰友 Jieyou Xu (Joe)-5/+15
2023-06-12Auto merge of #112261 - jieyouxu:c-like-ptr-arithmetics-diagnostics, r=Waffle...bors-0/+61
2023-06-11Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkovbors-49/+352
2023-06-12Private-in-public lints implementationBryanskiy-49/+352
2023-06-11Rollup merge of #112513 - compiler-errors:dont-compute-box-span-for-tait, r=c...Matthias Krüger-110/+31
2023-06-11Auto merge of #112466 - lcnr:opaque-type-cleanup, r=compiler-errorsbors-175/+204
2023-06-11Don't suggest boxing an empty if/else armMichael Goulet-1/+19
2023-06-11Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=NilstriebMatthias Krüger-1/+1
2023-06-11Rollup merge of #112493 - fmease:iat-select-complete-bound-var-erasure, r=com...Matthias Krüger-19/+57
2023-06-11Rollup merge of #112475 - chenyukang:yukang-fix-112278, r=compiler-errorsMatthias Krüger-8/+34
2023-06-10prune some unused codeMichael Goulet-109/+4
2023-06-10Don't compute opt_suggest_box_span for TAITMichael Goulet-0/+8
2023-06-11iat selection: normalize self ty & completely erase bound varsLeón Orell Valerian Liehr-19/+57
2023-06-10Use a better linkHankai Zhang-1/+1
2023-06-10Update links to Rust Reference page on literals in diagnosticHankai Zhang-1/+1
2023-06-10Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgrbors-3/+5
2023-06-10Rollup merge of #112413 - jieyouxu:fix-hidden-glob-reexports-span-order, r=pe...Matthias Krüger-2/+2
2023-06-10Rollup merge of #112298 - est31:update_field_offset, r=Mark-SimulacrumMatthias Krüger-1/+3
2023-06-10Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillotbors-7/+132
2023-06-10Rollup merge of #112369 - nnethercote:more-cgu-cleanups, r=wesleywiserMatthias Krüger-101/+68
2023-06-10Rollup merge of #110141 - petrochenkov:cratecfg2, r=WaffleLapkinMatthias Krüger-7/+21
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau-7/+130
2023-06-10Adjust span labels for `HIDDEN_GLOB_REEXPORTS`许杰友 Jieyou Xu (Joe)-2/+2
2023-06-10Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkovbors-6/+13
2023-06-10remove unwrapyukang-9/+12
2023-06-10Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkovbors-26/+22
2023-06-10reword the message to suggest surrounding with parenthesesyukang-2/+5
2023-06-10take care module name for suggesting surround the struct literal in parenthesesyukang-1/+21
2023-06-10expand: Change how `#![cfg(FALSE)]` behaves on crate rootVadim Petrochenkov-7/+21
2023-06-09Auto merge of #112216 - est31:offset_of_deep_tuple, r=petrochenkovbors-24/+92
2023-06-10Make "consider importing" consistent for macrosMu001999-6/+13
2023-06-09Add diagnostic items for `f32::NAN` and `f64::NAN`Urgau-0/+2
2023-06-09Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomezbors-5/+23
2023-06-09split opaque type handling in new solverlcnr-78/+114
2023-06-09Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons...Guillaume Gomez-1/+5
2023-06-09Rollup merge of #112260 - eval-exec:exec/fix-unsafe_code_lint, r=WaffleLapkinGuillaume Gomez-4/+18
2023-06-09extract opaque type wf check into separate fnlcnr-65/+74
2023-06-09recompute opaque type originlcnr-38/+22
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors-2/+65
2023-06-09Improve document of `unsafe_code` lintEval EXEC-4/+18
2023-06-09Suggest using `ptr::null_mut` when user supplied `ptr::null` to a function ex...许杰友 Jieyou Xu (Joe)-0/+43
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-96/+346
2023-06-09Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgrbors-16/+72
2023-06-09Rollup merge of #112444 - compiler-errors:intern-debug, r=nnethercoteMatthias Krüger-1/+7
2023-06-09Rollup merge of #112428 - compiler-errors:next-solver-struct-resolv-pat, r=lcnrMatthias Krüger-3/+2