- 16dd940 Merge pull request #4970 from rust-lang/rustup-2026-04-20 by Ralf Jung · 3 days ago master
- aa39e4f fmt by The Miri Cronjob Bot · 3 days ago
- fa1103e Merge ref 'e22c616e4e87' from rust-lang/rust by The Miri Cronjob Bot · 3 days ago
- 698c591 Prepare for merging from rust-lang/rust by The Miri Cronjob Bot · 3 days ago
- 1aa2d78 Auto merge of #155083 - adwinwhite:introduce-unnormalized, r=lcnr by bors · 4 days ago
- c5cc84e fix all errors by Adwin White · 8 days ago
- d3f6d8c Auto merge of #155444 - bjorn3:update_deps, r=jieyouxu by bors · 4 days ago
- 29bc3fd Merge pull request #4969 from rust-lang/rustup-2026-04-19 by Ralf Jung · 4 days ago
- ca2278c clippy by Ralf Jung · 4 days ago
- a654dd4 Merge ref '6f109d8a2da2' from rust-lang/rust by The Miri Cronjob Bot · 4 days ago
- b191226 Prepare for merging from rust-lang/rust by The Miri Cronjob Bot · 4 days ago
- 211a31c Auto merge of #155470 - weihanglo:update-cargo, r=weihanglo by bors · 4 days ago
- b3bc25a Auto merge of #155223 - teor2345:fndef-refactor, r=mati865 by bors · 4 days ago
- 855aa6e Merge pull request #4967 from quiode/remove-vec_unique.default.stderr by Ralf Jung · 6 days ago
- 06dffb0 remove vec_unique.default.stderr by Dominik Schwaiger · 6 days ago
- e68c369 Auto merge of #155385 - davidtwco:stdarch-sync-160426, r=davidtwco by bors · 7 days ago
- 26f571e Merge pull request #4966 from RalfJung/help by Ralf Jung · 7 days ago
- 3142f8d fix 'cargo miri nextest <verb> --help' output by Ralf Jung · 7 days ago
- c6c94df Refactor FnDecl and FnSig flags into packed structs by teor · 2 weeks ago
- 12fbcd8 Auto merge of #153815 - GokhanKabar:fix-ice-enum-discr-generic-self, r=BoxyUwU by bors · 8 days ago
- 82be54a Merge pull request #4955 from WhySoBad/network-socket-set-non-blocking by Ralf Jung · 9 days ago
- 8efb5f2 Allow changing socket blocking state by WhySoBad · 13 days ago
- 4a57bb5 Merge pull request #4961 from RalfJung/genmc-tests by Ralf Jung · 9 days ago
- fb93e1e genmc tests: add -Zmiri-genmc by default by Ralf Jung · 9 days ago
- 5cc22e9 Merge pull request #4960 from rust-lang/dependabot/cargo/rand-0.9.3 by Ralf Jung · 9 days ago
- e4bd3a0 build(deps): bump rand from 0.9.2 to 0.9.3 by dependabot[bot] · 9 days ago
- f566cec Auto merge of #136006 - oli-obk:push-tzonluoyuwkq, r=wesleywiser by bors · 10 days ago
- b9968c9 Merge pull request #4956 from michaliskok/genmc-no-split-nas by Ralf Jung · 10 days ago
- 6d7340d genmc*: Don't split up non-atomic accesses to smaller chunks by Michalis Kokologiannakis · 13 days ago
- 6f0199d Auto merge of #154840 - Walnut356:windows_gdb_embed, r=mati865 by bors · 11 days ago
- 0722600 Merge pull request #4949 from michaliskok/genmc-no-nas by Ralf Jung · 11 days ago
- 2d38305 tweak some comments by Ralf Jung · 11 days ago
- 8d0e2f8 genmc/build: Bump GenMC version by Michalis Kokologiannakis · 2 weeks ago
- 3470d61 tests/genmc: Bless new results by Michalis Kokologiannakis · 2 weeks ago
- c016735 genmc/build: Don't add labels for non-atomics to graphs by Michalis Kokologiannakis · 2 weeks ago
- b1b50f6 genmc/build: ENABLE_GENMC_DEBUG is available in config.h by Michalis Kokologiannakis · 2 weeks ago
- 490ef6e genmc/lib: GENMC_DEBUG has been renamed to ENABLE_GENMC_DEBUG by Michalis Kokologiannakis · 2 weeks ago
- 8eefefd genmc/setup: Don't use InterpreterCallbacks by Michalis Kokologiannakis · 2 weeks ago
- 1c2ec50 genmc: Replace BUG_ON() w/ VERIFY() by Michalis Kokologiannakis · 2 weeks ago
- 46e6aac genmc/exploration: Add a FIXME for join by Michalis Kokologiannakis · 11 days ago
- 00e994f genmc/*: Update GenMC calls to match the new API for NAs by Michalis Kokologiannakis · 3 months ago
- 5dbcf71 Auto merge of #155199 - JonathanBrouwer:rollup-OhWpGAc, r=JonathanBrouwer by bors · 11 days ago
- 42fef81 Merge pull request #4938 from WhySoBad/network-socket-non-blocking by Ralf Jung · 11 days ago
- b37dbb9 Rollup merge of #155161 - saethlin:push_mut_saves, r=Kivooeo by Jonathan Brouwer · 11 days ago
- ebc77e4 Rollup merge of #155068 - lapla-cogito:multibyte_char, r=mati865 by Jonathan Brouwer · 11 days ago
- 496f20f Rollup merge of #155014 - androm3da:hexagon-scalar-target-features, r=mati865 by Jonathan Brouwer · 11 days ago
- 9280b8c Rollup merge of #154804 - cijiugechu:fix/host-effect-hrtb-ice, r=adwinwhite by Jonathan Brouwer · 11 days ago
- ec1c84a Rollup merge of #155197 - RalfJung:miri, r=RalfJung by Jonathan Brouwer · 11 days ago
- 1b6ce88 feat: add `accept4` with SOCK_NONBLOCK test by WhySoBad · 11 days ago
- fea5c18 avoid duplicating read/write_all logic by Ralf Jung · 11 days ago
- 0797e78 Add shims for non-blocking sockets and non-blocking socket operations by WhySoBad · 3 weeks ago
- fd3a9de diagnostics: End sentences with a period by Michalis Kokologiannakis · 13 days ago
- d59163b diagnostics,genmc*: Add type to signal execution abortion by Michalis Kokologiannakis · 4 weeks ago
- 875672b genmc/api: Add a MallocResult type by Michalis Kokologiannakis · 3 months ago
- fcdede1 genmc/api: Add a curr_pos() by Michalis Kokologiannakis · 3 months ago
- e1347d3 genmc/exploration: Have {inc,dec}_pos take a count argument by Michalis Kokologiannakis · 3 months ago
- a461c7f genmc/*: Fix paths and naming for graph-related includes by Michalis Kokologiannakis · 3 months ago
- 871d3d0 Merge pull request #4950 from WhySoBad/fix-blocking-io-manager by Ralf Jung · 11 days ago
- 88b15d9 fix: deregister I/O sources in blocking I/O manager by WhySoBad · 13 days ago
- e3061f3 Merge pull request #2076 from eduardosm/Simd-new by Folkert de Vries · 13 days ago
- 9620f6f fix: implement feedback by WhySoBad · 13 days ago
- ed2384c fix: fix doc comment by WhySoBad · 14 days ago
- e454303 fix: implement feedback by WhySoBad · 14 days ago
- 6cb58ce Merge pull request #4953 from RalfJung/hack-no-more by Ralf Jung · 14 days ago
- 7931413 remove unused type by Ralf Jung · 14 days ago
- 55d2644 genmc tests: remove a hack that is no longer needed by Ralf Jung · 14 days ago
- 735bb8d Merge pull request #4952 from RalfJung/rustup by Ralf Jung · 14 days ago
- a441db1 re-enable new cargo build dir layout testing by Ralf Jung · 14 days ago
- 4de0787 Merge ref '4c4205163abc' from rust-lang/rust by Ralf Jung · 14 days ago
- c94a913 Prepare for merging from rust-lang/rust by Ralf Jung · 14 days ago
- 422f742 Auto merge of #154368 - aerooneqq:delegation-force-lowering-later, r=petrochenkov by bors · 14 days ago
- d09bed2 Auto merge of #154223 - malezjaa:refactor-typecheck-op, r=adwinwhite by bors · 2 weeks ago
- 6b0815f Merge pull request #4951 from KMiri-rs/stack-borrow-bitfields by Ralf Jung · 2 weeks ago
- d9db647 fix the bitfield meanings of stacked_borrow item by zjp · 2 weeks ago
- 2fc9a28 feat: also check that received buffers match by WhySoBad · 2 weeks ago
- 2137b4d docs: add comment when registering new source by WhySoBad · 2 weeks ago
- 36a7e42 fix: fix panic when multiple threads block on same fd by WhySoBad · 2 weeks ago
- a0691cc Auto merge of #153838 - oli-obk:use-tree-span, r=davidtwco by bors · 2 weeks ago
- 8ec7051 Merge pull request #4948 from RalfJung/genmc-always-configure by Ralf Jung · 2 weeks ago
- 477d6e4 genmc-sys: remove always_configure hack by Ralf Jung · 2 weeks ago
- bfb95d7 Auto merge of #154914 - Muscraft:update-annotate-snippets, r=jieyouxu by bors · 2 weeks ago
- 667f5c0 Merge pull request #4946 from rust-lang/rustup-2026-04-08 by Ralf Jung · 2 weeks ago
- 316b106 disable new build dir layout again due to problems by Ralf Jung · 2 weeks ago
- 7a42dca Merge ref '30d0309fa821' from rust-lang/rust by The Miri Cronjob Bot · 2 weeks ago
- 9731d7b Prepare for merging from rust-lang/rust by The Miri Cronjob Bot · 2 weeks ago
- a005b63 Auto merge of #148486 - kpreid:vec-iter-drop, r=jhpratt by bors · 2 weeks ago
- 9ecab4e Auto merge of #147802 - nnethercote:chunk_domain_size, r=Mark-Simulacrum by bors · 2 weeks ago
- 4860382 Auto merge of #154734 - weihanglo:update-cargo, r=weihanglo by bors · 2 weeks ago
- c3449dc Auto merge of #154758 - WaffleLapkin:aliassss, r=lcnr by bors · 2 weeks ago
- 8f5e642 Merge pull request #4945 from rust-lang/rustup-2026-04-07 by Ralf Jung · 2 weeks ago
- 88b1642 fmt by The Miri Cronjob Bot · 2 weeks ago
- 7735156 Merge ref 'bcded331651b' from rust-lang/rust by The Miri Cronjob Bot · 2 weeks ago
- b674321 Prepare for merging from rust-lang/rust by The Miri Cronjob Bot · 2 weeks ago
- 07f121f Auto merge of #154916 - jhpratt:rollup-RkdDmtW, r=jhpratt by bors · 2 weeks ago
- 30f4944 Rollup merge of #154901 - rustbot:docs-update, r=ehuss by Jacob Pratt · 2 weeks ago
- c0be33b Rollup merge of #154751 - Zalathar:rfail, r=wesleywiser by Jacob Pratt · 2 weeks ago
- 0e60189 Rollup merge of #154894 - WaffleLapkin:mplace_ptr_conversions, r=RalfJung by Jacob Pratt · 2 weeks ago
- c4baad7 Merge pull request #2067 from rust-lang/rustc-pull by Folkert de Vries · 2 weeks ago
- d2d41cf Auto merge of #149350 - Jarcho:derive_recv_ctxt, r=jackh726 by bors · 2 weeks ago
- fc5d859 allow `mplace_to_imm_ptr` to return different types of pointers by Waffle Lapkin · 3 weeks ago