about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-15Skip coroutines in jump threading to avoid query cyclesTomasz Miąsko-0/+6
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-12/+21
2024-02-14Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkinGuillaume Gomez-6/+6
2024-02-14Rollup merge of #121083 - GuillaumeGomez:doc-to_opt_closure_kind, r=compiler-...Guillaume Gomez-0/+14
2024-02-14Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obkGuillaume Gomez-4/+12
2024-02-14Rollup merge of #120966 - chenyukang:yukang-fix-120599-resolve, r=pnkfelixGuillaume Gomez-23/+39
2024-02-14Extend documentation for `Ty::to_opt_closure_kind` methodGuillaume Gomez-0/+14
2024-02-14Make sure `tcx.create_def` also depends on the forever red node, instead of j...Oli Scherer-6/+6
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-12/+21
2024-02-14Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obkOli Scherer-90/+88
2024-02-14Rollup merge of #121049 - estebank:issue-121009, r=fmeaseOli Scherer-0/+5
2024-02-14Rollup merge of #121039 - cjgillot:gvn-adjust, r=compiler-errorsOli Scherer-5/+9
2024-02-14Rollup merge of #121015 - nnethercote:opt-delayed-bug, r=oli-obkOli Scherer-12/+27
2024-02-14Rollup merge of #120915 - OdenShirataki:master, r=fmeaseOli Scherer-3/+3
2024-02-14Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errorsOli Scherer-1/+1
2024-02-14Rollup merge of #120498 - compiler-errors:type-flags, r=lcnrOli Scherer-341/+469
2024-02-14Use fewer delayed bugs.Nicholas Nethercote-90/+88
2024-02-14Auto merge of #121018 - oli-obk:impl_unsafety, r=TaKO8Kibors-69/+80
2024-02-14Fix false positive with if let and rangesyukang-4/+12
2024-02-14remove importing suggestions when there is a shadowed typo canddiateyukang-23/+39
2024-02-14Auto merge of #120454 - clubby789:cargo-update, r=Nilstriebbors-24/+51
2024-02-14Auto merge of #121055 - matthiaskrgr:rollup-bzn5sda, r=matthiaskrgrbors-117/+180
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-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-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-13RustWrapper: adapt for coverage mapping API changesTim Neumann-1/+1
2024-02-13coverage: Simplify code for adding `prev` to pending dupsZalathar-40/+12