about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-23Rollup merge of #120261 - estebank:issue-102629, r=wesleywiserLeón Orell Valerian Liehr-17/+267
2024-01-23Rollup merge of #120259 - HTGAzureX1212:HTGAzureX1212/split-diagnostics-uncom...León Orell Valerian Liehr-10/+34
2024-01-23Rollup merge of #120195 - bvanjoi:add-some-resolution-test-case, r=petrochenkovLeón Orell Valerian Liehr-3/+269
2024-01-23Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errorsLeón Orell Valerian Liehr-18/+52
2024-01-23Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiaskoLeón Orell Valerian Liehr-15/+209
2024-01-23Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnayLeón Orell Valerian Liehr-8/+101
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-73/+615
2024-01-23Rollup merge of #112806 - kadiwa4:collect_intra_doc_links, r=notriddleLeón Orell Valerian Liehr-64/+39
2024-01-23Auto merge of #119433 - taiki-e:rc-uninit-ref, r=Nilstriebbors-20/+25
2024-01-24add several resolution test casesbohan-3/+269
2024-01-23Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obkbors-707/+1110
2024-01-23tidyHTGAzureX1212.-1/+1
2024-01-23address requested changesHTGAzureX1212.-13/+18
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-10/+660
2024-01-23Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviperbors-22/+32
2024-01-23Suggest boxing both arms of if expr if that solves divergent arms involving `...Esteban Küber-19/+149
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-7/+26
2024-01-23Auto merge of #120017 - nnethercote:lint-api, r=oli-obkbors-376/+353
2024-01-23Do not thread through Assert terminator.Camille GILLOT-15/+2
2024-01-23Add test for jump-threading assume.Camille GILLOT-0/+126
2024-01-22Add Assume custom MIR.Camille GILLOT-0/+81
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-22Auto merge of #120251 - matthiaskrgr:rollup-gttrw68, r=matthiaskrgrbors-214/+816
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-102/+427
2024-01-22Rollup merge of #120220 - nnethercote:TokenStream-Display-docs, r=petrochenkovMatthias Krüger-0/+16
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-6/+7
2024-01-22Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co...Matthias Krüger-58/+56
2024-01-22Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDentonMatthias Krüger-26/+14
2024-01-22Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errorsMatthias Krüger-6/+296
2024-01-22Rollup merge of #119664 - ChrisDenton:mingw-pty, r=thomccMatthias Krüger-14/+0
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-68/+56
2024-01-23Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`.Nicholas Nethercote-5/+5
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-13/+12
2024-01-22Suggest boxing if then expr if that solves divergent armsEsteban Küber-1/+63
2024-01-22Fix incorrect suggestion for boxing tail expression in blocksEsteban Küber-1/+59
2024-01-22assembly test: add riscv32im_risc0_zkvm_elf targetErik Kaneda-0/+3
2024-01-22update ui test resultErik Kaneda-3/+3
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-226/+556