| Age | Commit message (Expand) | Author | Lines |
| 2023-07-26 | Rollup merge of #113930 - spastorino:smir-types-6, r=oli-obk | Matthias Krüger | -2/+34 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-26 | Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obk | bors | -46/+136 |
| 2023-07-26 | Auto merge of #114071 - RalfJung:interpret-generic-read-write, r=oli-obk | bors | -371/+403 |
| 2023-07-26 | Add Bound ty to SMIR | Santiago Pastorino | -1/+18 |
| 2023-07-26 | Add Param ty to SMIR | Santiago Pastorino | -1/+16 |
| 2023-07-26 | Auto merge of #114054 - oli-obk:cleanups, r=estebank | bors | -108/+69 |
| 2023-07-26 | valtree: a bit of cleanup | Ralf Jung | -15/+15 |
| 2023-07-26 | Make `x test src/tools/rustfmt --bless` format rustfmt with the freshly built... | Oli Scherer | -9/+17 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+20 |
| 2023-07-26 | Auto merge of #113583 - asquared31415:tidy_no_issue_tests, r=workingjubilee | bors | -6/+4329 |
| 2023-07-26 | add tidy check that forbids issue ui test filenames | asquared31415 | -6/+4329 |
| 2023-07-26 | Auto merge of #113928 - nicholasbishop:bishop-update-cb-4, r=workingjubilee | bors | -3/+3 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -30/+25 |
| 2023-07-25 | Auto merge of #114076 - matthiaskrgr:rollup-cpqq1n9, r=matthiaskrgr | bors | -87/+852 |
| 2023-07-25 | Rollup merge of #114062 - Kobzol:ci-group-splitting, r=Mark-Simulacrum | Matthias Krüger | -19/+43 |
| 2023-07-25 | Rollup merge of #114044 - ericmarkmartin:more-stable-impls, r=spastorino | Matthias Krüger | -55/+110 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -12/+260 |
| 2023-07-25 | Rollup merge of #113578 - compiler-errors:uncallable-sig, r=b-naber | Matthias Krüger | -0/+25 |
| 2023-07-25 | Rollup merge of #112995 - strottos:ref-clone-suggestions, r=fee1-dead | Matthias Krüger | -1/+414 |
| 2023-07-25 | Auto merge of #114027 - arlosi:update-cargo, r=ehuss | bors | -49/+0 |
| 2023-07-25 | make MPlaceTy non-Copy | Ralf Jung | -28/+28 |
| 2023-07-25 | interpret: make read functions generic over operand type | Ralf Jung | -128/+130 |
| 2023-07-25 | interpret: make write functions generic over the place type | Ralf Jung | -210/+240 |
| 2023-07-25 | Split nested GHA groups instead of panicking | Jakub Beránek | -19/+43 |
| 2023-07-25 | Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgr | bors | -74/+319 |
| 2023-07-25 | Remove credential providers from bootstrap | Arlo Siemsen | -49/+0 |
| 2023-07-25 | Rollup merge of #114060 - davidtwco:issue-113279, r=wesleywiser | Matthias Krüger | -7/+58 |
| 2023-07-25 | Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol... | Matthias Krüger | -3/+31 |
| 2023-07-25 | Rollup merge of #114052 - clubby789:suggest-option-asref, r=WaffleLapkin | Matthias Krüger | -8/+67 |
| 2023-07-25 | Rollup merge of #114051 - Enselic:const-local-var, r=cjgillot | Matthias Krüger | -0/+23 |
| 2023-07-25 | Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomcc | Matthias Krüger | -0/+20 |
| 2023-07-25 | Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillot | Matthias Krüger | -48/+89 |
| 2023-07-25 | Rollup merge of #114008 - Zalathar:covfun-section-name, r=cjgillot | Matthias Krüger | -8/+31 |
| 2023-07-25 | Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnr | bors | -517/+587 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -443/+344 |
| 2023-07-26 | Add help for crate arg when crate name is invalid | yukang | -3/+31 |
| 2023-07-25 | Consolidate trait upcasting and unsize into one normalization | Michael Goulet | -197/+237 |
| 2023-07-25 | Restore tuple unsizing feature gate | Michael Goulet | -19/+57 |
| 2023-07-25 | Make sure to detect trait upcasting coercion even after normalization | Michael Goulet | -29/+20 |
| 2023-07-25 | Normalize the RHS of an unsize goal | Michael Goulet | -68/+168 |
| 2023-07-25 | abi: unsized field in union - assert to delay bug | David Wood | -2/+46 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -1315/+1180 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -56/+45 |
| 2023-07-25 | Try explaining where `Inner` is in the signature better | Oli Scherer | -1/+1 |
| 2023-07-25 | Remove a redundant field | Oli Scherer | -4/+4 |
| 2023-07-25 | Inline a function that is only used once | Oli Scherer | -20/+4 |
| 2023-07-25 | Remove some arguments that are always the same | Oli Scherer | -27/+7 |
| 2023-07-25 | Suggest `{Option,Result}::as_ref()` instead of `cloned()` in some cases | clubby789 | -8/+67 |
| 2023-07-25 | add some sanity checks in write_immediate_no_validate | Ralf Jung | -4/+37 |