about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-01-23Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmeasebors-126/+418
2024-01-23Rollup merge of #120261 - estebank:issue-102629, r=wesleywiserLeón Orell Valerian Liehr-17/+109
2024-01-23Rollup merge of #120259 - HTGAzureX1212:HTGAzureX1212/split-diagnostics-uncom...León Orell Valerian Liehr-3/+27
2024-01-23Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errorsLeón Orell Valerian Liehr-4/+18
2024-01-23Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiaskoLeón Orell Valerian Liehr-15/+7
2024-01-23Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwULeón Orell Valerian Liehr-18/+20
2024-01-23Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errorsLeón Orell Valerian Liehr-69/+237
2024-01-23Rollup merge of #120280 - tmiasko:is-enabled, r=compiler-errorsLeón Orell Valerian Liehr-6/+2
2024-01-23Rollup merge of #120270 - compiler-errors:randos, r=lcnrLeón Orell Valerian Liehr-87/+53
2024-01-23Rollup merge of #120252 - lcnr:rename-astconv-ty, r=compiler-errorsLeón Orell Valerian Liehr-23/+30
2024-01-23Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiserLeón Orell Valerian Liehr-0/+3
2024-01-23Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwcoLeón Orell Valerian Liehr-0/+4
2024-01-23Move condition enabling the pass to `is_enabled`Tomasz Miąsko-6/+2
2024-01-23Random type checker changesMichael Goulet-87/+53
2024-01-23Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obkbors-497/+359
2024-01-23tidyHTGAzureX1212.-1/+1
2024-01-23address requested changesHTGAzureX1212.-7/+12
2024-01-23Auto merge of #116152 - cjgillot:unchunck, r=nnethercotebors-17/+24
2024-01-23Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrumbors-0/+37
2024-01-23Suggest boxing both arms of if expr if that solves divergent arms involving `...Esteban Küber-16/+70
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-3/+22
2024-01-23Auto merge of #120017 - nnethercote:lint-api, r=oli-obkbors-348/+326
2024-01-23Do not thread through Assert terminator.Camille GILLOT-15/+2
2024-01-22Add Assume custom MIR.Camille GILLOT-0/+5
2024-01-22Use a plain bitset for liveness analyses.Camille GILLOT-10/+17
2024-01-22Remove uses of HybridBitSet.Camille GILLOT-7/+7
2024-01-22`RawTy` to `LoweredTy`lcnr-23/+30
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-6/+90
2024-01-22Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=comp...Matthias Krüger-2/+0
2024-01-22Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiserMatthias Krüger-3/+4
2024-01-22Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co...Matthias Krüger-58/+55
2024-01-22Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errorsMatthias Krüger-6/+34
2024-01-23Rename `struct_lint_level` as `lint_level`.Nicholas Nethercote-20/+20
2024-01-23Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.Nicholas Nethercote-118/+118
2024-01-23Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`.Nicholas Nethercote-2/+2
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-51/+39
2024-01-23Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`.Nicholas Nethercote-4/+4
2024-01-23Rename `LintLevelsBuilder::emit_spanned_lint` as `LintLevelsBuilder::emit_spa...Nicholas Nethercote-7/+7
2024-01-23Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`.Nicholas Nethercote-3/+3
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-128/+112
2024-01-23Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with...Nicholas Nethercote-3/+9
2024-01-23Rename `LintContext::lookup` as `LintContext::opt_span_lint`.Nicholas Nethercote-9/+9
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-3/+3
2024-01-22Suggest boxing if then expr if that solves divergent armsEsteban Küber-0/+32
2024-01-22Fix incorrect suggestion for boxing tail expression in blocksEsteban Küber-1/+7
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-83/+163
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-0/+37
2024-01-22compiler: update freebsd and netbsd base specs.David Carlier-0/+3
2024-01-22Do not normalize closure signature when building FnOnce shimMichael Goulet-18/+20
2024-01-22Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errorsMatthias Krüger-7/+9