about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-11Rollup merge of #119832 - fmease:project-const-traits-triagebot, r=compiler-e...Matthias Krüger-0/+6
2024-01-11Rollup merge of #119804 - tmccombs:stabilize-unpoison, r=cuviperMatthias Krüger-6/+2
2024-01-11Rollup merge of #119803 - oli-obk:even_more_follow_up_errors, r=compiler-errorsMatthias Krüger-86/+73
2024-01-11Rollup merge of #119790 - celinval:smir-all-traits, r=oli-obkMatthias Krüger-15/+184
2024-01-11Rollup merge of #119788 - mj10021:issue-119787-fix, r=oli-obkMatthias Krüger-1/+1
2024-01-11Rollup merge of #119763 - nnethercote:cleanup-Diagnostic, r=oli-obkMatthias Krüger-95/+72
2024-01-11Rollup merge of #119715 - Nadrieril:graceful-type-error, r=compiler-errorsMatthias Krüger-39/+158
2024-01-11Rollup merge of #119637 - aoli-al:master, r=cuviperMatthias Krüger-1/+3
2024-01-11Rollup merge of #119006 - jstasiak:fix-special-ip-ranges, r=cuviperMatthias Krüger-4/+22
2024-01-11Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnrMatthias Krüger-45/+65
2024-01-11Rollup merge of #115046 - joshtriplett:master, r=compiler-errorsMatthias Krüger-11/+104
2024-01-11Make is_global/is_unicast_global special address handling completeJakub Stasiak-4/+22
2024-01-11Simplify lint error counting.Nicholas Nethercote-4/+4
2024-01-11Replace `warn_count`.Nicholas Nethercote-29/+12
2024-01-11Move `DiagCtxtInner::deduplicated_warn_count`.Nicholas Nethercote-3/+4
2024-01-11Reset `lint_err_count` in `DiagCtxt::reset_err_count`.Nicholas Nethercote-0/+1
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-53/+45
2024-01-11Rename `TRACK_DIAGNOSTICS` as `TRACK_DIAGNOSTIC`.Nicholas Nethercote-6/+6
2024-01-10Add project const traits to triagebot configLeón Orell Valerian Liehr-0/+6
2024-01-10Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obkbors-756/+766
2024-01-10Simplify some redundant namesMichael Goulet-23/+19
2024-01-10More commentsMichael Goulet-10/+30
2024-01-10Check reveal and can_define_opaque_ty in try_normalize_ty_recurMichael Goulet-12/+16
2024-01-10Add test case for #119778Nadrieril-0/+48
2024-01-10Stabilize mutex_unpoison featureThayne McCombs-6/+2
2024-01-10Avoid follow up errorsOli Scherer-26/+17
2024-01-10Turn some free functions into methodsOli Scherer-53/+53
2024-01-10Use a ty::Error instead of patching up a type after erroringOli Scherer-7/+3
2024-01-10Auto merge of #119797 - matthiaskrgr:rollup-nn2lt39, r=matthiaskrgrbors-111/+219
2024-01-10Rollup merge of #119782 - RalfJung:rint, r=cuviperMatthias Krüger-0/+4
2024-01-10Rollup merge of #119772 - oli-obk:whackamole, r=compiler-errorsMatthias Krüger-0/+48
2024-01-10Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r...Matthias Krüger-105/+129
2024-01-10Rollup merge of #106893 - clubby789:struct-update-help, r=compiler-errorsMatthias Krüger-6/+38
2024-01-10Auto merge of #119794 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-01-09Update cargoWeihang Lo-0/+0
2024-01-09Fix all_trait* methods to return all trait availableCelina G. Val-15/+184
2024-01-09change function name in commentsmj10021-1/+1
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-631/+2700
2024-01-09rint intrinsics: caution against actually trying to check for floating-point ...Ralf Jung-0/+4
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-631/+2700
2024-01-09Auto merge of #116846 - krtab:slice_compare_no_memcmp_opt, r=the8472bors-1/+11
2024-01-10Add missing `DiagnosticBuilder::eager_diagnostic` method.Nicholas Nethercote-5/+7
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-293/+296
2024-01-10Add `DiagCtxt::delayed_bug`.Nicholas Nethercote-146/+103
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-56/+55
2024-01-10Shorten some error invocations.Nicholas Nethercote-34/+30
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-224/+277
2024-01-10Fix incorrect comment.Nicholas Nethercote-1/+1
2024-01-09Add error code for missing base expression in struct update syntaxclubby789-6/+38
2024-01-09Auto merge of #119777 - GuillaumeGomez:rollup-mf82vow, r=GuillaumeGomezbors-151/+414