about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-6/+6
2025-04-24Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJungMatthias Krüger-26/+0
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-1/+8
2025-04-24clippyRalf Jung-14/+12
2025-04-24CI: print message when skipping PRRalf Jung-1/+1
2025-04-24Preparing for merge from rustcRalf Jung-1/+1
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-1/+8
2025-04-24Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhprattMatthias Krüger-1/+0
2025-04-23Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ...Gabriel Bjørnager Jensen-26/+0
2025-04-23Merge from rustcThe Miri Cronjob Bot-0/+21
2025-04-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-22Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJungChris Denton-0/+21
2025-04-22TB: add missing interior_mutability test fileRalf Jung-0/+177
2025-04-22Merge from rustcThe Miri Cronjob Bot-2/+7
2025-04-22Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-21Rollup merge of #140009 - ShE3py:tls-abort, r=thomccChris Denton-2/+2
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-0/+5
2025-04-20respect `repr(align(N))` on functions in miriFolkert de Vries-0/+21
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-0/+5
2025-04-20Allow `dangerous_implicit_autorefs` lint in some testsUrgau-0/+4
2025-04-20Merge from rustcThe Miri Cronjob Bot-1/+30
2025-04-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-1/+30
2025-04-19simd_select_bitmask: the 'padding' bits in the mask are just ignoredRalf Jung-42/+14
2025-04-19Merge from rustcThe Miri Cronjob Bot-0/+45
2025-04-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-18rtprintpanic: clarify that the error is aborting the processLieselotte-2/+2
2025-04-18Merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-18Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-18Rollup merge of #139553 - petrosagg:channel-double-free, r=RalfJung,tgross35Matthias Krüger-0/+45
2025-04-17Rollup merge of #139483 - RalfJung:nan, r=tgross35Matthias Krüger-1/+1
2025-04-17Merge pull request #4278 from RalfJung/cron-test-doneRalf Jung-1/+1
2025-04-17remove test trigger fron cron jobRalf Jung-1/+1
2025-04-17Merge from rustcThe Miri Cronjob Bot-2/+2
2025-04-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-17for testing, run the CI job an extra time todayRalf Jung-1/+1
2025-04-17ci.yml: always create sync PR when there's any differenceRalf Jung-35/+37
2025-04-17Merge pull request #4263 from geetanshjuneja/check_shim_abiRalf Jung-82/+405
2025-04-17replaced check_shim with check_shim_abi for env, file, sockets and time relat...geetanshjuneja-82/+405
2025-04-16use std-declared intrinsics rather than copying the declarationRalf Jung-106/+50
2025-04-15Merge pull request #4260 from CraftSpider/windows-file-deleteOli Scherer-5/+46
2025-04-14Rollup merge of #139813 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-14/+42
2025-04-14Expose Pointer to/from AllocId conversion functions, make some arguments opti...Patrick-6-49/+62
2025-04-13Rollup merge of #139605 - oyvindln:update_miniz_oxide_0_8, r=Mark-SimulacrumChris Denton-2/+2
2025-04-12fmtThe Miri Cronjob Bot-1/+1
2025-04-12Merge from rustcThe Miri Cronjob Bot-1/+31
2025-04-12Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-11Implement DeleteFileWRune Tynan-5/+46
2025-04-11sync::mpsc: prevent double free on `Drop`Petros Angelatos-1/+1
2025-04-11sync::mpsc: add miri reproducer of double freePetros Angelatos-0/+45