about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-24Test match underscore on void from union.Camille GILLOT-0/+18
2023-10-24Add miri test matching on `!`.Camille GILLOT-0/+25
2023-10-24Add diverging match guard test.Camille GILLOT-2/+12
2023-10-24Update documentation.Camille GILLOT-3/+3
2023-10-24Add miri tests.Camille GILLOT-0/+46
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-501/+290
2023-10-24Auto merge of #117124 - bjorn3:sync_cg_clif-2023-10-24, r=bjorn3bors-138/+260
2023-10-24Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...bjorn3-138/+260
2023-10-24Auto merge of #116461 - ChrisDenton:sleep, r=thomccbors-1/+100
2023-10-24Auto merge of #116435 - compiler-errors:re-erased, r=lcnrbors-9/+100
2023-10-24Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomccbors-58/+52
2023-10-24Auto merge of #116238 - tamird:gettimeofday, r=thomccbors-200/+80
2023-10-24Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkanbors-75/+62
2023-10-23Remove Apple RNG fallbacks and simplify implementationBlackHoleFox-58/+52
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-536/+558
2023-10-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-634/+698
2023-10-23Rollup merge of #117086 - amandasystems:patch-1, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-10-23Rollup merge of #117074 - ouz-a:remove_smir, r=compiler-errorsMatthias Krüger-5/+1
2023-10-23Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmeaseMatthias Krüger-27/+26
2023-10-23Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obkMatthias Krüger-1/+47
2023-10-23Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obkMatthias Krüger-592/+615
2023-10-23Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubileeMatthias Krüger-9/+7
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-55/+133
2023-10-23Let's see what those opaque types actually areMichael Goulet-8/+76
2023-10-23Handle ReErased in responses in new solverMichael Goulet-2/+25
2023-10-23Improve android-ndk property interfacePeter Collingbourne-75/+62
2023-10-23Update Cranelift to 0.101.1bjorn3-57/+32
2023-10-23Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelixbors-137/+2797
2023-10-23Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgrbors-212/+352
2023-10-23Remove smir from triage and add me to stablemirOğuz Ağcayazı-5/+1
2023-10-23Rollup merge of #117073 - yotamofek:fix-coroutines-feature-rename-suggestion,...Matthias Krüger-1/+1
2023-10-23Rollup merge of #117064 - dtolnay:handleerrors, r=cjgillotMatthias Krüger-128/+73
2023-10-23Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillotMatthias Krüger-3/+72
2023-10-23Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-SimulacrumMatthias Krüger-55/+78
2023-10-23Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasperMatthias Krüger-25/+128
2023-10-23Update .mailmap to promote my livenameAmanda Stjerna-0/+2
2023-10-23return unfixed len if pat has reported errorbohan-1/+47
2023-10-23Implement all llvm intrinsics necessary for the image cratebjorn3-0/+103
2023-10-23Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorinobors-73/+92
2023-10-23Remove FIXME after fixMichael Howell-1/+0
2023-10-23Update rust-analyzer configbjorn3-1/+1
2023-10-23Implement llvm intrinsics necessary for rav1ebjorn3-0/+34
2023-10-23Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJungbors-59/+79
2023-10-23Try to work around 32 bit mingw issuesOli Scherer-0/+3
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-310/+425
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-73/+89
2023-10-23Avoid collect_and_partition_mono_items call when not doing codegenbjorn3-8/+15
2023-10-23Fix suggestion for renamed coroutines featureYotam Ofek-1/+1
2023-10-23Ensure that `eval_to_allocation_raw` isn't called on static items from miriOli Scherer-9/+6
2023-10-23Split `eval_to_allocation_raw_provider`Oli Scherer-2/+9