| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Stop using `eval_rvalue_into_place` in const prop | Oli Scherer | -3/+12 |
| 2024-01-23 | Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrum | bors | -3/+6 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -0/+4 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -94/+300 |
| 2024-01-22 | Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiser | Matthias Krüger | -3/+3 |
| 2024-01-22 | Rollup merge of #120104 - Nadrieril:never-pat-diverges, r=compiler-errors | Matthias Krüger | -0/+262 |
| 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 | -55/+260 |
| 2024-01-22 | Rollup merge of #120164 - trevyn:is_downgradable, r=compiler-errors | Matthias Krüger | -46/+56 |
| 2024-01-22 | Rollup merge of #120097 - Nadrieril:consistent_unreachable_subpats, r=compile... | Matthias Krüger | -1/+133 |
| 2024-01-22 | Rollup merge of #120059 - oli-obk:const_arg_type_mismatch, r=compiler-errors | Matthias Krüger | -7/+70 |
| 2024-01-22 | Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff... | Matthias Krüger | -1/+1 |
| 2024-01-22 | Test async fn | Nadrieril | -0/+34 |
| 2024-01-22 | Use `-> !` to test divergence | Nadrieril | -5/+8 |
| 2024-01-22 | Rollup merge of #120213 - compiler-errors:dont-make-non-lifetime-binders-in-r... | Matthias Krüger | -0/+37 |
| 2024-01-22 | Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obk | Matthias Krüger | -0/+9 |
| 2024-01-22 | Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki | Matthias Krüger | -50/+154 |
| 2024-01-22 | Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkov | Matthias Krüger | -1/+63 |
| 2024-01-22 | update codegen tests | joboet | -0/+4 |
| 2024-01-22 | Add regression test | Oli Scherer | -0/+69 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -94/+231 |
| 2024-01-22 | Never pattern in `let` statement diverges | Nadrieril | -15/+27 |
| 2024-01-22 | Never pattern in function arguments diverges | Nadrieril | -0/+213 |
| 2024-01-22 | Make generic const type mismatches not hide trait impls from the trait solver | Oli Scherer | -7/+70 |
| 2024-01-22 | Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr | bors | -5/+105 |
| 2024-01-22 | Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmease | Matthias Krüger | -0/+20 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -5/+85 |
| 2024-01-21 | Don't actually make bound ty/const for RTN | Michael Goulet | -0/+37 |
| 2024-01-21 | `maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe` | trevyn | -46/+56 |
| 2024-01-21 | exclude unexported macro bindings from extern crate | bohan | -1/+63 |
| 2024-01-21 | Rollup merge of #120128 - oli-obk:smir_internal_lift, r=celinval | Matthias Krüger | -2/+2 |
| 2024-01-21 | Rollup merge of #120015 - Zalathar:format, r=dtolnay | Nadrieril | -218/+282 |
| 2024-01-21 | Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiasko | Nadrieril | -0/+122 |
| 2024-01-20 | Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum | bors | -18/+64 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -0/+0 |
| 2024-01-20 | Track `verbose` and `verbose_internals` | jyn | -3/+3 |
| 2024-01-20 | Add regression test for #119015 and update tests | Guillaume Gomez | -7/+38 |
| 2024-01-20 | Rollup merge of #120148 - trevyn:issue-117965, r=cjgillot | Matthias Krüger | -0/+34 |
| 2024-01-20 | Rollup merge of #119752 - estebank:ice-ice, r=fmease | Matthias Krüger | -0/+532 |
| 2024-01-20 | Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser | Matthias Krüger | -42/+119 |
| 2024-01-19 | Tweak the threshold for chunked swapping | AngelicosPhosphoros | -18/+64 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -77/+352 |
| 2024-01-20 | Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgr | bors | -138/+315 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -0/+103 |
| 2024-01-19 | Update tests after rebase | Esteban Küber | -6/+238 |
| 2024-01-19 | Account for traits using self-trait by name without `dyn` | Esteban Küber | -0/+206 |
| 2024-01-19 | Avoid ICE: Check diagnostic is error before downgrading | Esteban Küber | -0/+94 |
| 2024-01-20 | Don't delete any lifetimes with bounds | trevyn | -5/+0 |
| 2024-01-20 | add test issue-117965 | trevyn | -0/+39 |