about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-14Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnrbors-0/+16
2024-02-13Rollup merge of #121047 - compiler-errors:default-impls, r=lcnrMatthias Krüger-0/+22
2024-02-13Rollup merge of #121014 - nnethercote:rm-force_print_diagnostic, r=oli-obkMatthias Krüger-45/+80
2024-02-13Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obkMatthias Krüger-68/+58
2024-02-13Rollup merge of #118882 - compiler-errors:normalized-sig-wf, r=lcnrMatthias Krüger-4/+20
2024-02-14Optimize `delayed_bug` handling.Nicholas Nethercote-12/+27
2024-02-13Pin `cc` versionclubby789-1/+6
2024-02-13Pin `memchr` versionclubby789-1/+2
2024-02-13Bump `indexmap`clubby789-22/+43
2024-02-14Fix `DiagCtxtInner::reset_err_count`.Nicholas Nethercote-15/+45
2024-02-14Remove `force_print_diagnostic`.Nicholas Nethercote-29/+34
2024-02-14Make `struct_span_note` call `struct_note`.Nicholas Nethercote-1/+1
2024-02-13Do not point at `#[allow(_)]` as the reason for compat lint triggeringEsteban Küber-0/+5
2024-02-13Added sahf feature to windows targetsCKingX-5/+5
2024-02-13Do not assemble candidates for default implsMichael Goulet-0/+22
2024-02-13Auto merge of #121036 - matthiaskrgr:rollup-ul05q8e, r=matthiaskrgrbors-505/+373
2024-02-13Fix handling of adjustment casts.Camille GILLOT-5/+9
2024-02-13Rollup merge of #121031 - TimNN:lh-fix-20240213, r=durin42Matthias Krüger-1/+1
2024-02-13Rollup merge of #121019 - Zalathar:covspans, r=oli-obkMatthias Krüger-150/+155
2024-02-13Rollup merge of #120978 - Nadrieril:sane-blocks, r=matthewjasperMatthias Krüger-71/+61
2024-02-13Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obkMatthias Krüger-103/+56
2024-02-13Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errorsMatthias Krüger-180/+100
2024-02-13Check normalized call signature for WF in mir typeckMichael Goulet-4/+20
2024-02-13Move visitable bounds up into internerMichael Goulet-77/+37
2024-02-13Prefer `min_exhaustive_patterns` in compilerNadrieril-2/+4
2024-02-13Unmark the feature gate as incompleteNadrieril-1/+1
2024-02-13Add assertions back to canonicalizerMichael Goulet-3/+10
2024-02-13Uplift TypeVisitableExt into rustc_type_irMichael Goulet-315/+476
2024-02-13Auto merge of #120055 - nikic:llvm-18, r=cuviperbors-4/+4
2024-02-13Continue reporting remaining errors instead of silently dropping themOli Scherer-2/+3
2024-02-13RustWrapper: adapt for coverage mapping API changesTim Neumann-1/+1
2024-02-13coverage: Simplify code for adding `prev` to pending dupsZalathar-40/+12
2024-02-13coverage: Move `prev_original_span` into `PrevCovspan`Zalathar-19/+11
2024-02-13coverage: Split `CoverageSpan` into several distinct structsZalathar-83/+139
2024-02-13Avoid an ICE in diagnosticsOli Scherer-1/+1
2024-02-13Just pass the checker instead of individual fieldsOli Scherer-39/+33
2024-02-13Remove an `impl_polarity` call where the information is already available in ...Oli Scherer-16/+23
2024-02-13coverage: Don't track `curr_original_span` explicitlyZalathar-11/+2
2024-02-13coverage: When merging spans, keep `prev` and merge `curr` into itZalathar-9/+3
2024-02-13Avoid using the HIR span in the happy pathOli Scherer-5/+8
2024-02-13Don't reinvoke `trait_header` query twiceOli Scherer-11/+11
2024-02-13Use MCSubtargetInfo::getAllProcessorFeatures()Nikita Popov-4/+4
2024-02-13Invoke `trait_def` query only onceOli Scherer-10/+13
2024-02-13Store impl unsafety in impl trait headerOli Scherer-24/+28
2024-02-13Rollup merge of #120995 - durin42:llvm-19-pgo-coldfuncopt, r=cuviperMatthias Krüger-0/+15
2024-02-13Rollup merge of #120988 - tshepang:fix-comment, r=cjgillotMatthias Krüger-1/+1
2024-02-13Rollup merge of #120987 - tshepang:redundant, r=compiler-errorsMatthias Krüger-6/+0
2024-02-13Rollup merge of #120974 - zmodem:exportas, r=durin42Matthias Krüger-0/+3
2024-02-13Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errorsMatthias Krüger-1/+4
2024-02-13Rollup merge of #120751 - estebank:issue-68982, r=nnethercoteMatthias Krüger-35/+89