about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-4/+0
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-0/+161
2025-05-09Do not ICE when reassigning in GatherLocalsVisitor on the bad pathMichael Goulet-2/+12
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-6/+58
2025-05-10coverage: Hoist `counter_for_bcb` out of its loopZalathar-10/+10
2025-05-10coverage: Enlarge empty spans during MIR instrumentation, not codegenZalathar-26/+40
2025-05-09Suggest stable candidates rather than unstable onesmu001999-6/+70
2025-05-09Error message for top-level or-patterns suggesting a solutionKornel-2/+2
2025-05-09Auto merge of #140839 - pietroalbini:pa-version-bump, r=pietroalbinibors-49/+2
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-37/+9
2025-05-09Disarm `time` bomb (diagnostics)Jieyou Xu-49/+2
2025-05-09Auto merge of #140838 - Zalathar:rollup-13hybry, r=Zalatharbors-6/+41
2025-05-09Rollup merge of #140828 - dpaoliello:arm64fp, r=workingjubileeStuart Cook-1/+7
2025-05-09Rollup merge of #140804 - bend-n:signed, r=lcnrStuart Cook-0/+27
2025-05-09Rollup merge of #140801 - xizheyin:issue-140747, r=SparrowLiiStuart Cook-5/+7
2025-05-09Auto merge of #140252 - nnethercote:rm-Ident-empty, r=oli-obkbors-38/+38
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-38/+38
2025-05-09Partially stabilize LoongArch target featuresWANG Rui-7/+7
2025-05-09Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiserbors-53/+150
2025-05-08Enable non-leaf Frame Pointers for Arm64 WindowsDaniel Paoliello-1/+7
2025-05-08Rollup merge of #140707 - compiler-errors:range-pat-struct-norm, r=lcnrMatthias Krüger-9/+17
2025-05-08Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnrMatthias Krüger-8/+27
2025-05-08Rollup merge of #140095 - nnethercote:rm-word_or_empty, r=jdonszelmannMatthias Krüger-85/+88
2025-05-08Remove some unnecessary erasesMichael Goulet-7/+1
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-0/+27
2025-05-08Structurally resolve in check_ref_cast and calc_adjust_modeMichael Goulet-9/+17
2025-05-08refactor `probe_and_consider_param_env_candidate`lcnr-15/+14
2025-05-08normalization: avoid incompletely constraining GAT argslcnr-22/+73
2025-05-08Use span before macro expansion in lint for-loops-over-faliblesxizheyin-5/+7
2025-05-08Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxuMatthias Krüger-1/+6
2025-05-08Rollup merge of #140736 - xizheyin:issue-140166, r=petrochenkovMatthias Krüger-0/+6
2025-05-08Remove associated type `InvocationCollectorNode::AttrsTy`Nicholas Nethercote-18/+12
2025-05-08Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obkMatthias Krüger-12/+15
2025-05-08Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnrMatthias Krüger-24/+74
2025-05-08Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errorsMatthias Krüger-139/+204
2025-05-08Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726Matthias Krüger-45/+299
2025-05-08Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnrMatthias Krüger-157/+282
2025-05-08Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrierilbors-8/+107
2025-05-07Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomezbors-232/+311
2025-05-07Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...John Kåre Alsaker-12/+15
2025-05-07Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errorsbors-64/+57
2025-05-07[win][arm64] Disable MSVC Linker 'Arm Hazard' warningDaniel Paoliello-1/+6
2025-05-07Better error message for late/early lifetime param mismatchMichael Goulet-3/+234
2025-05-07detect additional uses of opaques after writebacklcnr-70/+143
2025-05-07opaque_type_storage to InferCtxtLikelcnr-69/+61
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-53/+150
2025-05-07ReviewMichael Goulet-5/+20
2025-05-07Point out region bound mismatches in check_region_bounds_on_impl_itemMichael Goulet-43/+66
2025-05-07Use MaybeCause::or to allow constraints from overflows if they are combined w...Michael Goulet-24/+74
2025-05-07macro expansion issueKivooeo-16/+11