| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Rollup merge of #120261 - estebank:issue-102629, r=wesleywiser | León Orell Valerian Liehr | -17/+267 |
| 2024-01-23 | Rollup merge of #120259 - HTGAzureX1212:HTGAzureX1212/split-diagnostics-uncom... | León Orell Valerian Liehr | -10/+34 |
| 2024-01-23 | Rollup merge of #120195 - bvanjoi:add-some-resolution-test-case, r=petrochenkov | León Orell Valerian Liehr | -3/+269 |
| 2024-01-23 | Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errors | León Orell Valerian Liehr | -18/+52 |
| 2024-01-23 | Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko | León Orell Valerian Liehr | -15/+209 |
| 2024-01-23 | Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnay | León Orell Valerian Liehr | -8/+101 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -18/+20 |
| 2024-01-23 | Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errors | León Orell Valerian Liehr | -73/+615 |
| 2024-01-23 | Rollup merge of #112806 - kadiwa4:collect_intra_doc_links, r=notriddle | León Orell Valerian Liehr | -64/+39 |
| 2024-01-23 | Auto merge of #119433 - taiki-e:rc-uninit-ref, r=Nilstrieb | bors | -20/+25 |
| 2024-01-24 | add several resolution test cases | bohan | -3/+269 |
| 2024-01-23 | Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obk | bors | -707/+1110 |
| 2024-01-23 | tidy | HTGAzureX1212. | -1/+1 |
| 2024-01-23 | address requested changes | HTGAzureX1212. | -13/+18 |
| 2024-01-23 | Auto merge of #116152 - cjgillot:unchunck, r=nnethercote | bors | -17/+24 |
| 2024-01-23 | Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrum | bors | -10/+660 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -22/+32 |
| 2024-01-23 | Suggest boxing both arms of if expr if that solves divergent arms involving `... | Esteban Küber | -19/+149 |
| 2024-01-23 | add list of characters to uncommon codepoints lint | HTGAzureX1212. | -7/+26 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -376/+353 |
| 2024-01-23 | Do not thread through Assert terminator. | Camille GILLOT | -15/+2 |
| 2024-01-23 | Add test for jump-threading assume. | Camille GILLOT | -0/+126 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+81 |
| 2024-01-22 | Use a plain bitset for liveness analyses. | Camille GILLOT | -10/+17 |
| 2024-01-22 | Remove uses of HybridBitSet. | Camille GILLOT | -7/+7 |
| 2024-01-22 | Auto merge of #120251 - matthiaskrgr:rollup-gttrw68, r=matthiaskrgr | bors | -214/+816 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -102/+427 |
| 2024-01-22 | Rollup merge of #120220 - nnethercote:TokenStream-Display-docs, r=petrochenkov | Matthias Krüger | -0/+16 |
| 2024-01-22 | Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=comp... | Matthias Krüger | -2/+0 |
| 2024-01-22 | Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser | Matthias Krüger | -6/+7 |
| 2024-01-22 | Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co... | Matthias Krüger | -58/+56 |
| 2024-01-22 | Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDenton | Matthias Krüger | -26/+14 |
| 2024-01-22 | Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errors | Matthias Krüger | -6/+296 |
| 2024-01-22 | Rollup merge of #119664 - ChrisDenton:mingw-pty, r=thomcc | Matthias Krüger | -14/+0 |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -20/+20 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -118/+118 |
| 2024-01-23 | Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -68/+56 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -5/+5 |
| 2024-01-23 | Rename `LintLevelsBuilder::emit_spanned_lint` as `LintLevelsBuilder::emit_spa... | Nicholas Nethercote | -7/+7 |
| 2024-01-23 | Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`. | Nicholas Nethercote | -3/+3 |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -128/+112 |
| 2024-01-23 | Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with... | Nicholas Nethercote | -3/+9 |
| 2024-01-23 | Rename `LintContext::lookup` as `LintContext::opt_span_lint`. | Nicholas Nethercote | -9/+9 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -13/+12 |
| 2024-01-22 | Suggest boxing if then expr if that solves divergent arms | Esteban Küber | -1/+63 |
| 2024-01-22 | Fix incorrect suggestion for boxing tail expression in blocks | Esteban Küber | -1/+59 |
| 2024-01-22 | assembly test: add riscv32im_risc0_zkvm_elf target | Erik Kaneda | -0/+3 |
| 2024-01-22 | update ui test result | Erik Kaneda | -3/+3 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -226/+556 |