about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-07-26Rollup merge of #113930 - spastorino:smir-types-6, r=oli-obkMatthias Krüger-2/+34
2023-07-26Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubileeMatthias Krüger-4/+18
2023-07-26Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obkbors-46/+136
2023-07-26Auto merge of #114071 - RalfJung:interpret-generic-read-write, r=oli-obkbors-371/+403
2023-07-26Add Bound ty to SMIRSantiago Pastorino-1/+18
2023-07-26Add Param ty to SMIRSantiago Pastorino-1/+16
2023-07-26Auto merge of #114054 - oli-obk:cleanups, r=estebankbors-108/+69
2023-07-26valtree: a bit of cleanupRalf Jung-15/+15
2023-07-26Make `x test src/tools/rustfmt --bless` format rustfmt with the freshly built...Oli Scherer-9/+17
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+20
2023-07-26Auto merge of #113583 - asquared31415:tidy_no_issue_tests, r=workingjubileebors-6/+4329
2023-07-26add tidy check that forbids issue ui test filenamesasquared31415-6/+4329
2023-07-26Auto merge of #113928 - nicholasbishop:bishop-update-cb-4, r=workingjubileebors-3/+3
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-30/+25
2023-07-25Auto merge of #114076 - matthiaskrgr:rollup-cpqq1n9, r=matthiaskrgrbors-87/+852
2023-07-25Rollup merge of #114062 - Kobzol:ci-group-splitting, r=Mark-SimulacrumMatthias Krüger-19/+43
2023-07-25Rollup merge of #114044 - ericmarkmartin:more-stable-impls, r=spastorinoMatthias Krüger-55/+110
2023-07-25Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnrMatthias Krüger-12/+260
2023-07-25Rollup merge of #113578 - compiler-errors:uncallable-sig, r=b-naberMatthias Krüger-0/+25
2023-07-25Rollup merge of #112995 - strottos:ref-clone-suggestions, r=fee1-deadMatthias Krüger-1/+414
2023-07-25Auto merge of #114027 - arlosi:update-cargo, r=ehussbors-49/+0
2023-07-25make MPlaceTy non-CopyRalf Jung-28/+28
2023-07-25interpret: make read functions generic over operand typeRalf Jung-128/+130
2023-07-25interpret: make write functions generic over the place typeRalf Jung-210/+240
2023-07-25Split nested GHA groups instead of panickingJakub Beránek-19/+43
2023-07-25Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgrbors-74/+319
2023-07-25Remove credential providers from bootstrapArlo Siemsen-49/+0
2023-07-25Rollup merge of #114060 - davidtwco:issue-113279, r=wesleywiserMatthias Krüger-7/+58
2023-07-25Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol...Matthias Krüger-3/+31
2023-07-25Rollup merge of #114052 - clubby789:suggest-option-asref, r=WaffleLapkinMatthias Krüger-8/+67
2023-07-25Rollup merge of #114051 - Enselic:const-local-var, r=cjgillotMatthias Krüger-0/+23
2023-07-25Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomccMatthias Krüger-0/+20
2023-07-25Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillotMatthias Krüger-48/+89
2023-07-25Rollup merge of #114008 - Zalathar:covfun-section-name, r=cjgillotMatthias Krüger-8/+31
2023-07-25Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnrbors-517/+587
2023-07-25Make everything builtin!Michael Goulet-443/+344
2023-07-26Add help for crate arg when crate name is invalidyukang-3/+31
2023-07-25Consolidate trait upcasting and unsize into one normalizationMichael Goulet-197/+237
2023-07-25Restore tuple unsizing feature gateMichael Goulet-19/+57
2023-07-25Make sure to detect trait upcasting coercion even after normalizationMichael Goulet-29/+20
2023-07-25Normalize the RHS of an unsize goalMichael Goulet-68/+168
2023-07-25abi: unsized field in union - assert to delay bugDavid Wood-2/+46
2023-07-25Auto merge of #114011 - RalfJung:place-projection, r=oli-obkbors-1315/+1180
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-56/+45
2023-07-25Try explaining where `Inner` is in the signature betterOli Scherer-1/+1
2023-07-25Remove a redundant fieldOli Scherer-4/+4
2023-07-25Inline a function that is only used onceOli Scherer-20/+4
2023-07-25Remove some arguments that are always the sameOli Scherer-27/+7
2023-07-25Suggest `{Option,Result}::as_ref()` instead of `cloned()` in some casesclubby789-8/+67
2023-07-25add some sanity checks in write_immediate_no_validateRalf Jung-4/+37